Shades of Dark Pink #EE4370
Tints of Dark Pink #EE4370
RGB
CMYK
RGB Variations
Color information
#EE4370 (or 0xEE4370) is known color: Dark Pink. HEX triplet: EE, 43 and 70. RGB value is (238,67,112). Sum of RGB (Red+Green+Blue) = 238+67+112=417 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.07% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 112 (44.14% from 255 or 26.86% from 417); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4370 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4370 is #11BC8F. Grayscale: #7B7B7B. Windows color (decimal): -1162384 or 7357422. OLE color: 7357422.
HSL color Cylindrical-coordinate representation of color #EE4370: hue angle of 344.21º 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 #EE4370 is Cyan = 0, Magento = 0.72, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 67 | 112 | - |
| CMYK | 0 | 0.72 | 0.53 | 0.07 |
| HSL | 344.21º | 0.83% | 0.6% | - |
| HSV(B) | 344.21º | 0.72% | 0.93% | - |
| XYZ | 40.19 | 23.36 | 17.72 | - |
| YUV | 123.26 | 121.65 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 67 | 112 | 0 | 0.72 | 0.53 | 0.07 | 344.21 | 0.83 | 0.6 |
| Hex | EE | 43 | 70 | 0 | 48 | 35 | 7 | 158 | 53 | 3C |
| Octal | 356 | 103 | 160 | 0 | 110 | 65 | 7 | 530 | 123 | 74 |
| Binary | 11101110 | 1000011 | 1110000 | 0 | 1001000 | 110101 | 111 | 101011000 | 1010011 | 111100 |
Color Harmonies of #EE4370
Complementary color
Monochromatic Colors of #EE4370
Black with #EE4370
Text Example
Text Example
White with #EE4370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4370; }
p { color: rgb(238,67,112); }
H1.HeaderClassName
{
color: #EE4370;
}
.AnyTagClassName
{
color: #EE4370;
}
</style>
background-color css
<style>
a { background-color: #EE4370; }
a { background-color: rgb(238,67,112); }
div.DivClassName
{
background-color: #EE4370;
}
.BgClassName
{
background-color: #EE4370;
}
</style>
border-color css
<style>
span { border-color: #EE4370; }
span { border-color: rgb(238,67,112); }
td.TdClassName
{
border-color: #EE4370;
}
.TagClassName
{
border-color: #EE4370;
}
</style>