Shades of Shocking Pink #E600B7
Tints of Shocking Pink #E600B7
RGB
CMYK
RGB Variations
Color information
#E600B7 (or 0xE600B7) is known color: Shocking Pink. HEX triplet: E6, 00 and B7. RGB value is (230,0,183). Sum of RGB (Red+Green+Blue) = 230+0+183=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E600B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E600B7 is #19FF48. Grayscale: #595959. Windows color (decimal): -1703753 or 11993318. OLE color: 11993318.
HSL color Cylindrical-coordinate representation of color #E600B7: hue angle of 312.26º 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 #E600B7 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 183 | - |
| CMYK | 0 | 1 | 0.20 | 0.10 |
| HSL | 312.26º | 1% | 0.45% | - |
| HSV(B) | 312.26º | 1% | 0.9% | - |
| XYZ | 41.18 | 20.24 | 46.54 | - |
| YUV | 89.63 | 180.7 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 183 | 0 | 1 | 0.20 | 0.10 | 312.26 | 1 | 0.45 |
| Hex | E6 | 0 | B7 | 0 | 64 | 14 | A | 138 | 64 | 2D |
| Octal | 346 | 0 | 267 | 0 | 144 | 24 | 12 | 470 | 144 | 55 |
| Binary | 11100110 | 0 | 10110111 | 0 | 1100100 | 10100 | 1010 | 100111000 | 1100100 | 101101 |
Color Harmonies of #E600B7
Complementary color
Monochromatic Colors of #E600B7
Black with #E600B7
Text Example
Text Example
White with #E600B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E600B7; }
p { color: rgb(230,0,183); }
H1.HeaderClassName
{
color: #E600B7;
}
.AnyTagClassName
{
color: #E600B7;
}
</style>
background-color css
<style>
a { background-color: #E600B7; }
a { background-color: rgb(230,0,183); }
div.DivClassName
{
background-color: #E600B7;
}
.BgClassName
{
background-color: #E600B7;
}
</style>
border-color css
<style>
span { border-color: #E600B7; }
span { border-color: rgb(230,0,183); }
td.TdClassName
{
border-color: #E600B7;
}
.TagClassName
{
border-color: #E600B7;
}
</style>