Shades of Deep Pink #E81693
Tints of Deep Pink #E81693
RGB
CMYK
RGB Variations
Color information
#E81693 (or 0xE81693) is known color: Deep Pink. HEX triplet: E8, 16 and 93. RGB value is (232,22,147). Sum of RGB (Red+Green+Blue) = 232+22+147=401 (53% of max value = 765). Red value is 232 (91.02% from 255 or 57.86% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 232 - color contains mainly: red. Hex color #E81693 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E81693 is #17E96C. Grayscale: #626262. Windows color (decimal): -1567085 or 9639656. OLE color: 9639656.
HSL color Cylindrical-coordinate representation of color #E81693: hue angle of 324.29º 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 #E81693 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 147 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.09 |
| HSL | 324.29º | 0.83% | 0.5% | - |
| HSV(B) | 324.29º | 0.91% | 0.91% | - |
| XYZ | 38.83 | 19.84 | 29.39 | - |
| YUV | 99.04 | 155.07 | 222.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 147 | 0 | 0.91 | 0.37 | 0.09 | 324.29 | 0.83 | 0.5 |
| Hex | E8 | 16 | 93 | 0 | 5B | 25 | 9 | 144 | 53 | 32 |
| Octal | 350 | 26 | 223 | 0 | 133 | 45 | 11 | 504 | 123 | 62 |
| Binary | 11101000 | 10110 | 10010011 | 0 | 1011011 | 100101 | 1001 | 101000100 | 1010011 | 110010 |
Color Harmonies of #E81693
Complementary color
Monochromatic Colors of #E81693
Black with #E81693
Text Example
Text Example
White with #E81693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81693; }
p { color: rgb(232,22,147); }
H1.HeaderClassName
{
color: #E81693;
}
.AnyTagClassName
{
color: #E81693;
}
</style>
background-color css
<style>
a { background-color: #E81693; }
a { background-color: rgb(232,22,147); }
div.DivClassName
{
background-color: #E81693;
}
.BgClassName
{
background-color: #E81693;
}
</style>
border-color css
<style>
span { border-color: #E81693; }
span { border-color: rgb(232,22,147); }
td.TdClassName
{
border-color: #E81693;
}
.TagClassName
{
border-color: #E81693;
}
</style>