Shades of Deep Pink #E61393
Tints of Deep Pink #E61393
RGB
CMYK
RGB Variations
Color information
#E61393 (or 0xE61393) is known color: Deep Pink. HEX triplet: E6, 13 and 93. RGB value is (230,19,147). Sum of RGB (Red+Green+Blue) = 230+19+147=396 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.08% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 230 - color contains mainly: red. Hex color #E61393 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61393 is #19EC6C. Grayscale: #606060. Windows color (decimal): -1698925 or 9638886. OLE color: 9638886.
HSL color Cylindrical-coordinate representation of color #E61393: hue angle of 323.6º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E61393 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 147 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.10 |
| HSL | 323.6º | 0.85% | 0.49% | - |
| HSV(B) | 323.6º | 0.92% | 0.9% | - |
| XYZ | 38.13 | 19.4 | 29.34 | - |
| YUV | 96.68 | 156.4 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 147 | 0 | 0.92 | 0.36 | 0.10 | 323.6 | 0.85 | 0.49 |
| Hex | E6 | 13 | 93 | 0 | 5C | 24 | A | 144 | 55 | 31 |
| Octal | 346 | 23 | 223 | 0 | 134 | 44 | 12 | 504 | 125 | 61 |
| Binary | 11100110 | 10011 | 10010011 | 0 | 1011100 | 100100 | 1010 | 101000100 | 1010101 | 110001 |
Color Harmonies of #E61393
Complementary color
Monochromatic Colors of #E61393
Black with #E61393
Text Example
Text Example
White with #E61393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61393; }
p { color: rgb(230,19,147); }
H1.HeaderClassName
{
color: #E61393;
}
.AnyTagClassName
{
color: #E61393;
}
</style>
background-color css
<style>
a { background-color: #E61393; }
a { background-color: rgb(230,19,147); }
div.DivClassName
{
background-color: #E61393;
}
.BgClassName
{
background-color: #E61393;
}
</style>
border-color css
<style>
span { border-color: #E61393; }
span { border-color: rgb(230,19,147); }
td.TdClassName
{
border-color: #E61393;
}
.TagClassName
{
border-color: #E61393;
}
</style>