Shades of Shocking Pink #E600B9
Tints of Shocking Pink #E600B9
RGB
CMYK
RGB Variations
Color information
#E600B9 (or 0xE600B9) is known color: Shocking Pink. HEX triplet: E6, 00 and B9. RGB value is (230,0,185). Sum of RGB (Red+Green+Blue) = 230+0+185=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 0 (0.39% from 255 or 0% from 415); Blue value is 185 (72.66% from 255 or 44.58% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E600B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E600B9 is #19FF46. Grayscale: #595959. Windows color (decimal): -1703751 or 12124390. OLE color: 12124390.
HSL color Cylindrical-coordinate representation of color #E600B9: hue angle of 311.74º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E600B9 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 185 | - |
| CMYK | 0 | 1 | 0.20 | 0.10 |
| HSL | 311.74º | 1% | 0.45% | - |
| HSV(B) | 311.74º | 1% | 0.9% | - |
| XYZ | 41.39 | 20.33 | 47.64 | - |
| YUV | 89.86 | 181.7 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 185 | 0 | 1 | 0.20 | 0.10 | 311.74 | 1 | 0.45 |
| Hex | E6 | 0 | B9 | 0 | 64 | 14 | A | 138 | 64 | 2D |
| Octal | 346 | 0 | 271 | 0 | 144 | 24 | 12 | 470 | 144 | 55 |
| Binary | 11100110 | 0 | 10111001 | 0 | 1100100 | 10100 | 1010 | 100111000 | 1100100 | 101101 |
Color Harmonies of #E600B9
Complementary color
Monochromatic Colors of #E600B9
Black with #E600B9
Text Example
Text Example
White with #E600B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E600B9; }
p { color: rgb(230,0,185); }
H1.HeaderClassName
{
color: #E600B9;
}
.AnyTagClassName
{
color: #E600B9;
}
</style>
background-color css
<style>
a { background-color: #E600B9; }
a { background-color: rgb(230,0,185); }
div.DivClassName
{
background-color: #E600B9;
}
.BgClassName
{
background-color: #E600B9;
}
</style>
border-color css
<style>
span { border-color: #E600B9; }
span { border-color: rgb(230,0,185); }
td.TdClassName
{
border-color: #E600B9;
}
.TagClassName
{
border-color: #E600B9;
}
</style>