Shades of Shocking Pink #E023C5
Tints of Shocking Pink #E023C5
RGB
CMYK
RGB Variations
Color information
#E023C5 (or 0xE023C5) is known color: Shocking Pink. HEX triplet: E0, 23 and C5. RGB value is (224,35,197). Sum of RGB (Red+Green+Blue) = 224+35+197=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 35 (14.06% from 255 or 7.68% from 456); Blue value is 197 (77.34% from 255 or 43.20% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E023C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E023C5 is #1FDC3A. Grayscale: #6D6D6D. Windows color (decimal): -2087995 or 12919776. OLE color: 12919776.
HSL color Cylindrical-coordinate representation of color #E023C5: hue angle of 308.57º 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 #E023C5 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 35 | 197 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.12 |
| HSL | 308.57º | 0.75% | 0.51% | - |
| HSV(B) | 308.57º | 0.84% | 0.88% | - |
| XYZ | 41.42 | 21.08 | 54.71 | - |
| YUV | 109.98 | 177.12 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 197 | 0 | 0.84 | 0.12 | 0.12 | 308.57 | 0.75 | 0.51 |
| Hex | E0 | 23 | C5 | 0 | 54 | C | C | 135 | 4B | 33 |
| Octal | 340 | 43 | 305 | 0 | 124 | 14 | 14 | 465 | 113 | 63 |
| Binary | 11100000 | 100011 | 11000101 | 0 | 1010100 | 1100 | 1100 | 100110101 | 1001011 | 110011 |
Color Harmonies of #E023C5
Complementary color
Monochromatic Colors of #E023C5
Black with #E023C5
Text Example
Text Example
White with #E023C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E023C5; }
p { color: rgb(224,35,197); }
H1.HeaderClassName
{
color: #E023C5;
}
.AnyTagClassName
{
color: #E023C5;
}
</style>
background-color css
<style>
a { background-color: #E023C5; }
a { background-color: rgb(224,35,197); }
div.DivClassName
{
background-color: #E023C5;
}
.BgClassName
{
background-color: #E023C5;
}
</style>
border-color css
<style>
span { border-color: #E023C5; }
span { border-color: rgb(224,35,197); }
td.TdClassName
{
border-color: #E023C5;
}
.TagClassName
{
border-color: #E023C5;
}
</style>