Shades of Deep Pink #E61187
Tints of Deep Pink #E61187
RGB
CMYK
RGB Variations
Color information
#E61187 (or 0xE61187) is known color: Deep Pink. HEX triplet: E6, 11 and 87. RGB value is (230,17,135). Sum of RGB (Red+Green+Blue) = 230+17+135=382 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.21% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 230 - color contains mainly: red. Hex color #E61187 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61187 is #19EE78. Grayscale: #5D5D5D. Windows color (decimal): -1699449 or 8851942. OLE color: 8851942.
HSL color Cylindrical-coordinate representation of color #E61187: hue angle of 326.76º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E61187 is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 17 | 135 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.10 |
| HSL | 326.76º | 0.86% | 0.48% | - |
| HSV(B) | 326.76º | 0.93% | 0.9% | - |
| XYZ | 37.21 | 18.97 | 24.62 | - |
| YUV | 94.14 | 151.07 | 224.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 17 | 135 | 0 | 0.93 | 0.41 | 0.10 | 326.76 | 0.86 | 0.48 |
| Hex | E6 | 11 | 87 | 0 | 5D | 29 | A | 147 | 56 | 30 |
| Octal | 346 | 21 | 207 | 0 | 135 | 51 | 12 | 507 | 126 | 60 |
| Binary | 11100110 | 10001 | 10000111 | 0 | 1011101 | 101001 | 1010 | 101000111 | 1010110 | 110000 |
Color Harmonies of #E61187
Complementary color
Monochromatic Colors of #E61187
Black with #E61187
Text Example
Text Example
White with #E61187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61187; }
p { color: rgb(230,17,135); }
H1.HeaderClassName
{
color: #E61187;
}
.AnyTagClassName
{
color: #E61187;
}
</style>
background-color css
<style>
a { background-color: #E61187; }
a { background-color: rgb(230,17,135); }
div.DivClassName
{
background-color: #E61187;
}
.BgClassName
{
background-color: #E61187;
}
</style>
border-color css
<style>
span { border-color: #E61187; }
span { border-color: rgb(230,17,135); }
td.TdClassName
{
border-color: #E61187;
}
.TagClassName
{
border-color: #E61187;
}
</style>