Shades of Deep Pink #EE1995
Tints of Deep Pink #EE1995
RGB
CMYK
RGB Variations
Color information
#EE1995 (or 0xEE1995) is known color: Deep Pink. HEX triplet: EE, 19 and 95. RGB value is (238,25,149). Sum of RGB (Red+Green+Blue) = 238+25+149=412 (54% of max value = 765). Red value is 238 (93.36% from 255 or 57.77% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 149 (58.59% from 255 or 36.17% from 412); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1995 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1995 is #11E66A. Grayscale: #666666. Windows color (decimal): -1173099 or 9771502. OLE color: 9771502.
HSL color Cylindrical-coordinate representation of color #EE1995: hue angle of 325.07º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EE1995 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 149 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.07 |
| HSL | 325.07º | 0.86% | 0.52% | - |
| HSV(B) | 325.07º | 0.89% | 0.93% | - |
| XYZ | 41.03 | 21.04 | 30.33 | - |
| YUV | 102.82 | 154.07 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 149 | 0 | 0.89 | 0.37 | 0.07 | 325.07 | 0.86 | 0.52 |
| Hex | EE | 19 | 95 | 0 | 59 | 25 | 7 | 145 | 56 | 34 |
| Octal | 356 | 31 | 225 | 0 | 131 | 45 | 7 | 505 | 126 | 64 |
| Binary | 11101110 | 11001 | 10010101 | 0 | 1011001 | 100101 | 111 | 101000101 | 1010110 | 110100 |
Color Harmonies of #EE1995
Complementary color
Monochromatic Colors of #EE1995
Black with #EE1995
Text Example
Text Example
White with #EE1995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1995; }
p { color: rgb(238,25,149); }
H1.HeaderClassName
{
color: #EE1995;
}
.AnyTagClassName
{
color: #EE1995;
}
</style>
background-color css
<style>
a { background-color: #EE1995; }
a { background-color: rgb(238,25,149); }
div.DivClassName
{
background-color: #EE1995;
}
.BgClassName
{
background-color: #EE1995;
}
</style>
border-color css
<style>
span { border-color: #EE1995; }
span { border-color: rgb(238,25,149); }
td.TdClassName
{
border-color: #EE1995;
}
.TagClassName
{
border-color: #EE1995;
}
</style>