#EE5655

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

Shades of Flamingo #EE5655

Tints of Flamingo #EE5655

Color information

#EE5655 (or 0xEE5655) is unknown color: approx Flamingo. HEX triplet: EE, 56 and 55. RGB value is (238,86,85). Sum of RGB (Red+Green+Blue) = 238+86+85=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5655 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5655 is #11A9AA. Grayscale: #838383. Windows color (decimal): -1157547 or 5592814. OLE color: 5592814.

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

Color convert

RGB2388685-
CMYK00.640.640.07
HSL0.39º81.82%63.33%-
HSV(B)0.39º64.29%93.33%-
XYZ40.2325.4911.39-
YUV131.33101.86204.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 58.19%
GREEN value IS 86 (33.98% from 255) = 21.03%
BLUE value IS 85 (33.59% from 255) = 20.78%
R=58.19%
G=21.03%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238868500.640.640.070.3981.8263.33
HexEE56550404070523f
Octal35612612501001007012277
Binary111011101010110101010101000000100000011101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5655; }

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

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

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

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

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

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

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

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