Shades of Shocking Pink #EE19D2
Tints of Shocking Pink #EE19D2
RGB
CMYK
RGB Variations
Color information
#EE19D2 (or 0xEE19D2) is known color: Shocking Pink. HEX triplet: EE, 19 and D2. RGB value is (238,25,210). Sum of RGB (Red+Green+Blue) = 238+25+210=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 25 (10.16% from 255 or 5.29% from 473); Blue value is 210 (82.42% from 255 or 44.40% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE19D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE19D2 is #11E62D. Grayscale: #6D6D6D. Windows color (decimal): -1173038 or 13769198. OLE color: 13769198.
HSL color Cylindrical-coordinate representation of color #EE19D2: hue angle of 307.89º 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 #EE19D2 is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 210 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.07 |
| HSL | 307.89º | 0.86% | 0.52% | - |
| HSV(B) | 307.89º | 0.89% | 0.93% | - |
| XYZ | 47.24 | 23.53 | 63.02 | - |
| YUV | 109.78 | 184.57 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 210 | 0 | 0.89 | 0.12 | 0.07 | 307.89 | 0.86 | 0.52 |
| Hex | EE | 19 | D2 | 0 | 59 | C | 7 | 134 | 56 | 34 |
| Octal | 356 | 31 | 322 | 0 | 131 | 14 | 7 | 464 | 126 | 64 |
| Binary | 11101110 | 11001 | 11010010 | 0 | 1011001 | 1100 | 111 | 100110100 | 1010110 | 110100 |
Color Harmonies of #EE19D2
Complementary color
Monochromatic Colors of #EE19D2
Black with #EE19D2
Text Example
Text Example
White with #EE19D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE19D2; }
p { color: rgb(238,25,210); }
H1.HeaderClassName
{
color: #EE19D2;
}
.AnyTagClassName
{
color: #EE19D2;
}
</style>
background-color css
<style>
a { background-color: #EE19D2; }
a { background-color: rgb(238,25,210); }
div.DivClassName
{
background-color: #EE19D2;
}
.BgClassName
{
background-color: #EE19D2;
}
</style>
border-color css
<style>
span { border-color: #EE19D2; }
span { border-color: rgb(238,25,210); }
td.TdClassName
{
border-color: #EE19D2;
}
.TagClassName
{
border-color: #EE19D2;
}
</style>