Shades of Shocking Pink #E21ECA
Tints of Shocking Pink #E21ECA
RGB
CMYK
RGB Variations
Color information
#E21ECA (or 0xE21ECA) is known color: Shocking Pink. HEX triplet: E2, 1E and CA. RGB value is (226,30,202). Sum of RGB (Red+Green+Blue) = 226+30+202=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 30 (12.11% from 255 or 6.55% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E21ECA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21ECA is #1DE135. Grayscale: #6B6B6B. Windows color (decimal): -1958198 or 13246178. OLE color: 13246178.
HSL color Cylindrical-coordinate representation of color #E21ECA: hue angle of 307.35º 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 #E21ECA is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 30 | 202 | - |
| CMYK | 0 | 0.87 | 0.11 | 0.11 |
| HSL | 307.35º | 0.77% | 0.5% | - |
| HSV(B) | 307.35º | 0.87% | 0.89% | - |
| XYZ | 42.49 | 21.36 | 57.76 | - |
| YUV | 108.21 | 180.93 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 202 | 0 | 0.87 | 0.11 | 0.11 | 307.35 | 0.77 | 0.5 |
| Hex | E2 | 1E | CA | 0 | 57 | B | B | 133 | 4D | 32 |
| Octal | 342 | 36 | 312 | 0 | 127 | 13 | 13 | 463 | 115 | 62 |
| Binary | 11100010 | 11110 | 11001010 | 0 | 1010111 | 1011 | 1011 | 100110011 | 1001101 | 110010 |
Color Harmonies of #E21ECA
Complementary color
Monochromatic Colors of #E21ECA
Black with #E21ECA
Text Example
Text Example
White with #E21ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21ECA; }
p { color: rgb(226,30,202); }
H1.HeaderClassName
{
color: #E21ECA;
}
.AnyTagClassName
{
color: #E21ECA;
}
</style>
background-color css
<style>
a { background-color: #E21ECA; }
a { background-color: rgb(226,30,202); }
div.DivClassName
{
background-color: #E21ECA;
}
.BgClassName
{
background-color: #E21ECA;
}
</style>
border-color css
<style>
span { border-color: #E21ECA; }
span { border-color: rgb(226,30,202); }
td.TdClassName
{
border-color: #E21ECA;
}
.TagClassName
{
border-color: #E21ECA;
}
</style>