Shades of Deep Pink #EE1993
Tints of Deep Pink #EE1993
RGB
CMYK
RGB Variations
Color information
#EE1993 (or 0xEE1993) is known color: Deep Pink. HEX triplet: EE, 19 and 93. RGB value is (238,25,147). Sum of RGB (Red+Green+Blue) = 238+25+147=410 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.05% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE1993 is #11E66C. Grayscale: #666666. Windows color (decimal): -1173101 or 9640430. OLE color: 9640430.
HSL color Cylindrical-coordinate representation of color #EE1993: hue angle of 325.63º 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 #EE1993 is Cyan = 0, Magento = 0.89, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 147 | - |
| CMYK | 0 | 0.89 | 0.38 | 0.07 |
| HSL | 325.63º | 0.86% | 0.52% | - |
| HSV(B) | 325.63º | 0.89% | 0.93% | - |
| XYZ | 40.87 | 20.98 | 29.5 | - |
| YUV | 102.6 | 153.07 | 224.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 147 | 0 | 0.89 | 0.38 | 0.07 | 325.63 | 0.86 | 0.52 |
| Hex | EE | 19 | 93 | 0 | 59 | 26 | 7 | 146 | 56 | 34 |
| Octal | 356 | 31 | 223 | 0 | 131 | 46 | 7 | 506 | 126 | 64 |
| Binary | 11101110 | 11001 | 10010011 | 0 | 1011001 | 100110 | 111 | 101000110 | 1010110 | 110100 |
Color Harmonies of #EE1993
Complementary color
Monochromatic Colors of #EE1993
Black with #EE1993
Text Example
Text Example
White with #EE1993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1993; }
p { color: rgb(238,25,147); }
H1.HeaderClassName
{
color: #EE1993;
}
.AnyTagClassName
{
color: #EE1993;
}
</style>
background-color css
<style>
a { background-color: #EE1993; }
a { background-color: rgb(238,25,147); }
div.DivClassName
{
background-color: #EE1993;
}
.BgClassName
{
background-color: #EE1993;
}
</style>
border-color css
<style>
span { border-color: #EE1993; }
span { border-color: rgb(238,25,147); }
td.TdClassName
{
border-color: #EE1993;
}
.TagClassName
{
border-color: #EE1993;
}
</style>