Shades of Deep Pink #E61993
Tints of Deep Pink #E61993
RGB
CMYK
RGB Variations
Color information
#E61993 (or 0xE61993) is known color: Deep Pink. HEX triplet: E6, 19 and 93. RGB value is (230,25,147). Sum of RGB (Red+Green+Blue) = 230+25+147=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 25 (10.16% from 255 or 6.22% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E61993 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61993 is #19E66C. Grayscale: #636363. Windows color (decimal): -1697389 or 9640422. OLE color: 9640422.
HSL color Cylindrical-coordinate representation of color #E61993: hue angle of 324.29º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61993 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 147 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.10 |
| HSL | 324.29º | 0.8% | 0.5% | - |
| HSV(B) | 324.29º | 0.89% | 0.9% | - |
| XYZ | 38.25 | 19.62 | 29.38 | - |
| YUV | 100.2 | 154.42 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 147 | 0 | 0.89 | 0.36 | 0.10 | 324.29 | 0.8 | 0.5 |
| Hex | E6 | 19 | 93 | 0 | 59 | 24 | A | 144 | 50 | 32 |
| Octal | 346 | 31 | 223 | 0 | 131 | 44 | 12 | 504 | 120 | 62 |
| Binary | 11100110 | 11001 | 10010011 | 0 | 1011001 | 100100 | 1010 | 101000100 | 1010000 | 110010 |
Color Harmonies of #E61993
Complementary color
Monochromatic Colors of #E61993
Black with #E61993
Text Example
Text Example
White with #E61993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61993; }
p { color: rgb(230,25,147); }
H1.HeaderClassName
{
color: #E61993;
}
.AnyTagClassName
{
color: #E61993;
}
</style>
background-color css
<style>
a { background-color: #E61993; }
a { background-color: rgb(230,25,147); }
div.DivClassName
{
background-color: #E61993;
}
.BgClassName
{
background-color: #E61993;
}
</style>
border-color css
<style>
span { border-color: #E61993; }
span { border-color: rgb(230,25,147); }
td.TdClassName
{
border-color: #E61993;
}
.TagClassName
{
border-color: #E61993;
}
</style>