Shades of Shocking Pink #E600B8
Tints of Shocking Pink #E600B8
RGB
CMYK
RGB Variations
Color information
#E600B8 (or 0xE600B8) is known color: Shocking Pink. HEX triplet: E6, 00 and B8. RGB value is (230,0,184). Sum of RGB (Red+Green+Blue) = 230+0+184=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 184 (72.27% from 255 or 44.44% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E600B8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E600B8 is #19FF47. Grayscale: #595959. Windows color (decimal): -1703752 or 12058854. OLE color: 12058854.
HSL color Cylindrical-coordinate representation of color #E600B8: hue angle of 312º 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 #E600B8 is Cyan = 0, Magento = 1, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 184 | - |
| CMYK | 0 | 1 | 0.2 | 0.10 |
| HSL | 312º | 1% | 0.45% | - |
| HSV(B) | 312º | 1% | 0.9% | - |
| XYZ | 41.28 | 20.28 | 47.09 | - |
| YUV | 89.75 | 181.2 | 228.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 184 | 0 | 1 | 0.2 | 0.10 | 312 | 1 | 0.45 |
| Hex | E6 | 0 | B8 | 0 | 64 | 14 | A | 138 | 64 | 2D |
| Octal | 346 | 0 | 270 | 0 | 144 | 24 | 12 | 470 | 144 | 55 |
| Binary | 11100110 | 0 | 10111000 | 0 | 1100100 | 10100 | 1010 | 100111000 | 1100100 | 101101 |
Color Harmonies of #E600B8
Complementary color
Monochromatic Colors of #E600B8
Black with #E600B8
Text Example
Text Example
White with #E600B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E600B8; }
p { color: rgb(230,0,184); }
H1.HeaderClassName
{
color: #E600B8;
}
.AnyTagClassName
{
color: #E600B8;
}
</style>
background-color css
<style>
a { background-color: #E600B8; }
a { background-color: rgb(230,0,184); }
div.DivClassName
{
background-color: #E600B8;
}
.BgClassName
{
background-color: #E600B8;
}
</style>
border-color css
<style>
span { border-color: #E600B8; }
span { border-color: rgb(230,0,184); }
td.TdClassName
{
border-color: #E600B8;
}
.TagClassName
{
border-color: #E600B8;
}
</style>