#EE564C

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

Shades of Flamingo #EE564C

Tints of Flamingo #EE564C

Color information

#EE564C (or 0xEE564C) is unknown color: approx Flamingo. HEX triplet: EE, 56 and 4C. RGB value is (238,86,76). Sum of RGB (Red+Green+Blue) = 238+86+76=400 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.5% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 76 (30.08% from 255 or 19% from 400); Max value from RGB is 238 - color contains mainly: red. Hex color #EE564C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EE564C is #11A9B3. Grayscale: #828282. Windows color (decimal): -1157556 or 5002990. OLE color: 5002990.

HSL color Cylindrical-coordinate representation of color #EE564C: hue angle of 3.7º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE564C is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB2388676-
CMYK00.640.680.07
HSL3.7º82.65%61.57%-
HSV(B)3.7º68.07%93.33%-
XYZ39.8925.359.63-
YUV130.3197.36204.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 59.5%
GREEN value IS 86 (33.98% from 255) = 21.5%
BLUE value IS 76 (30.08% from 255) = 19%
R=59.5%
G=21.5%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238867600.640.680.073.782.6561.57
HexEE564C0404474533e
Octal35612611401001047412376
Binary11101110101011010011000100000010001001111001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE564C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE564C; }

 p { color: rgb(238,86,76); }

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

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

 a { background-color: rgb(238,86,76); }

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

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

 span { border-color: rgb(238,86,76); }

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