Shades of Shocking Pink #E200B9
Tints of Shocking Pink #E200B9
RGB
CMYK
RGB Variations
Color information
#E200B9 (or 0xE200B9) is known color: Shocking Pink. HEX triplet: E2, 00 and B9. RGB value is (226,0,185). Sum of RGB (Red+Green+Blue) = 226+0+185=411 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.99% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 226 - color contains mainly: red. Hex color #E200B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E200B9 is #1DFF46. Grayscale: #585858. Windows color (decimal): -1965895 or 12124386. OLE color: 12124386.
HSL color Cylindrical-coordinate representation of color #E200B9: hue angle of 310.88º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E200B9 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 185 | - |
| CMYK | 0 | 1 | 0.18 | 0.11 |
| HSL | 310.88º | 1% | 0.44% | - |
| HSV(B) | 310.88º | 1% | 0.89% | - |
| XYZ | 40.12 | 19.67 | 47.58 | - |
| YUV | 88.66 | 182.37 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 185 | 0 | 1 | 0.18 | 0.11 | 310.88 | 1 | 0.44 |
| Hex | E2 | 0 | B9 | 0 | 64 | 12 | B | 137 | 64 | 2C |
| Octal | 342 | 0 | 271 | 0 | 144 | 22 | 13 | 467 | 144 | 54 |
| Binary | 11100010 | 0 | 10111001 | 0 | 1100100 | 10010 | 1011 | 100110111 | 1100100 | 101100 |
Color Harmonies of #E200B9
Complementary color
Monochromatic Colors of #E200B9
Black with #E200B9
Text Example
Text Example
White with #E200B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E200B9; }
p { color: rgb(226,0,185); }
H1.HeaderClassName
{
color: #E200B9;
}
.AnyTagClassName
{
color: #E200B9;
}
</style>
background-color css
<style>
a { background-color: #E200B9; }
a { background-color: rgb(226,0,185); }
div.DivClassName
{
background-color: #E200B9;
}
.BgClassName
{
background-color: #E200B9;
}
</style>
border-color css
<style>
span { border-color: #E200B9; }
span { border-color: rgb(226,0,185); }
td.TdClassName
{
border-color: #E200B9;
}
.TagClassName
{
border-color: #E200B9;
}
</style>