#EE6455

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

Shades of Flamingo #EE6455

Tints of Flamingo #EE6455

Color information

#EE6455 (or 0xEE6455) is unknown color: approx Flamingo. HEX triplet: EE, 64 and 55. RGB value is (238,100,85). Sum of RGB (Red+Green+Blue) = 238+100+85=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6455 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6455 is #119BAA. Grayscale: #8B8B8B. Windows color (decimal): -1153963 or 5596398. OLE color: 5596398.

HSL color Cylindrical-coordinate representation of color #EE6455: hue angle of 5.88º 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 #EE6455 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB23810085-
CMYK00.580.640.07
HSL5.88º81.82%63.33%-
HSV(B)5.88º64.29%93.33%-
XYZ41.4627.9511.8-
YUV139.5597.22198.22-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 56.26%
GREEN value IS 100 (39.45% from 255) = 23.64%
BLUE value IS 85 (33.59% from 255) = 20.09%
R=56.26%
G=23.64%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381008500.580.640.075.8881.8263.33
HexEE645503A4076523f
Octal3561441250721007612277
Binary1110111011001001010101011101010000001111101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE6455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE6455; }

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

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

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

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

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

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

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

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