Shades of Deep Pink #E60B86
Tints of Deep Pink #E60B86
RGB
CMYK
RGB Variations
Color information
#E60B86 (or 0xE60B86) is known color: Deep Pink. HEX triplet: E6, 0B and 86. RGB value is (230,11,134). Sum of RGB (Red+Green+Blue) = 230+11+134=375 (49% of max value = 765). Red value is 230 (90.23% from 255 or 61.33% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 134 (52.73% from 255 or 35.73% from 375); Max value from RGB is 230 - color contains mainly: red. Hex color #E60B86 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60B86 is #19F479. Grayscale: #5A5A5A. Windows color (decimal): -1700986 or 8784870. OLE color: 8784870.
HSL color Cylindrical-coordinate representation of color #E60B86: hue angle of 326.3º 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 #E60B86 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 11 | 134 | - |
| CMYK | 0 | 0.95 | 0.42 | 0.10 |
| HSL | 326.3º | 0.91% | 0.47% | - |
| HSV(B) | 326.3º | 0.95% | 0.9% | - |
| XYZ | 37.06 | 18.78 | 24.23 | - |
| YUV | 90.5 | 152.55 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 11 | 134 | 0 | 0.95 | 0.42 | 0.10 | 326.3 | 0.91 | 0.47 |
| Hex | E6 | B | 86 | 0 | 5F | 2A | A | 146 | 5B | 2F |
| Octal | 346 | 13 | 206 | 0 | 137 | 52 | 12 | 506 | 133 | 57 |
| Binary | 11100110 | 1011 | 10000110 | 0 | 1011111 | 101010 | 1010 | 101000110 | 1011011 | 101111 |
Color Harmonies of #E60B86
Complementary color
Monochromatic Colors of #E60B86
Black with #E60B86
Text Example
Text Example
White with #E60B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E60B86; }
p { color: rgb(230,11,134); }
H1.HeaderClassName
{
color: #E60B86;
}
.AnyTagClassName
{
color: #E60B86;
}
</style>
background-color css
<style>
a { background-color: #E60B86; }
a { background-color: rgb(230,11,134); }
div.DivClassName
{
background-color: #E60B86;
}
.BgClassName
{
background-color: #E60B86;
}
</style>
border-color css
<style>
span { border-color: #E60B86; }
span { border-color: rgb(230,11,134); }
td.TdClassName
{
border-color: #E60B86;
}
.TagClassName
{
border-color: #E60B86;
}
</style>