Shades of Shocking Pink #E205BC
Tints of Shocking Pink #E205BC
RGB
CMYK
RGB Variations
Color information
#E205BC (or 0xE205BC) is known color: Shocking Pink. HEX triplet: E2, 05 and BC. RGB value is (226,5,188). Sum of RGB (Red+Green+Blue) = 226+5+188=419 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.94% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 226 - color contains mainly: red. Hex color #E205BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E205BC is #1DFA43. Grayscale: #5B5B5B. Windows color (decimal): -1964612 or 12322274. OLE color: 12322274.
HSL color Cylindrical-coordinate representation of color #E205BC: hue angle of 310.32º 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 #E205BC is Cyan = 0, Magento = 0.98, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 5 | 188 | - |
| CMYK | 0 | 0.98 | 0.17 | 0.11 |
| HSL | 310.32º | 0.96% | 0.45% | - |
| HSV(B) | 310.32º | 0.98% | 0.89% | - |
| XYZ | 40.5 | 19.91 | 49.29 | - |
| YUV | 91.94 | 182.22 | 223.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 5 | 188 | 0 | 0.98 | 0.17 | 0.11 | 310.32 | 0.96 | 0.45 |
| Hex | E2 | 5 | BC | 0 | 62 | 11 | B | 136 | 60 | 2D |
| Octal | 342 | 5 | 274 | 0 | 142 | 21 | 13 | 466 | 140 | 55 |
| Binary | 11100010 | 101 | 10111100 | 0 | 1100010 | 10001 | 1011 | 100110110 | 1100000 | 101101 |
Color Harmonies of #E205BC
Complementary color
Monochromatic Colors of #E205BC
Black with #E205BC
Text Example
Text Example
White with #E205BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E205BC; }
p { color: rgb(226,5,188); }
H1.HeaderClassName
{
color: #E205BC;
}
.AnyTagClassName
{
color: #E205BC;
}
</style>
background-color css
<style>
a { background-color: #E205BC; }
a { background-color: rgb(226,5,188); }
div.DivClassName
{
background-color: #E205BC;
}
.BgClassName
{
background-color: #E205BC;
}
</style>
border-color css
<style>
span { border-color: #E205BC; }
span { border-color: rgb(226,5,188); }
td.TdClassName
{
border-color: #E205BC;
}
.TagClassName
{
border-color: #E205BC;
}
</style>