Shades of Deep Pink #E61288
Tints of Deep Pink #E61288
RGB
CMYK
RGB Variations
Color information
#E61288 (or 0xE61288) is known color: Deep Pink. HEX triplet: E6, 12 and 88. RGB value is (230,18,136). Sum of RGB (Red+Green+Blue) = 230+18+136=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E61288 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61288 is #19ED77. Grayscale: #5E5E5E. Windows color (decimal): -1699192 or 8917734. OLE color: 8917734.
HSL color Cylindrical-coordinate representation of color #E61288: hue angle of 326.6º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61288 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 136 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.10 |
| HSL | 326.6º | 0.85% | 0.49% | - |
| HSV(B) | 326.6º | 0.92% | 0.9% | - |
| XYZ | 37.29 | 19.03 | 25 | - |
| YUV | 94.84 | 151.24 | 224.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 136 | 0 | 0.92 | 0.41 | 0.10 | 326.6 | 0.85 | 0.49 |
| Hex | E6 | 12 | 88 | 0 | 5C | 29 | A | 147 | 55 | 31 |
| Octal | 346 | 22 | 210 | 0 | 134 | 51 | 12 | 507 | 125 | 61 |
| Binary | 11100110 | 10010 | 10001000 | 0 | 1011100 | 101001 | 1010 | 101000111 | 1010101 | 110001 |
Color Harmonies of #E61288
Complementary color
Monochromatic Colors of #E61288
Black with #E61288
Text Example
Text Example
White with #E61288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61288; }
p { color: rgb(230,18,136); }
H1.HeaderClassName
{
color: #E61288;
}
.AnyTagClassName
{
color: #E61288;
}
</style>
background-color css
<style>
a { background-color: #E61288; }
a { background-color: rgb(230,18,136); }
div.DivClassName
{
background-color: #E61288;
}
.BgClassName
{
background-color: #E61288;
}
</style>
border-color css
<style>
span { border-color: #E61288; }
span { border-color: rgb(230,18,136); }
td.TdClassName
{
border-color: #E61288;
}
.TagClassName
{
border-color: #E61288;
}
</style>