Shades of Deep Pink #EE2292
Tints of Deep Pink #EE2292
RGB
CMYK
RGB Variations
Color information
#EE2292 (or 0xEE2292) is known color: Deep Pink. HEX triplet: EE, 22 and 92. RGB value is (238,34,146). Sum of RGB (Red+Green+Blue) = 238+34+146=418 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.94% from 418); Green value is 34 (13.67% from 255 or 8.13% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2292 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2292 is #11DD6D. Grayscale: #6B6B6B. Windows color (decimal): -1170798 or 9577198. OLE color: 9577198.
HSL color Cylindrical-coordinate representation of color #EE2292: hue angle of 327.06º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE2292 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 34 | 146 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.07 |
| HSL | 327.06º | 0.86% | 0.53% | - |
| HSV(B) | 327.06º | 0.86% | 0.93% | - |
| XYZ | 41.02 | 21.4 | 29.16 | - |
| YUV | 107.76 | 149.59 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 34 | 146 | 0 | 0.86 | 0.39 | 0.07 | 327.06 | 0.86 | 0.53 |
| Hex | EE | 22 | 92 | 0 | 56 | 27 | 7 | 147 | 56 | 35 |
| Octal | 356 | 42 | 222 | 0 | 126 | 47 | 7 | 507 | 126 | 65 |
| Binary | 11101110 | 100010 | 10010010 | 0 | 1010110 | 100111 | 111 | 101000111 | 1010110 | 110101 |
Color Harmonies of #EE2292
Complementary color
Monochromatic Colors of #EE2292
Black with #EE2292
Text Example
Text Example
White with #EE2292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2292; }
p { color: rgb(238,34,146); }
H1.HeaderClassName
{
color: #EE2292;
}
.AnyTagClassName
{
color: #EE2292;
}
</style>
background-color css
<style>
a { background-color: #EE2292; }
a { background-color: rgb(238,34,146); }
div.DivClassName
{
background-color: #EE2292;
}
.BgClassName
{
background-color: #EE2292;
}
</style>
border-color css
<style>
span { border-color: #EE2292; }
span { border-color: rgb(238,34,146); }
td.TdClassName
{
border-color: #EE2292;
}
.TagClassName
{
border-color: #EE2292;
}
</style>