Shades of Dark Pink #EE4878
Tints of Dark Pink #EE4878
RGB
CMYK
RGB Variations
Color information
#EE4878 (or 0xEE4878) is known color: Dark Pink. HEX triplet: EE, 48 and 78. RGB value is (238,72,120). Sum of RGB (Red+Green+Blue) = 238+72+120=430 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.35% from 430); Green value is 72 (28.52% from 255 or 16.74% from 430); Blue value is 120 (47.27% from 255 or 27.91% from 430); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4878 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4878 is #11B787. Grayscale: #7F7F7F. Windows color (decimal): -1161096 or 7882990. OLE color: 7882990.
HSL color Cylindrical-coordinate representation of color #EE4878: hue angle of 342.65º 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 #EE4878 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 120 | - |
| CMYK | 0 | 0.70 | 0.50 | 0.07 |
| HSL | 342.65º | 0.83% | 0.61% | - |
| HSV(B) | 342.65º | 0.7% | 0.93% | - |
| XYZ | 40.97 | 24.17 | 20.27 | - |
| YUV | 127.11 | 124 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 120 | 0 | 0.70 | 0.50 | 0.07 | 342.65 | 0.83 | 0.61 |
| Hex | EE | 48 | 78 | 0 | 46 | 32 | 7 | 157 | 53 | 3D |
| Octal | 356 | 110 | 170 | 0 | 106 | 62 | 7 | 527 | 123 | 75 |
| Binary | 11101110 | 1001000 | 1111000 | 0 | 1000110 | 110010 | 111 | 101010111 | 1010011 | 111101 |
Color Harmonies of #EE4878
Complementary color
Monochromatic Colors of #EE4878
Black with #EE4878
Text Example
Text Example
White with #EE4878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4878; }
p { color: rgb(238,72,120); }
H1.HeaderClassName
{
color: #EE4878;
}
.AnyTagClassName
{
color: #EE4878;
}
</style>
background-color css
<style>
a { background-color: #EE4878; }
a { background-color: rgb(238,72,120); }
div.DivClassName
{
background-color: #EE4878;
}
.BgClassName
{
background-color: #EE4878;
}
</style>
border-color css
<style>
span { border-color: #EE4878; }
span { border-color: rgb(238,72,120); }
td.TdClassName
{
border-color: #EE4878;
}
.TagClassName
{
border-color: #EE4878;
}
</style>