Shades of Shocking Pink #E023C2
Tints of Shocking Pink #E023C2
RGB
CMYK
RGB Variations
Color information
#E023C2 (or 0xE023C2) is known color: Shocking Pink. HEX triplet: E0, 23 and C2. RGB value is (224,35,194). Sum of RGB (Red+Green+Blue) = 224+35+194=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 35 (14.06% from 255 or 7.73% from 453); Blue value is 194 (76.17% from 255 or 42.83% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E023C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E023C2 is #1FDC3D. Grayscale: #6D6D6D. Windows color (decimal): -2087998 or 12723168. OLE color: 12723168.
HSL color Cylindrical-coordinate representation of color #E023C2: hue angle of 309.52º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E023C2 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 35 | 194 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.12 |
| HSL | 309.52º | 0.75% | 0.51% | - |
| HSV(B) | 309.52º | 0.84% | 0.88% | - |
| XYZ | 41.08 | 20.94 | 52.92 | - |
| YUV | 109.64 | 175.62 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 194 | 0 | 0.84 | 0.13 | 0.12 | 309.52 | 0.75 | 0.51 |
| Hex | E0 | 23 | C2 | 0 | 54 | D | C | 136 | 4B | 33 |
| Octal | 340 | 43 | 302 | 0 | 124 | 15 | 14 | 466 | 113 | 63 |
| Binary | 11100000 | 100011 | 11000010 | 0 | 1010100 | 1101 | 1100 | 100110110 | 1001011 | 110011 |
Color Harmonies of #E023C2
Complementary color
Monochromatic Colors of #E023C2
Black with #E023C2
Text Example
Text Example
White with #E023C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E023C2; }
p { color: rgb(224,35,194); }
H1.HeaderClassName
{
color: #E023C2;
}
.AnyTagClassName
{
color: #E023C2;
}
</style>
background-color css
<style>
a { background-color: #E023C2; }
a { background-color: rgb(224,35,194); }
div.DivClassName
{
background-color: #E023C2;
}
.BgClassName
{
background-color: #E023C2;
}
</style>
border-color css
<style>
span { border-color: #E023C2; }
span { border-color: rgb(224,35,194); }
td.TdClassName
{
border-color: #E023C2;
}
.TagClassName
{
border-color: #E023C2;
}
</style>