Shades of Deep Pink #E81598
Tints of Deep Pink #E81598
RGB
CMYK
RGB Variations
Color information
#E81598 (or 0xE81598) is known color: Deep Pink. HEX triplet: E8, 15 and 98. RGB value is (232,21,152). Sum of RGB (Red+Green+Blue) = 232+21+152=405 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.28% from 405); Green value is 21 (8.59% from 255 or 5.19% from 405); Blue value is 152 (59.77% from 255 or 37.53% from 405); Max value from RGB is 232 - color contains mainly: red. Hex color #E81598 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81598 is #17EA67. Grayscale: #626262. Windows color (decimal): -1567336 or 9967080. OLE color: 9967080.
HSL color Cylindrical-coordinate representation of color #E81598: hue angle of 322.75º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81598 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 21 | 152 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.09 |
| HSL | 322.75º | 0.83% | 0.5% | - |
| HSV(B) | 322.75º | 0.91% | 0.91% | - |
| XYZ | 39.21 | 19.96 | 31.49 | - |
| YUV | 99.02 | 157.9 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 21 | 152 | 0 | 0.91 | 0.34 | 0.09 | 322.75 | 0.83 | 0.5 |
| Hex | E8 | 15 | 98 | 0 | 5B | 22 | 9 | 143 | 53 | 32 |
| Octal | 350 | 25 | 230 | 0 | 133 | 42 | 11 | 503 | 123 | 62 |
| Binary | 11101000 | 10101 | 10011000 | 0 | 1011011 | 100010 | 1001 | 101000011 | 1010011 | 110010 |
Color Harmonies of #E81598
Complementary color
Monochromatic Colors of #E81598
Black with #E81598
Text Example
Text Example
White with #E81598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81598; }
p { color: rgb(232,21,152); }
H1.HeaderClassName
{
color: #E81598;
}
.AnyTagClassName
{
color: #E81598;
}
</style>
background-color css
<style>
a { background-color: #E81598; }
a { background-color: rgb(232,21,152); }
div.DivClassName
{
background-color: #E81598;
}
.BgClassName
{
background-color: #E81598;
}
</style>
border-color css
<style>
span { border-color: #E81598; }
span { border-color: rgb(232,21,152); }
td.TdClassName
{
border-color: #E81598;
}
.TagClassName
{
border-color: #E81598;
}
</style>