Shades of Deep Pink #E61798
Tints of Deep Pink #E61798
RGB
CMYK
RGB Variations
Color information
#E61798 (or 0xE61798) is known color: Deep Pink. HEX triplet: E6, 17 and 98. RGB value is (230,23,152). Sum of RGB (Red+Green+Blue) = 230+23+152=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 23 (9.38% from 255 or 5.68% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E61798 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61798 is #19E867. Grayscale: #636363. Windows color (decimal): -1697896 or 9967590. OLE color: 9967590.
HSL color Cylindrical-coordinate representation of color #E61798: hue angle of 322.61º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61798 is Cyan = 0, Magento = 0.9, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 23 | 152 | - |
| CMYK | 0 | 0.9 | 0.34 | 0.10 |
| HSL | 322.61º | 0.82% | 0.5% | - |
| HSV(B) | 322.61º | 0.9% | 0.9% | - |
| XYZ | 38.61 | 19.7 | 31.47 | - |
| YUV | 99.6 | 157.58 | 221.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 23 | 152 | 0 | 0.9 | 0.34 | 0.10 | 322.61 | 0.82 | 0.5 |
| Hex | E6 | 17 | 98 | 0 | 5A | 22 | A | 143 | 52 | 32 |
| Octal | 346 | 27 | 230 | 0 | 132 | 42 | 12 | 503 | 122 | 62 |
| Binary | 11100110 | 10111 | 10011000 | 0 | 1011010 | 100010 | 1010 | 101000011 | 1010010 | 110010 |
Color Harmonies of #E61798
Complementary color
Monochromatic Colors of #E61798
Black with #E61798
Text Example
Text Example
White with #E61798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61798; }
p { color: rgb(230,23,152); }
H1.HeaderClassName
{
color: #E61798;
}
.AnyTagClassName
{
color: #E61798;
}
</style>
background-color css
<style>
a { background-color: #E61798; }
a { background-color: rgb(230,23,152); }
div.DivClassName
{
background-color: #E61798;
}
.BgClassName
{
background-color: #E61798;
}
</style>
border-color css
<style>
span { border-color: #E61798; }
span { border-color: rgb(230,23,152); }
td.TdClassName
{
border-color: #E61798;
}
.TagClassName
{
border-color: #E61798;
}
</style>