Shades of Shocking Pink #E60BB6
Tints of Shocking Pink #E60BB6
RGB
CMYK
RGB Variations
Color information
#E60BB6 (or 0xE60BB6) is known color: Shocking Pink. HEX triplet: E6, 0B and B6. RGB value is (230,11,182). Sum of RGB (Red+Green+Blue) = 230+11+182=423 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.37% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 182 (71.48% from 255 or 43.03% from 423); Max value from RGB is 230 - color contains mainly: red. Hex color #E60BB6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E60BB6 is #19F449. Grayscale: #5F5F5F. Windows color (decimal): -1700938 or 11930598. OLE color: 11930598.
HSL color Cylindrical-coordinate representation of color #E60BB6: hue angle of 313.15º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E60BB6 is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 11 | 182 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.10 |
| HSL | 313.15º | 0.91% | 0.47% | - |
| HSV(B) | 313.15º | 0.95% | 0.9% | - |
| XYZ | 41.2 | 20.44 | 46.03 | - |
| YUV | 95.98 | 176.55 | 223.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 182 | 0 | 0.95 | 0.21 | 0.10 | 313.15 | 0.91 | 0.47 |
| Hex | E6 | B | B6 | 0 | 5F | 15 | A | 139 | 5B | 2F |
| Octal | 346 | 13 | 266 | 0 | 137 | 25 | 12 | 471 | 133 | 57 |
| Binary | 11100110 | 1011 | 10110110 | 0 | 1011111 | 10101 | 1010 | 100111001 | 1011011 | 101111 |
Color Harmonies of #E60BB6
Complementary color
Monochromatic Colors of #E60BB6
Black with #E60BB6
Text Example
Text Example
White with #E60BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60BB6; }
p { color: rgb(230,11,182); }
H1.HeaderClassName
{
color: #E60BB6;
}
.AnyTagClassName
{
color: #E60BB6;
}
</style>
background-color css
<style>
a { background-color: #E60BB6; }
a { background-color: rgb(230,11,182); }
div.DivClassName
{
background-color: #E60BB6;
}
.BgClassName
{
background-color: #E60BB6;
}
</style>
border-color css
<style>
span { border-color: #E60BB6; }
span { border-color: rgb(230,11,182); }
td.TdClassName
{
border-color: #E60BB6;
}
.TagClassName
{
border-color: #E60BB6;
}
</style>