Shades of Deep Pink #E81293
Tints of Deep Pink #E81293
RGB
CMYK
RGB Variations
Color information
#E81293 (or 0xE81293) is known color: Deep Pink. HEX triplet: E8, 12 and 93. RGB value is (232,18,147). Sum of RGB (Red+Green+Blue) = 232+18+147=397 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.44% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 147 (57.81% from 255 or 37.03% from 397); Max value from RGB is 232 - color contains mainly: red. Hex color #E81293 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81293 is #17ED6C. Grayscale: #606060. Windows color (decimal): -1568109 or 9638632. OLE color: 9638632.
HSL color Cylindrical-coordinate representation of color #E81293: hue angle of 323.83º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E81293 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 18 | 147 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.09 |
| HSL | 323.83º | 0.86% | 0.49% | - |
| HSV(B) | 323.83º | 0.92% | 0.91% | - |
| XYZ | 38.76 | 19.7 | 29.36 | - |
| YUV | 96.69 | 156.4 | 224.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 18 | 147 | 0 | 0.92 | 0.37 | 0.09 | 323.83 | 0.86 | 0.49 |
| Hex | E8 | 12 | 93 | 0 | 5C | 25 | 9 | 144 | 56 | 31 |
| Octal | 350 | 22 | 223 | 0 | 134 | 45 | 11 | 504 | 126 | 61 |
| Binary | 11101000 | 10010 | 10010011 | 0 | 1011100 | 100101 | 1001 | 101000100 | 1010110 | 110001 |
Color Harmonies of #E81293
Complementary color
Monochromatic Colors of #E81293
Black with #E81293
Text Example
Text Example
White with #E81293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81293; }
p { color: rgb(232,18,147); }
H1.HeaderClassName
{
color: #E81293;
}
.AnyTagClassName
{
color: #E81293;
}
</style>
background-color css
<style>
a { background-color: #E81293; }
a { background-color: rgb(232,18,147); }
div.DivClassName
{
background-color: #E81293;
}
.BgClassName
{
background-color: #E81293;
}
</style>
border-color css
<style>
span { border-color: #E81293; }
span { border-color: rgb(232,18,147); }
td.TdClassName
{
border-color: #E81293;
}
.TagClassName
{
border-color: #E81293;
}
</style>