Shades of Shocking Pink #E60EBE
Tints of Shocking Pink #E60EBE
RGB
CMYK
RGB Variations
Color information
#E60EBE (or 0xE60EBE) is known color: Shocking Pink. HEX triplet: E6, 0E and BE. RGB value is (230,14,190). Sum of RGB (Red+Green+Blue) = 230+14+190=434 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.00% from 434); Green value is 14 (5.86% from 255 or 3.23% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 230 - color contains mainly: red. Hex color #E60EBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60EBE is #19F141. Grayscale: #626262. Windows color (decimal): -1700162 or 12455654. OLE color: 12455654.
HSL color Cylindrical-coordinate representation of color #E60EBE: hue angle of 311.11º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E60EBE is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 14 | 190 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.10 |
| HSL | 311.11º | 0.89% | 0.48% | - |
| HSV(B) | 311.11º | 0.94% | 0.9% | - |
| XYZ | 42.08 | 20.85 | 50.52 | - |
| YUV | 98.65 | 179.56 | 221.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 14 | 190 | 0 | 0.94 | 0.17 | 0.10 | 311.11 | 0.89 | 0.48 |
| Hex | E6 | E | BE | 0 | 5E | 11 | A | 137 | 59 | 30 |
| Octal | 346 | 16 | 276 | 0 | 136 | 21 | 12 | 467 | 131 | 60 |
| Binary | 11100110 | 1110 | 10111110 | 0 | 1011110 | 10001 | 1010 | 100110111 | 1011001 | 110000 |
Color Harmonies of #E60EBE
Complementary color
Monochromatic Colors of #E60EBE
Black with #E60EBE
Text Example
Text Example
White with #E60EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60EBE; }
p { color: rgb(230,14,190); }
H1.HeaderClassName
{
color: #E60EBE;
}
.AnyTagClassName
{
color: #E60EBE;
}
</style>
background-color css
<style>
a { background-color: #E60EBE; }
a { background-color: rgb(230,14,190); }
div.DivClassName
{
background-color: #E60EBE;
}
.BgClassName
{
background-color: #E60EBE;
}
</style>
border-color css
<style>
span { border-color: #E60EBE; }
span { border-color: rgb(230,14,190); }
td.TdClassName
{
border-color: #E60EBE;
}
.TagClassName
{
border-color: #E60EBE;
}
</style>