Shades of Dark Pink #EE4778
Tints of Dark Pink #EE4778
RGB
CMYK
RGB Variations
Color information
#EE4778 (or 0xEE4778) is known color: Dark Pink. HEX triplet: EE, 47 and 78. RGB value is (238,71,120). Sum of RGB (Red+Green+Blue) = 238+71+120=429 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.48% from 429); Green value is 71 (28.12% from 255 or 16.55% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4778 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4778 is #11B887. Grayscale: #7E7E7E. Windows color (decimal): -1161352 or 7882734. OLE color: 7882734.
HSL color Cylindrical-coordinate representation of color #EE4778: hue angle of 342.4º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EE4778 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 120 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.07 |
| HSL | 342.4º | 0.83% | 0.61% | - |
| HSV(B) | 342.4º | 0.7% | 0.93% | - |
| XYZ | 40.9 | 24.04 | 20.25 | - |
| YUV | 126.52 | 124.33 | 207.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 120 | 0 | 0.70 | 0.50 | 0.07 | 342.4 | 0.83 | 0.61 |
| Hex | EE | 47 | 78 | 0 | 46 | 32 | 7 | 156 | 53 | 3D |
| Octal | 356 | 107 | 170 | 0 | 106 | 62 | 7 | 526 | 123 | 75 |
| Binary | 11101110 | 1000111 | 1111000 | 0 | 1000110 | 110010 | 111 | 101010110 | 1010011 | 111101 |
Color Harmonies of #EE4778
Complementary color
Monochromatic Colors of #EE4778
Black with #EE4778
Text Example
Text Example
White with #EE4778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4778; }
p { color: rgb(238,71,120); }
H1.HeaderClassName
{
color: #EE4778;
}
.AnyTagClassName
{
color: #EE4778;
}
</style>
background-color css
<style>
a { background-color: #EE4778; }
a { background-color: rgb(238,71,120); }
div.DivClassName
{
background-color: #EE4778;
}
.BgClassName
{
background-color: #EE4778;
}
</style>
border-color css
<style>
span { border-color: #EE4778; }
span { border-color: rgb(238,71,120); }
td.TdClassName
{
border-color: #EE4778;
}
.TagClassName
{
border-color: #EE4778;
}
</style>