Shades of Shocking Pink #E60BBC
Tints of Shocking Pink #E60BBC
RGB
CMYK
RGB Variations
Color information
#E60BBC (or 0xE60BBC) is known color: Shocking Pink. HEX triplet: E6, 0B and BC. RGB value is (230,11,188). Sum of RGB (Red+Green+Blue) = 230+11+188=429 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.61% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 188 (73.83% from 255 or 43.82% from 429); Max value from RGB is 230 - color contains mainly: red. Hex color #E60BBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60BBC is #19F443. Grayscale: #606060. Windows color (decimal): -1700932 or 12323814. OLE color: 12323814.
HSL color Cylindrical-coordinate representation of color #E60BBC: hue angle of 311.51º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60BBC is Cyan = 0, Magento = 0.95, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 11 | 188 | - |
| CMYK | 0 | 0.95 | 0.18 | 0.10 |
| HSL | 311.51º | 0.91% | 0.47% | - |
| HSV(B) | 311.51º | 0.95% | 0.9% | - |
| XYZ | 41.83 | 20.69 | 49.37 | - |
| YUV | 96.66 | 179.55 | 223.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 188 | 0 | 0.95 | 0.18 | 0.10 | 311.51 | 0.91 | 0.47 |
| Hex | E6 | B | BC | 0 | 5F | 12 | A | 138 | 5B | 2F |
| Octal | 346 | 13 | 274 | 0 | 137 | 22 | 12 | 470 | 133 | 57 |
| Binary | 11100110 | 1011 | 10111100 | 0 | 1011111 | 10010 | 1010 | 100111000 | 1011011 | 101111 |
Color Harmonies of #E60BBC
Complementary color
Monochromatic Colors of #E60BBC
Black with #E60BBC
Text Example
Text Example
White with #E60BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60BBC; }
p { color: rgb(230,11,188); }
H1.HeaderClassName
{
color: #E60BBC;
}
.AnyTagClassName
{
color: #E60BBC;
}
</style>
background-color css
<style>
a { background-color: #E60BBC; }
a { background-color: rgb(230,11,188); }
div.DivClassName
{
background-color: #E60BBC;
}
.BgClassName
{
background-color: #E60BBC;
}
</style>
border-color css
<style>
span { border-color: #E60BBC; }
span { border-color: rgb(230,11,188); }
td.TdClassName
{
border-color: #E60BBC;
}
.TagClassName
{
border-color: #E60BBC;
}
</style>