#EE49FE

Color #EE49FE Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #EE49FE

Tints of Pink Flamingo #EE49FE

Color information

#EE49FE (or 0xEE49FE) is unknown color: approx Pink Flamingo. HEX triplet: EE, 49 and FE. RGB value is (238,73,254). Sum of RGB (Red+Green+Blue) = 238+73+254=565 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.12% from 565); Green value is 73 (28.91% from 255 or 12.92% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #EE49FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE49FE is #11B601. Grayscale: #8E8E8E. Windows color (decimal): -1160706 or 16665070. OLE color: 16665070.

HSL color Cylindrical-coordinate representation of color #EE49FE: hue angle of 294.7º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE49FE is Cyan = 0.06, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB23873254-
CMYK0.060.7100.00
HSL294.7º98.91%64.12%-
HSV(B)294.7º71.26%99.61%-
XYZ55.5330.196.65-
YUV142.97190.66195.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 42.12%
GREEN value IS 73 (28.91% from 255) = 12.92%
BLUE value IS 254 (99.61% from 255) = 44.96%
R=42.12%
G=12.92%
B=44.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal238732540.060.7100.00294.798.9164.12
HexEE49FE647001276340
Octal356111376610700447143100
Binary1110111010010011111111011010001110010010011111000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE49FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE49FE; }

 p { color: rgb(238,73,254); }

 H1.HeaderClassName
 {
   color: #EE49FE;
 }
 .AnyTagClassName
 {
   color: #EE49FE;
 }
</style>
background-color css

<style>
 a { background-color: #EE49FE; }

 a { background-color: rgb(238,73,254); }

 div.DivClassName
 {
   background-color: #EE49FE;
 }
 .BgClassName
 {
   background-color: #EE49FE;
 }
</style>
border-color css

<style>
 span { border-color: #EE49FE; }

 span { border-color: rgb(238,73,254); }

 td.TdClassName
 {
   border-color: #EE49FE;
 }
 .TagClassName
 {
   border-color: #EE49FE;
 }
</style>