Shades of Shocking Pink #EE19CC
Tints of Shocking Pink #EE19CC
RGB
CMYK
RGB Variations
Color information
#EE19CC (or 0xEE19CC) is known color: Shocking Pink. HEX triplet: EE, 19 and CC. RGB value is (238,25,204). Sum of RGB (Red+Green+Blue) = 238+25+204=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE19CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EE19CC is #11E633. Grayscale: #6C6C6C. Windows color (decimal): -1173044 or 13375982. OLE color: 13375982.
HSL color Cylindrical-coordinate representation of color #EE19CC: hue angle of 309.58º 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 #EE19CC is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 25 | 204 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.07 |
| HSL | 309.58º | 0.86% | 0.52% | - |
| HSV(B) | 309.58º | 0.89% | 0.93% | - |
| XYZ | 46.51 | 23.23 | 59.16 | - |
| YUV | 109.09 | 181.57 | 219.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 25 | 204 | 0 | 0.89 | 0.14 | 0.07 | 309.58 | 0.86 | 0.52 |
| Hex | EE | 19 | CC | 0 | 59 | E | 7 | 136 | 56 | 34 |
| Octal | 356 | 31 | 314 | 0 | 131 | 16 | 7 | 466 | 126 | 64 |
| Binary | 11101110 | 11001 | 11001100 | 0 | 1011001 | 1110 | 111 | 100110110 | 1010110 | 110100 |
Color Harmonies of #EE19CC
Complementary color
Monochromatic Colors of #EE19CC
Black with #EE19CC
Text Example
Text Example
White with #EE19CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE19CC; }
p { color: rgb(238,25,204); }
H1.HeaderClassName
{
color: #EE19CC;
}
.AnyTagClassName
{
color: #EE19CC;
}
</style>
background-color css
<style>
a { background-color: #EE19CC; }
a { background-color: rgb(238,25,204); }
div.DivClassName
{
background-color: #EE19CC;
}
.BgClassName
{
background-color: #EE19CC;
}
</style>
border-color css
<style>
span { border-color: #EE19CC; }
span { border-color: rgb(238,25,204); }
td.TdClassName
{
border-color: #EE19CC;
}
.TagClassName
{
border-color: #EE19CC;
}
</style>