Shades of Shocking Pink #E21BBE
Tints of Shocking Pink #E21BBE
RGB
CMYK
RGB Variations
Color information
#E21BBE (or 0xE21BBE) is known color: Shocking Pink. HEX triplet: E2, 1B and BE. RGB value is (226,27,190). Sum of RGB (Red+Green+Blue) = 226+27+190=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 27 (10.94% from 255 or 6.09% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E21BBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E21BBE is #1DE441. Grayscale: #686868. Windows color (decimal): -1958978 or 12458978. OLE color: 12458978.
HSL color Cylindrical-coordinate representation of color #E21BBE: hue angle of 310.85º degrees, saturation: 0.79, 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 #E21BBE is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 27 | 190 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.11 |
| HSL | 310.85º | 0.79% | 0.5% | - |
| HSV(B) | 310.85º | 0.88% | 0.89% | - |
| XYZ | 41.05 | 20.67 | 50.54 | - |
| YUV | 105.08 | 175.93 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 27 | 190 | 0 | 0.88 | 0.16 | 0.11 | 310.85 | 0.79 | 0.5 |
| Hex | E2 | 1B | BE | 0 | 58 | 10 | B | 137 | 4F | 32 |
| Octal | 342 | 33 | 276 | 0 | 130 | 20 | 13 | 467 | 117 | 62 |
| Binary | 11100010 | 11011 | 10111110 | 0 | 1011000 | 10000 | 1011 | 100110111 | 1001111 | 110010 |
Color Harmonies of #E21BBE
Complementary color
Monochromatic Colors of #E21BBE
Black with #E21BBE
Text Example
Text Example
White with #E21BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21BBE; }
p { color: rgb(226,27,190); }
H1.HeaderClassName
{
color: #E21BBE;
}
.AnyTagClassName
{
color: #E21BBE;
}
</style>
background-color css
<style>
a { background-color: #E21BBE; }
a { background-color: rgb(226,27,190); }
div.DivClassName
{
background-color: #E21BBE;
}
.BgClassName
{
background-color: #E21BBE;
}
</style>
border-color css
<style>
span { border-color: #E21BBE; }
span { border-color: rgb(226,27,190); }
td.TdClassName
{
border-color: #E21BBE;
}
.TagClassName
{
border-color: #E21BBE;
}
</style>