Shades of Deep Pink #E81493
Tints of Deep Pink #E81493
RGB
CMYK
RGB Variations
Color information
#E81493 (or 0xE81493) is known color: Deep Pink. HEX triplet: E8, 14 and 93. RGB value is (232,20,147). Sum of RGB (Red+Green+Blue) = 232+20+147=399 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.15% from 399); Green value is 20 (8.20% from 255 or 5.01% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 232 - color contains mainly: red. Hex color #E81493 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81493 is #17EB6C. Grayscale: #616161. Windows color (decimal): -1567597 or 9639144. OLE color: 9639144.
HSL color Cylindrical-coordinate representation of color #E81493: hue angle of 324.06º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81493 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 20 | 147 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.09 |
| HSL | 324.06º | 0.84% | 0.49% | - |
| HSV(B) | 324.06º | 0.91% | 0.91% | - |
| XYZ | 38.8 | 19.76 | 29.37 | - |
| YUV | 97.87 | 155.74 | 223.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 20 | 147 | 0 | 0.91 | 0.37 | 0.09 | 324.06 | 0.84 | 0.49 |
| Hex | E8 | 14 | 93 | 0 | 5B | 25 | 9 | 144 | 54 | 31 |
| Octal | 350 | 24 | 223 | 0 | 133 | 45 | 11 | 504 | 124 | 61 |
| Binary | 11101000 | 10100 | 10010011 | 0 | 1011011 | 100101 | 1001 | 101000100 | 1010100 | 110001 |
Color Harmonies of #E81493
Complementary color
Monochromatic Colors of #E81493
Black with #E81493
Text Example
Text Example
White with #E81493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81493; }
p { color: rgb(232,20,147); }
H1.HeaderClassName
{
color: #E81493;
}
.AnyTagClassName
{
color: #E81493;
}
</style>
background-color css
<style>
a { background-color: #E81493; }
a { background-color: rgb(232,20,147); }
div.DivClassName
{
background-color: #E81493;
}
.BgClassName
{
background-color: #E81493;
}
</style>
border-color css
<style>
span { border-color: #E81493; }
span { border-color: rgb(232,20,147); }
td.TdClassName
{
border-color: #E81493;
}
.TagClassName
{
border-color: #E81493;
}
</style>