#EE5577

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

Shades of Dark Pink #EE5577

Tints of Dark Pink #EE5577

Color information

#EE5577 (or 0xEE5577) is unknown color: approx Dark Pink. HEX triplet: EE, 55 and 77. RGB value is (238,85,119). Sum of RGB (Red+Green+Blue) = 238+85+119=442 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.85% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5577 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5577 is #11AA88. Grayscale: #868686. Windows color (decimal): -1157769 or 7820782. OLE color: 7820782.

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

Color convert

RGB23885119-
CMYK00.640.500.07
HSL346.67º81.82%63.33%-
HSV(B)346.67º64.29%93.33%-
XYZ41.8426.0120.27-
YUV134.62119.19201.74-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 53.85%
GREEN value IS 85 (33.59% from 255) = 19.23%
BLUE value IS 119 (46.88% from 255) = 26.92%
R=53.85%
G=19.23%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2388511900.640.500.07346.6781.8263.33
HexEE557704032715b523f
Octal356125167010062753312277
Binary1110111010101011110111010000001100101111010110111010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE5577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE5577; }

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

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

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

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

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

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

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

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