Shades of Dark Pink #EE5778
Tints of Dark Pink #EE5778
RGB
CMYK
RGB Variations
Color information
#EE5778 (or 0xEE5778) is known color: Dark Pink. HEX triplet: EE, 57 and 78. RGB value is (238,87,120). Sum of RGB (Red+Green+Blue) = 238+87+120=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 120 (47.27% from 255 or 26.97% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EE5778 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE5778 is #11A887. Grayscale: #878787. Windows color (decimal): -1157256 or 7886830. OLE color: 7886830.
HSL color Cylindrical-coordinate representation of color #EE5778: hue angle of 346.89º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE5778 is Cyan = 0, Magento = 0.63, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 87 | 120 | - |
| CMYK | 0 | 0.63 | 0.50 | 0.07 |
| HSL | 346.89º | 0.82% | 0.64% | - |
| HSV(B) | 346.89º | 0.63% | 0.93% | - |
| XYZ | 42.06 | 26.35 | 20.64 | - |
| YUV | 135.91 | 119.03 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 87 | 120 | 0 | 0.63 | 0.50 | 0.07 | 346.89 | 0.82 | 0.64 |
| Hex | EE | 57 | 78 | 0 | 3F | 32 | 7 | 15B | 52 | 40 |
| Octal | 356 | 127 | 170 | 0 | 77 | 62 | 7 | 533 | 122 | 100 |
| Binary | 11101110 | 1010111 | 1111000 | 0 | 111111 | 110010 | 111 | 101011011 | 1010010 | 1000000 |
Color Harmonies of #EE5778
Complementary color
Monochromatic Colors of #EE5778
Black with #EE5778
Text Example
Text Example
White with #EE5778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE5778; }
p { color: rgb(238,87,120); }
H1.HeaderClassName
{
color: #EE5778;
}
.AnyTagClassName
{
color: #EE5778;
}
</style>
background-color css
<style>
a { background-color: #EE5778; }
a { background-color: rgb(238,87,120); }
div.DivClassName
{
background-color: #EE5778;
}
.BgClassName
{
background-color: #EE5778;
}
</style>
border-color css
<style>
span { border-color: #EE5778; }
span { border-color: rgb(238,87,120); }
td.TdClassName
{
border-color: #EE5778;
}
.TagClassName
{
border-color: #EE5778;
}
</style>