Shades of Shocking Pink #E609BC
Tints of Shocking Pink #E609BC
RGB
CMYK
RGB Variations
Color information
#E609BC (or 0xE609BC) is known color: Shocking Pink. HEX triplet: E6, 09 and BC. RGB value is (230,9,188). Sum of RGB (Red+Green+Blue) = 230+9+188=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 9 (3.91% from 255 or 2.11% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E609BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E609BC is #19F643. Grayscale: #5E5E5E. Windows color (decimal): -1701444 or 12323302. OLE color: 12323302.
HSL color Cylindrical-coordinate representation of color #E609BC: hue angle of 311.4º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E609BC is Cyan = 0, Magento = 0.96, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.18 | 0.10 |
| HSL | 311.4º | 0.92% | 0.47% | - |
| HSV(B) | 311.4º | 0.96% | 0.9% | - |
| XYZ | 41.81 | 20.65 | 49.36 | - |
| YUV | 95.49 | 180.22 | 223.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 9 | 188 | 0 | 0.96 | 0.18 | 0.10 | 311.4 | 0.92 | 0.47 |
| Hex | E6 | 9 | BC | 0 | 60 | 12 | A | 137 | 5C | 2F |
| Octal | 346 | 11 | 274 | 0 | 140 | 22 | 12 | 467 | 134 | 57 |
| Binary | 11100110 | 1001 | 10111100 | 0 | 1100000 | 10010 | 1010 | 100110111 | 1011100 | 101111 |
Color Harmonies of #E609BC
Complementary color
Monochromatic Colors of #E609BC
Black with #E609BC
Text Example
Text Example
White with #E609BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E609BC; }
p { color: rgb(230,9,188); }
H1.HeaderClassName
{
color: #E609BC;
}
.AnyTagClassName
{
color: #E609BC;
}
</style>
background-color css
<style>
a { background-color: #E609BC; }
a { background-color: rgb(230,9,188); }
div.DivClassName
{
background-color: #E609BC;
}
.BgClassName
{
background-color: #E609BC;
}
</style>
border-color css
<style>
span { border-color: #E609BC; }
span { border-color: rgb(230,9,188); }
td.TdClassName
{
border-color: #E609BC;
}
.TagClassName
{
border-color: #E609BC;
}
</style>