#EE5755

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

Shades of Flamingo #EE5755

Tints of Flamingo #EE5755

Color information

#EE5755 (or 0xEE5755) is unknown color: approx Flamingo. HEX triplet: EE, 57 and 55. RGB value is (238,87,85). Sum of RGB (Red+Green+Blue) = 238+87+85=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 87 (34.38% from 255 or 21.22% from 410); Blue value is 85 (33.59% from 255 or 20.73% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5755 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5755 is #11A8AA. Grayscale: #848484. Windows color (decimal): -1157291 or 5593070. OLE color: 5593070.

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

Color convert

RGB2388785-
CMYK00.630.640.07
HSL0.78º81.82%63.33%-
HSV(B)0.78º64.29%93.33%-
XYZ40.3125.6511.42-
YUV131.92101.53203.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 58.05%
GREEN value IS 87 (34.38% from 255) = 21.22%
BLUE value IS 85 (33.59% from 255) = 20.73%
R=58.05%
G=21.22%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238878500.630.640.070.7881.8263.33
HexEE575503F4071523f
Octal3561271250771007112277
Binary11101110101011110101010111111100000011111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5755; }

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

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

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

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

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

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

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

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