Shades of Shocking Pink #E21EBE
Tints of Shocking Pink #E21EBE
RGB
CMYK
RGB Variations
Color information
#E21EBE (or 0xE21EBE) is known color: Shocking Pink. HEX triplet: E2, 1E and BE. RGB value is (226,30,190). Sum of RGB (Red+Green+Blue) = 226+30+190=446 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.67% from 446); Green value is 30 (12.11% from 255 or 6.73% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 226 - color contains mainly: red. Hex color #E21EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21EBE is #1DE141. Grayscale: #6A6A6A. Windows color (decimal): -1958210 or 12459746. OLE color: 12459746.
HSL color Cylindrical-coordinate representation of color #E21EBE: hue angle of 311.02º 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 #E21EBE is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 30 | 190 | - |
| CMYK | 0 | 0.87 | 0.16 | 0.11 |
| HSL | 311.02º | 0.77% | 0.5% | - |
| HSV(B) | 311.02º | 0.87% | 0.89% | - |
| XYZ | 41.12 | 20.82 | 50.57 | - |
| YUV | 106.84 | 174.93 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 30 | 190 | 0 | 0.87 | 0.16 | 0.11 | 311.02 | 0.77 | 0.5 |
| Hex | E2 | 1E | BE | 0 | 57 | 10 | B | 137 | 4D | 32 |
| Octal | 342 | 36 | 276 | 0 | 127 | 20 | 13 | 467 | 115 | 62 |
| Binary | 11100010 | 11110 | 10111110 | 0 | 1010111 | 10000 | 1011 | 100110111 | 1001101 | 110010 |
Color Harmonies of #E21EBE
Complementary color
Monochromatic Colors of #E21EBE
Black with #E21EBE
Text Example
Text Example
White with #E21EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21EBE; }
p { color: rgb(226,30,190); }
H1.HeaderClassName
{
color: #E21EBE;
}
.AnyTagClassName
{
color: #E21EBE;
}
</style>
background-color css
<style>
a { background-color: #E21EBE; }
a { background-color: rgb(226,30,190); }
div.DivClassName
{
background-color: #E21EBE;
}
.BgClassName
{
background-color: #E21EBE;
}
</style>
border-color css
<style>
span { border-color: #E21EBE; }
span { border-color: rgb(226,30,190); }
td.TdClassName
{
border-color: #E21EBE;
}
.TagClassName
{
border-color: #E21EBE;
}
</style>