Shades of Deep Pink #EE1792
Tints of Deep Pink #EE1792
RGB
CMYK
RGB Variations
Color information
#EE1792 (or 0xEE1792) is known color: Deep Pink. HEX triplet: EE, 17 and 92. RGB value is (238,23,146). Sum of RGB (Red+Green+Blue) = 238+23+146=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 23 (9.38% from 255 or 5.65% from 407); Blue value is 146 (57.42% from 255 or 35.87% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1792 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1792 is #11E86D. Grayscale: #656565. Windows color (decimal): -1173614 or 9574382. OLE color: 9574382.
HSL color Cylindrical-coordinate representation of color #EE1792: hue angle of 325.67º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EE1792 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 23 | 146 | - |
| CMYK | 0 | 0.90 | 0.39 | 0.07 |
| HSL | 325.67º | 0.86% | 0.51% | - |
| HSV(B) | 325.67º | 0.9% | 0.93% | - |
| XYZ | 40.75 | 20.87 | 29.07 | - |
| YUV | 101.31 | 153.23 | 225.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 23 | 146 | 0 | 0.90 | 0.39 | 0.07 | 325.67 | 0.86 | 0.51 |
| Hex | EE | 17 | 92 | 0 | 5A | 27 | 7 | 146 | 56 | 33 |
| Octal | 356 | 27 | 222 | 0 | 132 | 47 | 7 | 506 | 126 | 63 |
| Binary | 11101110 | 10111 | 10010010 | 0 | 1011010 | 100111 | 111 | 101000110 | 1010110 | 110011 |
Color Harmonies of #EE1792
Complementary color
Monochromatic Colors of #EE1792
Black with #EE1792
Text Example
Text Example
White with #EE1792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1792; }
p { color: rgb(238,23,146); }
H1.HeaderClassName
{
color: #EE1792;
}
.AnyTagClassName
{
color: #EE1792;
}
</style>
background-color css
<style>
a { background-color: #EE1792; }
a { background-color: rgb(238,23,146); }
div.DivClassName
{
background-color: #EE1792;
}
.BgClassName
{
background-color: #EE1792;
}
</style>
border-color css
<style>
span { border-color: #EE1792; }
span { border-color: rgb(238,23,146); }
td.TdClassName
{
border-color: #EE1792;
}
.TagClassName
{
border-color: #EE1792;
}
</style>