Shades of Shocking Pink #E60DBB
Tints of Shocking Pink #E60DBB
RGB
CMYK
RGB Variations
Color information
#E60DBB (or 0xE60DBB) is known color: Shocking Pink. HEX triplet: E6, 0D and BB. RGB value is (230,13,187). Sum of RGB (Red+Green+Blue) = 230+13+187=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 13 (5.47% from 255 or 3.02% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E60DBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60DBB is #19F244. Grayscale: #616161. Windows color (decimal): -1700421 or 12258790. OLE color: 12258790.
HSL color Cylindrical-coordinate representation of color #E60DBB: hue angle of 311.89º 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 #E60DBB is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 13 | 187 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.10 |
| HSL | 311.89º | 0.89% | 0.48% | - |
| HSV(B) | 311.89º | 0.94% | 0.9% | - |
| XYZ | 41.75 | 20.7 | 48.81 | - |
| YUV | 97.72 | 178.39 | 222.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 13 | 187 | 0 | 0.94 | 0.19 | 0.10 | 311.89 | 0.89 | 0.48 |
| Hex | E6 | D | BB | 0 | 5E | 13 | A | 138 | 59 | 30 |
| Octal | 346 | 15 | 273 | 0 | 136 | 23 | 12 | 470 | 131 | 60 |
| Binary | 11100110 | 1101 | 10111011 | 0 | 1011110 | 10011 | 1010 | 100111000 | 1011001 | 110000 |
Color Harmonies of #E60DBB
Complementary color
Monochromatic Colors of #E60DBB
Black with #E60DBB
Text Example
Text Example
White with #E60DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60DBB; }
p { color: rgb(230,13,187); }
H1.HeaderClassName
{
color: #E60DBB;
}
.AnyTagClassName
{
color: #E60DBB;
}
</style>
background-color css
<style>
a { background-color: #E60DBB; }
a { background-color: rgb(230,13,187); }
div.DivClassName
{
background-color: #E60DBB;
}
.BgClassName
{
background-color: #E60DBB;
}
</style>
border-color css
<style>
span { border-color: #E60DBB; }
span { border-color: rgb(230,13,187); }
td.TdClassName
{
border-color: #E60DBB;
}
.TagClassName
{
border-color: #E60DBB;
}
</style>