Shades of Deep Pink #EE2195
Tints of Deep Pink #EE2195
RGB
CMYK
RGB Variations
Color information
#EE2195 (or 0xEE2195) is known color: Deep Pink. HEX triplet: EE, 21 and 95. RGB value is (238,33,149). Sum of RGB (Red+Green+Blue) = 238+33+149=420 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.67% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2195 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2195 is #11DE6A. Grayscale: #6B6B6B. Windows color (decimal): -1171051 or 9773550. OLE color: 9773550.
HSL color Cylindrical-coordinate representation of color #EE2195: hue angle of 326.05º 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 #EE2195 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 149 | - |
| CMYK | 0 | 0.86 | 0.37 | 0.07 |
| HSL | 326.05º | 0.86% | 0.53% | - |
| HSV(B) | 326.05º | 0.86% | 0.93% | - |
| XYZ | 41.23 | 21.43 | 30.4 | - |
| YUV | 107.52 | 151.42 | 221.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 149 | 0 | 0.86 | 0.37 | 0.07 | 326.05 | 0.86 | 0.53 |
| Hex | EE | 21 | 95 | 0 | 56 | 25 | 7 | 146 | 56 | 35 |
| Octal | 356 | 41 | 225 | 0 | 126 | 45 | 7 | 506 | 126 | 65 |
| Binary | 11101110 | 100001 | 10010101 | 0 | 1010110 | 100101 | 111 | 101000110 | 1010110 | 110101 |
Color Harmonies of #EE2195
Complementary color
Monochromatic Colors of #EE2195
Black with #EE2195
Text Example
Text Example
White with #EE2195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2195; }
p { color: rgb(238,33,149); }
H1.HeaderClassName
{
color: #EE2195;
}
.AnyTagClassName
{
color: #EE2195;
}
</style>
background-color css
<style>
a { background-color: #EE2195; }
a { background-color: rgb(238,33,149); }
div.DivClassName
{
background-color: #EE2195;
}
.BgClassName
{
background-color: #EE2195;
}
</style>
border-color css
<style>
span { border-color: #EE2195; }
span { border-color: rgb(238,33,149); }
td.TdClassName
{
border-color: #EE2195;
}
.TagClassName
{
border-color: #EE2195;
}
</style>