Shades of Deep Pink #E61388
Tints of Deep Pink #E61388
RGB
CMYK
RGB Variations
Color information
#E61388 (or 0xE61388) is known color: Deep Pink. HEX triplet: E6, 13 and 88. RGB value is (230,19,136). Sum of RGB (Red+Green+Blue) = 230+19+136=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 19 (7.81% from 255 or 4.94% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E61388 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61388 is #19EC77. Grayscale: #5F5F5F. Windows color (decimal): -1698936 or 8917990. OLE color: 8917990.
HSL color Cylindrical-coordinate representation of color #E61388: hue angle of 326.73º 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 #E61388 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 136 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.10 |
| HSL | 326.73º | 0.85% | 0.49% | - |
| HSV(B) | 326.73º | 0.92% | 0.9% | - |
| XYZ | 37.31 | 19.07 | 25.01 | - |
| YUV | 95.43 | 150.9 | 223.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 136 | 0 | 0.92 | 0.41 | 0.10 | 326.73 | 0.85 | 0.49 |
| Hex | E6 | 13 | 88 | 0 | 5C | 29 | A | 147 | 55 | 31 |
| Octal | 346 | 23 | 210 | 0 | 134 | 51 | 12 | 507 | 125 | 61 |
| Binary | 11100110 | 10011 | 10001000 | 0 | 1011100 | 101001 | 1010 | 101000111 | 1010101 | 110001 |
Color Harmonies of #E61388
Complementary color
Monochromatic Colors of #E61388
Black with #E61388
Text Example
Text Example
White with #E61388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61388; }
p { color: rgb(230,19,136); }
H1.HeaderClassName
{
color: #E61388;
}
.AnyTagClassName
{
color: #E61388;
}
</style>
background-color css
<style>
a { background-color: #E61388; }
a { background-color: rgb(230,19,136); }
div.DivClassName
{
background-color: #E61388;
}
.BgClassName
{
background-color: #E61388;
}
</style>
border-color css
<style>
span { border-color: #E61388; }
span { border-color: rgb(230,19,136); }
td.TdClassName
{
border-color: #E61388;
}
.TagClassName
{
border-color: #E61388;
}
</style>