Shades of Shocking Pink #E205BD
Tints of Shocking Pink #E205BD
RGB
CMYK
RGB Variations
Color information
#E205BD (or 0xE205BD) is known color: Shocking Pink. HEX triplet: E2, 05 and BD. RGB value is (226,5,189). Sum of RGB (Red+Green+Blue) = 226+5+189=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 5 (2.34% from 255 or 1.19% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E205BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E205BD is #1DFA42. Grayscale: #5B5B5B. Windows color (decimal): -1964611 or 12387810. OLE color: 12387810.
HSL color Cylindrical-coordinate representation of color #E205BD: hue angle of 310.05º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E205BD is Cyan = 0, Magento = 0.98, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 189 | - |
| CMYK | 0 | 0.98 | 0.16 | 0.11 |
| HSL | 310.05º | 0.96% | 0.45% | - |
| HSV(B) | 310.05º | 0.98% | 0.89% | - |
| XYZ | 40.6 | 19.95 | 49.86 | - |
| YUV | 92.06 | 182.72 | 223.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 189 | 0 | 0.98 | 0.16 | 0.11 | 310.05 | 0.96 | 0.45 |
| Hex | E2 | 5 | BD | 0 | 62 | 10 | B | 136 | 60 | 2D |
| Octal | 342 | 5 | 275 | 0 | 142 | 20 | 13 | 466 | 140 | 55 |
| Binary | 11100010 | 101 | 10111101 | 0 | 1100010 | 10000 | 1011 | 100110110 | 1100000 | 101101 |
Color Harmonies of #E205BD
Complementary color
Monochromatic Colors of #E205BD
Black with #E205BD
Text Example
Text Example
White with #E205BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E205BD; }
p { color: rgb(226,5,189); }
H1.HeaderClassName
{
color: #E205BD;
}
.AnyTagClassName
{
color: #E205BD;
}
</style>
background-color css
<style>
a { background-color: #E205BD; }
a { background-color: rgb(226,5,189); }
div.DivClassName
{
background-color: #E205BD;
}
.BgClassName
{
background-color: #E205BD;
}
</style>
border-color css
<style>
span { border-color: #E205BD; }
span { border-color: rgb(226,5,189); }
td.TdClassName
{
border-color: #E205BD;
}
.TagClassName
{
border-color: #E205BD;
}
</style>