Shades of Shocking Pink #E20DBB
Tints of Shocking Pink #E20DBB
RGB
CMYK
RGB Variations
Color information
#E20DBB (or 0xE20DBB) is known color: Shocking Pink. HEX triplet: E2, 0D and BB. RGB value is (226,13,187). Sum of RGB (Red+Green+Blue) = 226+13+187=426 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.05% from 426); Green value is 13 (5.47% from 255 or 3.05% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 226 - color contains mainly: red. Hex color #E20DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E20DBB is #1DF244. Grayscale: #606060. Windows color (decimal): -1962565 or 12258786. OLE color: 12258786.
HSL color Cylindrical-coordinate representation of color #E20DBB: hue angle of 310.99º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E20DBB is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 13 | 187 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.11 |
| HSL | 310.99º | 0.89% | 0.47% | - |
| HSV(B) | 310.99º | 0.94% | 0.89% | - |
| XYZ | 40.48 | 20.04 | 48.75 | - |
| YUV | 96.52 | 179.07 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 13 | 187 | 0 | 0.94 | 0.17 | 0.11 | 310.99 | 0.89 | 0.47 |
| Hex | E2 | D | BB | 0 | 5E | 11 | B | 137 | 59 | 2F |
| Octal | 342 | 15 | 273 | 0 | 136 | 21 | 13 | 467 | 131 | 57 |
| Binary | 11100010 | 1101 | 10111011 | 0 | 1011110 | 10001 | 1011 | 100110111 | 1011001 | 101111 |
Color Harmonies of #E20DBB
Complementary color
Monochromatic Colors of #E20DBB
Black with #E20DBB
Text Example
Text Example
White with #E20DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E20DBB; }
p { color: rgb(226,13,187); }
H1.HeaderClassName
{
color: #E20DBB;
}
.AnyTagClassName
{
color: #E20DBB;
}
</style>
background-color css
<style>
a { background-color: #E20DBB; }
a { background-color: rgb(226,13,187); }
div.DivClassName
{
background-color: #E20DBB;
}
.BgClassName
{
background-color: #E20DBB;
}
</style>
border-color css
<style>
span { border-color: #E20DBB; }
span { border-color: rgb(226,13,187); }
td.TdClassName
{
border-color: #E20DBB;
}
.TagClassName
{
border-color: #E20DBB;
}
</style>