Shades of Shocking Pink #E023C1
Tints of Shocking Pink #E023C1
RGB
CMYK
RGB Variations
Color information
#E023C1 (or 0xE023C1) is known color: Shocking Pink. HEX triplet: E0, 23 and C1. RGB value is (224,35,193). Sum of RGB (Red+Green+Blue) = 224+35+193=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 35 (14.06% from 255 or 7.74% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E023C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E023C1 is #1FDC3E. Grayscale: #6D6D6D. Windows color (decimal): -2087999 or 12657632. OLE color: 12657632.
HSL color Cylindrical-coordinate representation of color #E023C1: hue angle of 309.84º 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 #E023C1 is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 35 | 193 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.12 |
| HSL | 309.84º | 0.75% | 0.51% | - |
| HSV(B) | 309.84º | 0.84% | 0.88% | - |
| XYZ | 40.97 | 20.9 | 52.33 | - |
| YUV | 109.52 | 175.12 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 35 | 193 | 0 | 0.84 | 0.14 | 0.12 | 309.84 | 0.75 | 0.51 |
| Hex | E0 | 23 | C1 | 0 | 54 | E | C | 136 | 4B | 33 |
| Octal | 340 | 43 | 301 | 0 | 124 | 16 | 14 | 466 | 113 | 63 |
| Binary | 11100000 | 100011 | 11000001 | 0 | 1010100 | 1110 | 1100 | 100110110 | 1001011 | 110011 |
Color Harmonies of #E023C1
Complementary color
Monochromatic Colors of #E023C1
Black with #E023C1
Text Example
Text Example
White with #E023C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E023C1; }
p { color: rgb(224,35,193); }
H1.HeaderClassName
{
color: #E023C1;
}
.AnyTagClassName
{
color: #E023C1;
}
</style>
background-color css
<style>
a { background-color: #E023C1; }
a { background-color: rgb(224,35,193); }
div.DivClassName
{
background-color: #E023C1;
}
.BgClassName
{
background-color: #E023C1;
}
</style>
border-color css
<style>
span { border-color: #E023C1; }
span { border-color: rgb(224,35,193); }
td.TdClassName
{
border-color: #E023C1;
}
.TagClassName
{
border-color: #E023C1;
}
</style>