Shades of Dark Pink #EE4874
Tints of Dark Pink #EE4874
RGB
CMYK
RGB Variations
Color information
#EE4874 (or 0xEE4874) is known color: Dark Pink. HEX triplet: EE, 48 and 74. RGB value is (238,72,116). Sum of RGB (Red+Green+Blue) = 238+72+116=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 116 (45.70% from 255 or 27.23% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4874 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4874 is #11B78B. Grayscale: #7E7E7E. Windows color (decimal): -1161100 or 7620846. OLE color: 7620846.
HSL color Cylindrical-coordinate representation of color #EE4874: hue angle of 344.1º 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 #EE4874 is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 72 | 116 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.07 |
| HSL | 344.1º | 0.83% | 0.61% | - |
| HSV(B) | 344.1º | 0.7% | 0.93% | - |
| XYZ | 40.73 | 24.07 | 19.02 | - |
| YUV | 126.65 | 122 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 72 | 116 | 0 | 0.70 | 0.51 | 0.07 | 344.1 | 0.83 | 0.61 |
| Hex | EE | 48 | 74 | 0 | 46 | 33 | 7 | 158 | 53 | 3D |
| Octal | 356 | 110 | 164 | 0 | 106 | 63 | 7 | 530 | 123 | 75 |
| Binary | 11101110 | 1001000 | 1110100 | 0 | 1000110 | 110011 | 111 | 101011000 | 1010011 | 111101 |
Color Harmonies of #EE4874
Complementary color
Monochromatic Colors of #EE4874
Black with #EE4874
Text Example
Text Example
White with #EE4874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4874; }
p { color: rgb(238,72,116); }
H1.HeaderClassName
{
color: #EE4874;
}
.AnyTagClassName
{
color: #EE4874;
}
</style>
background-color css
<style>
a { background-color: #EE4874; }
a { background-color: rgb(238,72,116); }
div.DivClassName
{
background-color: #EE4874;
}
.BgClassName
{
background-color: #EE4874;
}
</style>
border-color css
<style>
span { border-color: #EE4874; }
span { border-color: rgb(238,72,116); }
td.TdClassName
{
border-color: #EE4874;
}
.TagClassName
{
border-color: #EE4874;
}
</style>