Shades of Shocking Pink #E21CCC
Tints of Shocking Pink #E21CCC
RGB
CMYK
RGB Variations
Color information
#E21CCC (or 0xE21CCC) is known color: Shocking Pink. HEX triplet: E2, 1C and CC. RGB value is (226,28,204). Sum of RGB (Red+Green+Blue) = 226+28+204=458 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.34% from 458); Green value is 28 (11.33% from 255 or 6.11% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 226 - color contains mainly: red. Hex color #E21CCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21CCC is #1DE333. Grayscale: #6A6A6A. Windows color (decimal): -1958708 or 13376738. OLE color: 13376738.
HSL color Cylindrical-coordinate representation of color #E21CCC: hue angle of 306.67º 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 #E21CCC is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 28 | 204 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.11 |
| HSL | 306.67º | 0.78% | 0.5% | - |
| HSV(B) | 306.67º | 0.88% | 0.89% | - |
| XYZ | 42.68 | 21.36 | 59 | - |
| YUV | 107.27 | 182.6 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 28 | 204 | 0 | 0.88 | 0.10 | 0.11 | 306.67 | 0.78 | 0.5 |
| Hex | E2 | 1C | CC | 0 | 58 | A | B | 133 | 4E | 32 |
| Octal | 342 | 34 | 314 | 0 | 130 | 12 | 13 | 463 | 116 | 62 |
| Binary | 11100010 | 11100 | 11001100 | 0 | 1011000 | 1010 | 1011 | 100110011 | 1001110 | 110010 |
Color Harmonies of #E21CCC
Complementary color
Monochromatic Colors of #E21CCC
Black with #E21CCC
Text Example
Text Example
White with #E21CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21CCC; }
p { color: rgb(226,28,204); }
H1.HeaderClassName
{
color: #E21CCC;
}
.AnyTagClassName
{
color: #E21CCC;
}
</style>
background-color css
<style>
a { background-color: #E21CCC; }
a { background-color: rgb(226,28,204); }
div.DivClassName
{
background-color: #E21CCC;
}
.BgClassName
{
background-color: #E21CCC;
}
</style>
border-color css
<style>
span { border-color: #E21CCC; }
span { border-color: rgb(226,28,204); }
td.TdClassName
{
border-color: #E21CCC;
}
.TagClassName
{
border-color: #E21CCC;
}
</style>