Shades of Shocking Pink #E921CA
Tints of Shocking Pink #E921CA
RGB
CMYK
RGB Variations
Color information
#E921CA (or 0xE921CA) is known color: Shocking Pink. HEX triplet: E9, 21 and CA. RGB value is (233,33,202). Sum of RGB (Red+Green+Blue) = 233+33+202=468 (61% of max value = 765). Red value is 233 (91.41% from 255 or 49.79% from 468); Green value is 33 (13.28% from 255 or 7.05% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 233 - color contains mainly: red. Hex color #E921CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E921CA is #16DE35. Grayscale: #6F6F6F. Windows color (decimal): -1498678 or 13246953. OLE color: 13246953.
HSL color Cylindrical-coordinate representation of color #E921CA: hue angle of 309.3º degrees, saturation: 0.82, 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 #E921CA is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 33 | 202 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.09 |
| HSL | 309.3º | 0.82% | 0.52% | - |
| HSV(B) | 309.3º | 0.86% | 0.91% | - |
| XYZ | 44.81 | 22.68 | 57.89 | - |
| YUV | 112.07 | 178.76 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 33 | 202 | 0 | 0.86 | 0.13 | 0.09 | 309.3 | 0.82 | 0.52 |
| Hex | E9 | 21 | CA | 0 | 56 | D | 9 | 135 | 52 | 34 |
| Octal | 351 | 41 | 312 | 0 | 126 | 15 | 11 | 465 | 122 | 64 |
| Binary | 11101001 | 100001 | 11001010 | 0 | 1010110 | 1101 | 1001 | 100110101 | 1010010 | 110100 |
Color Harmonies of #E921CA
Complementary color
Monochromatic Colors of #E921CA
Black with #E921CA
Text Example
Text Example
White with #E921CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E921CA; }
p { color: rgb(233,33,202); }
H1.HeaderClassName
{
color: #E921CA;
}
.AnyTagClassName
{
color: #E921CA;
}
</style>
background-color css
<style>
a { background-color: #E921CA; }
a { background-color: rgb(233,33,202); }
div.DivClassName
{
background-color: #E921CA;
}
.BgClassName
{
background-color: #E921CA;
}
</style>
border-color css
<style>
span { border-color: #E921CA; }
span { border-color: rgb(233,33,202); }
td.TdClassName
{
border-color: #E921CA;
}
.TagClassName
{
border-color: #E921CA;
}
</style>