Shades of Shocking Pink #E817CA
Tints of Shocking Pink #E817CA
RGB
CMYK
RGB Variations
Color information
#E817CA (or 0xE817CA) is known color: Shocking Pink. HEX triplet: E8, 17 and CA. RGB value is (232,23,202). Sum of RGB (Red+Green+Blue) = 232+23+202=457 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.77% from 457); Green value is 23 (9.38% from 255 or 5.03% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 232 - color contains mainly: red. Hex color #E817CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E817CA is #17E835. Grayscale: #696969. Windows color (decimal): -1566774 or 13244392. OLE color: 13244392.
HSL color Cylindrical-coordinate representation of color #E817CA: hue angle of 308.61º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E817CA is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 23 | 202 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.09 |
| HSL | 308.61º | 0.82% | 0.5% | - |
| HSV(B) | 308.61º | 0.9% | 0.91% | - |
| XYZ | 44.25 | 22.03 | 57.8 | - |
| YUV | 105.9 | 182.24 | 217.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 23 | 202 | 0 | 0.90 | 0.13 | 0.09 | 308.61 | 0.82 | 0.5 |
| Hex | E8 | 17 | CA | 0 | 5A | D | 9 | 135 | 52 | 32 |
| Octal | 350 | 27 | 312 | 0 | 132 | 15 | 11 | 465 | 122 | 62 |
| Binary | 11101000 | 10111 | 11001010 | 0 | 1011010 | 1101 | 1001 | 100110101 | 1010010 | 110010 |
Color Harmonies of #E817CA
Complementary color
Monochromatic Colors of #E817CA
Black with #E817CA
Text Example
Text Example
White with #E817CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E817CA; }
p { color: rgb(232,23,202); }
H1.HeaderClassName
{
color: #E817CA;
}
.AnyTagClassName
{
color: #E817CA;
}
</style>
background-color css
<style>
a { background-color: #E817CA; }
a { background-color: rgb(232,23,202); }
div.DivClassName
{
background-color: #E817CA;
}
.BgClassName
{
background-color: #E817CA;
}
</style>
border-color css
<style>
span { border-color: #E817CA; }
span { border-color: rgb(232,23,202); }
td.TdClassName
{
border-color: #E817CA;
}
.TagClassName
{
border-color: #E817CA;
}
</style>