Shades of Shocking Pink #E21CCA
Tints of Shocking Pink #E21CCA
RGB
CMYK
RGB Variations
Color information
#E21CCA (or 0xE21CCA) is known color: Shocking Pink. HEX triplet: E2, 1C and CA. RGB value is (226,28,202). Sum of RGB (Red+Green+Blue) = 226+28+202=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 28 (11.33% from 255 or 6.14% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21CCA is #1DE335. Grayscale: #6A6A6A. Windows color (decimal): -1958710 or 13245666. OLE color: 13245666.
HSL color Cylindrical-coordinate representation of color #E21CCA: hue angle of 307.27º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E21CCA is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 202 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.11 |
| HSL | 307.27º | 0.78% | 0.5% | - |
| HSV(B) | 307.27º | 0.88% | 0.89% | - |
| XYZ | 42.44 | 21.26 | 57.74 | - |
| YUV | 107.04 | 181.6 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 202 | 0 | 0.88 | 0.11 | 0.11 | 307.27 | 0.78 | 0.5 |
| Hex | E2 | 1C | CA | 0 | 58 | B | B | 133 | 4E | 32 |
| Octal | 342 | 34 | 312 | 0 | 130 | 13 | 13 | 463 | 116 | 62 |
| Binary | 11100010 | 11100 | 11001010 | 0 | 1011000 | 1011 | 1011 | 100110011 | 1001110 | 110010 |
Color Harmonies of #E21CCA
Complementary color
Monochromatic Colors of #E21CCA
Black with #E21CCA
Text Example
Text Example
White with #E21CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21CCA; }
p { color: rgb(226,28,202); }
H1.HeaderClassName
{
color: #E21CCA;
}
.AnyTagClassName
{
color: #E21CCA;
}
</style>
background-color css
<style>
a { background-color: #E21CCA; }
a { background-color: rgb(226,28,202); }
div.DivClassName
{
background-color: #E21CCA;
}
.BgClassName
{
background-color: #E21CCA;
}
</style>
border-color css
<style>
span { border-color: #E21CCA; }
span { border-color: rgb(226,28,202); }
td.TdClassName
{
border-color: #E21CCA;
}
.TagClassName
{
border-color: #E21CCA;
}
</style>