Shades of Shocking Pink #E600BE
Tints of Shocking Pink #E600BE
RGB
CMYK
RGB Variations
Color information
#E600BE (or 0xE600BE) is known color: Shocking Pink. HEX triplet: E6, 00 and BE. RGB value is (230,0,190). Sum of RGB (Red+Green+Blue) = 230+0+190=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E600BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E600BE is #19FF41. Grayscale: #595959. Windows color (decimal): -1703746 or 12452070. OLE color: 12452070.
HSL color Cylindrical-coordinate representation of color #E600BE: hue angle of 310.43º 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 #E600BE is Cyan = 0, Magento = 1, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 0 | 190 | - |
| CMYK | 0 | 1 | 0.17 | 0.10 |
| HSL | 310.43º | 1% | 0.45% | - |
| HSV(B) | 310.43º | 1% | 0.9% | - |
| XYZ | 41.93 | 20.54 | 50.47 | - |
| YUV | 90.43 | 184.2 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 0 | 190 | 0 | 1 | 0.17 | 0.10 | 310.43 | 1 | 0.45 |
| Hex | E6 | 0 | BE | 0 | 64 | 11 | A | 136 | 64 | 2D |
| Octal | 346 | 0 | 276 | 0 | 144 | 21 | 12 | 466 | 144 | 55 |
| Binary | 11100110 | 0 | 10111110 | 0 | 1100100 | 10001 | 1010 | 100110110 | 1100100 | 101101 |
Color Harmonies of #E600BE
Complementary color
Monochromatic Colors of #E600BE
Black with #E600BE
Text Example
Text Example
White with #E600BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E600BE; }
p { color: rgb(230,0,190); }
H1.HeaderClassName
{
color: #E600BE;
}
.AnyTagClassName
{
color: #E600BE;
}
</style>
background-color css
<style>
a { background-color: #E600BE; }
a { background-color: rgb(230,0,190); }
div.DivClassName
{
background-color: #E600BE;
}
.BgClassName
{
background-color: #E600BE;
}
</style>
border-color css
<style>
span { border-color: #E600BE; }
span { border-color: rgb(230,0,190); }
td.TdClassName
{
border-color: #E600BE;
}
.TagClassName
{
border-color: #E600BE;
}
</style>