Shades of Shocking Pink #E209BC
Tints of Shocking Pink #E209BC
RGB
CMYK
RGB Variations
Color information
#E209BC (or 0xE209BC) is known color: Shocking Pink. HEX triplet: E2, 09 and BC. RGB value is (226,9,188). Sum of RGB (Red+Green+Blue) = 226+9+188=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E209BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E209BC is #1DF643. Grayscale: #5D5D5D. Windows color (decimal): -1963588 or 12323298. OLE color: 12323298.
HSL color Cylindrical-coordinate representation of color #E209BC: hue angle of 310.51º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E209BC is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.11 |
| HSL | 310.51º | 0.92% | 0.46% | - |
| HSV(B) | 310.51º | 0.96% | 0.89% | - |
| XYZ | 40.54 | 19.99 | 49.3 | - |
| YUV | 94.29 | 180.89 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 9 | 188 | 0 | 0.96 | 0.17 | 0.11 | 310.51 | 0.92 | 0.46 |
| Hex | E2 | 9 | BC | 0 | 60 | 11 | B | 137 | 5C | 2E |
| Octal | 342 | 11 | 274 | 0 | 140 | 21 | 13 | 467 | 134 | 56 |
| Binary | 11100010 | 1001 | 10111100 | 0 | 1100000 | 10001 | 1011 | 100110111 | 1011100 | 101110 |
Color Harmonies of #E209BC
Complementary color
Monochromatic Colors of #E209BC
Black with #E209BC
Text Example
Text Example
White with #E209BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E209BC; }
p { color: rgb(226,9,188); }
H1.HeaderClassName
{
color: #E209BC;
}
.AnyTagClassName
{
color: #E209BC;
}
</style>
background-color css
<style>
a { background-color: #E209BC; }
a { background-color: rgb(226,9,188); }
div.DivClassName
{
background-color: #E209BC;
}
.BgClassName
{
background-color: #E209BC;
}
</style>
border-color css
<style>
span { border-color: #E209BC; }
span { border-color: rgb(226,9,188); }
td.TdClassName
{
border-color: #E209BC;
}
.TagClassName
{
border-color: #E209BC;
}
</style>