Shades of Shocking Pink #E821CA
Tints of Shocking Pink #E821CA
RGB
CMYK
RGB Variations
Color information
#E821CA (or 0xE821CA) is known color: Shocking Pink. HEX triplet: E8, 21 and CA. RGB value is (232,33,202). Sum of RGB (Red+Green+Blue) = 232+33+202=467 (61% of max value = 765). Red value is 232 (91.02% from 255 or 49.68% from 467); Green value is 33 (13.28% from 255 or 7.07% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 232 - color contains mainly: red. Hex color #E821CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E821CA is #17DE35. Grayscale: #6F6F6F. Windows color (decimal): -1564214 or 13246952. OLE color: 13246952.
HSL color Cylindrical-coordinate representation of color #E821CA: hue angle of 309.05º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E821CA is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 33 | 202 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.09 |
| HSL | 309.05º | 0.81% | 0.52% | - |
| HSV(B) | 309.05º | 0.86% | 0.91% | - |
| XYZ | 44.48 | 22.51 | 57.88 | - |
| YUV | 111.77 | 178.93 | 213.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 33 | 202 | 0 | 0.86 | 0.13 | 0.09 | 309.05 | 0.81 | 0.52 |
| Hex | E8 | 21 | CA | 0 | 56 | D | 9 | 135 | 51 | 34 |
| Octal | 350 | 41 | 312 | 0 | 126 | 15 | 11 | 465 | 121 | 64 |
| Binary | 11101000 | 100001 | 11001010 | 0 | 1010110 | 1101 | 1001 | 100110101 | 1010001 | 110100 |
Color Harmonies of #E821CA
Complementary color
Monochromatic Colors of #E821CA
Black with #E821CA
Text Example
Text Example
White with #E821CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E821CA; }
p { color: rgb(232,33,202); }
H1.HeaderClassName
{
color: #E821CA;
}
.AnyTagClassName
{
color: #E821CA;
}
</style>
background-color css
<style>
a { background-color: #E821CA; }
a { background-color: rgb(232,33,202); }
div.DivClassName
{
background-color: #E821CA;
}
.BgClassName
{
background-color: #E821CA;
}
</style>
border-color css
<style>
span { border-color: #E821CA; }
span { border-color: rgb(232,33,202); }
td.TdClassName
{
border-color: #E821CA;
}
.TagClassName
{
border-color: #E821CA;
}
</style>