Shades of Shocking Pink #E21FC0
Tints of Shocking Pink #E21FC0
RGB
CMYK
RGB Variations
Color information
#E21FC0 (or 0xE21FC0) is known color: Shocking Pink. HEX triplet: E2, 1F and C0. RGB value is (226,31,192). Sum of RGB (Red+Green+Blue) = 226+31+192=449 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.33% from 449); Green value is 31 (12.5% from 255 or 6.90% from 449); Blue value is 192 (75.39% from 255 or 42.76% from 449); Max value from RGB is 226 - color contains mainly: red. Hex color #E21FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21FC0 is #1DE03F. Grayscale: #6B6B6B. Windows color (decimal): -1957952 or 12591074. OLE color: 12591074.
HSL color Cylindrical-coordinate representation of color #E21FC0: hue angle of 310.46º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E21FC0 is Cyan = 0, Magento = 0.86, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 192 | - |
| CMYK | 0 | 0.86 | 0.15 | 0.11 |
| HSL | 310.46º | 0.77% | 0.5% | - |
| HSV(B) | 310.46º | 0.86% | 0.89% | - |
| XYZ | 41.37 | 20.95 | 51.73 | - |
| YUV | 107.66 | 175.6 | 212.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 192 | 0 | 0.86 | 0.15 | 0.11 | 310.46 | 0.77 | 0.5 |
| Hex | E2 | 1F | C0 | 0 | 56 | F | B | 136 | 4D | 32 |
| Octal | 342 | 37 | 300 | 0 | 126 | 17 | 13 | 466 | 115 | 62 |
| Binary | 11100010 | 11111 | 11000000 | 0 | 1010110 | 1111 | 1011 | 100110110 | 1001101 | 110010 |
Color Harmonies of #E21FC0
Complementary color
Monochromatic Colors of #E21FC0
Black with #E21FC0
Text Example
Text Example
White with #E21FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21FC0; }
p { color: rgb(226,31,192); }
H1.HeaderClassName
{
color: #E21FC0;
}
.AnyTagClassName
{
color: #E21FC0;
}
</style>
background-color css
<style>
a { background-color: #E21FC0; }
a { background-color: rgb(226,31,192); }
div.DivClassName
{
background-color: #E21FC0;
}
.BgClassName
{
background-color: #E21FC0;
}
</style>
border-color css
<style>
span { border-color: #E21FC0; }
span { border-color: rgb(226,31,192); }
td.TdClassName
{
border-color: #E21FC0;
}
.TagClassName
{
border-color: #E21FC0;
}
</style>