Shades of Dark Pink #EE4772
Tints of Dark Pink #EE4772
RGB
CMYK
RGB Variations
Color information
#EE4772 (or 0xEE4772) is known color: Dark Pink. HEX triplet: EE, 47 and 72. RGB value is (238,71,114). Sum of RGB (Red+Green+Blue) = 238+71+114=423 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.26% from 423); Green value is 71 (28.12% from 255 or 16.78% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4772 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE4772 is #11B88D. Grayscale: #7D7D7D. Windows color (decimal): -1161358 or 7489518. OLE color: 7489518.
HSL color Cylindrical-coordinate representation of color #EE4772: hue angle of 344.55º 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 #EE4772 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 71 | 114 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.07 |
| HSL | 344.55º | 0.83% | 0.61% | - |
| HSV(B) | 344.55º | 0.7% | 0.93% | - |
| XYZ | 40.55 | 23.9 | 18.4 | - |
| YUV | 125.84 | 121.33 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 71 | 114 | 0 | 0.70 | 0.52 | 0.07 | 344.55 | 0.83 | 0.61 |
| Hex | EE | 47 | 72 | 0 | 46 | 34 | 7 | 159 | 53 | 3D |
| Octal | 356 | 107 | 162 | 0 | 106 | 64 | 7 | 531 | 123 | 75 |
| Binary | 11101110 | 1000111 | 1110010 | 0 | 1000110 | 110100 | 111 | 101011001 | 1010011 | 111101 |
Color Harmonies of #EE4772
Complementary color
Monochromatic Colors of #EE4772
Black with #EE4772
Text Example
Text Example
White with #EE4772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4772; }
p { color: rgb(238,71,114); }
H1.HeaderClassName
{
color: #EE4772;
}
.AnyTagClassName
{
color: #EE4772;
}
</style>
background-color css
<style>
a { background-color: #EE4772; }
a { background-color: rgb(238,71,114); }
div.DivClassName
{
background-color: #EE4772;
}
.BgClassName
{
background-color: #EE4772;
}
</style>
border-color css
<style>
span { border-color: #EE4772; }
span { border-color: rgb(238,71,114); }
td.TdClassName
{
border-color: #EE4772;
}
.TagClassName
{
border-color: #EE4772;
}
</style>