Shades of Dark Pink #EE4378
Tints of Dark Pink #EE4378
RGB
CMYK
RGB Variations
Color information
#EE4378 (or 0xEE4378) is known color: Dark Pink. HEX triplet: EE, 43 and 78. RGB value is (238,67,120). Sum of RGB (Red+Green+Blue) = 238+67+120=425 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 120 (47.27% from 255 or 28.24% from 425); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4378 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4378 is #11BC87. Grayscale: #7C7C7C. Windows color (decimal): -1162376 or 7881710. OLE color: 7881710.
HSL color Cylindrical-coordinate representation of color #EE4378: hue angle of 341.4º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE4378 is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 120 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.07 |
| HSL | 341.4º | 0.83% | 0.6% | - |
| HSV(B) | 341.4º | 0.72% | 0.93% | - |
| XYZ | 40.66 | 23.55 | 20.17 | - |
| YUV | 124.17 | 125.65 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 120 | 0 | 0.72 | 0.50 | 0.07 | 341.4 | 0.83 | 0.6 |
| Hex | EE | 43 | 78 | 0 | 48 | 32 | 7 | 155 | 53 | 3C |
| Octal | 356 | 103 | 170 | 0 | 110 | 62 | 7 | 525 | 123 | 74 |
| Binary | 11101110 | 1000011 | 1111000 | 0 | 1001000 | 110010 | 111 | 101010101 | 1010011 | 111100 |
Color Harmonies of #EE4378
Complementary color
Monochromatic Colors of #EE4378
Black with #EE4378
Text Example
Text Example
White with #EE4378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4378; }
p { color: rgb(238,67,120); }
H1.HeaderClassName
{
color: #EE4378;
}
.AnyTagClassName
{
color: #EE4378;
}
</style>
background-color css
<style>
a { background-color: #EE4378; }
a { background-color: rgb(238,67,120); }
div.DivClassName
{
background-color: #EE4378;
}
.BgClassName
{
background-color: #EE4378;
}
</style>
border-color css
<style>
span { border-color: #EE4378; }
span { border-color: rgb(238,67,120); }
td.TdClassName
{
border-color: #EE4378;
}
.TagClassName
{
border-color: #EE4378;
}
</style>