Shades of Shocking Pink #E21ECE
Tints of Shocking Pink #E21ECE
RGB
CMYK
RGB Variations
Color information
#E21ECE (or 0xE21ECE) is known color: Shocking Pink. HEX triplet: E2, 1E and CE. RGB value is (226,30,206). Sum of RGB (Red+Green+Blue) = 226+30+206=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 30 (12.11% from 255 or 6.49% from 462); Blue value is 206 (80.86% from 255 or 44.59% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E21ECE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21ECE is #1DE131. Grayscale: #6C6C6C. Windows color (decimal): -1958194 or 13508322. OLE color: 13508322.
HSL color Cylindrical-coordinate representation of color #E21ECE: hue angle of 306.12º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E21ECE is Cyan = 0, Magento = 0.87, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 30 | 206 | - |
| CMYK | 0 | 0.87 | 0.09 | 0.11 |
| HSL | 306.12º | 0.77% | 0.5% | - |
| HSV(B) | 306.12º | 0.87% | 0.89% | - |
| XYZ | 42.97 | 21.55 | 60.29 | - |
| YUV | 108.67 | 182.93 | 211.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 206 | 0 | 0.87 | 0.09 | 0.11 | 306.12 | 0.77 | 0.5 |
| Hex | E2 | 1E | CE | 0 | 57 | 9 | B | 132 | 4D | 32 |
| Octal | 342 | 36 | 316 | 0 | 127 | 11 | 13 | 462 | 115 | 62 |
| Binary | 11100010 | 11110 | 11001110 | 0 | 1010111 | 1001 | 1011 | 100110010 | 1001101 | 110010 |
Color Harmonies of #E21ECE
Complementary color
Monochromatic Colors of #E21ECE
Black with #E21ECE
Text Example
Text Example
White with #E21ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21ECE; }
p { color: rgb(226,30,206); }
H1.HeaderClassName
{
color: #E21ECE;
}
.AnyTagClassName
{
color: #E21ECE;
}
</style>
background-color css
<style>
a { background-color: #E21ECE; }
a { background-color: rgb(226,30,206); }
div.DivClassName
{
background-color: #E21ECE;
}
.BgClassName
{
background-color: #E21ECE;
}
</style>
border-color css
<style>
span { border-color: #E21ECE; }
span { border-color: rgb(226,30,206); }
td.TdClassName
{
border-color: #E21ECE;
}
.TagClassName
{
border-color: #E21ECE;
}
</style>