Shades of Deep Pink #E61994
Tints of Deep Pink #E61994
RGB
CMYK
RGB Variations
Color information
#E61994 (or 0xE61994) is known color: Deep Pink. HEX triplet: E6, 19 and 94. RGB value is (230,25,148). Sum of RGB (Red+Green+Blue) = 230+25+148=403 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.07% from 403); Green value is 25 (10.16% from 255 or 6.20% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 230 - color contains mainly: red. Hex color #E61994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61994 is #19E66B. Grayscale: #646464. Windows color (decimal): -1697388 or 9705958. OLE color: 9705958.
HSL color Cylindrical-coordinate representation of color #E61994: hue angle of 324º 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 #E61994 is Cyan = 0, Magento = 0.89, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 25 | 148 | - |
| CMYK | 0 | 0.89 | 0.36 | 0.10 |
| HSL | 324º | 0.8% | 0.5% | - |
| HSV(B) | 324º | 0.89% | 0.9% | - |
| XYZ | 38.33 | 19.66 | 29.79 | - |
| YUV | 100.32 | 154.92 | 220.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 25 | 148 | 0 | 0.89 | 0.36 | 0.10 | 324 | 0.8 | 0.5 |
| Hex | E6 | 19 | 94 | 0 | 59 | 24 | A | 144 | 50 | 32 |
| Octal | 346 | 31 | 224 | 0 | 131 | 44 | 12 | 504 | 120 | 62 |
| Binary | 11100110 | 11001 | 10010100 | 0 | 1011001 | 100100 | 1010 | 101000100 | 1010000 | 110010 |
Color Harmonies of #E61994
Complementary color
Monochromatic Colors of #E61994
Black with #E61994
Text Example
Text Example
White with #E61994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61994; }
p { color: rgb(230,25,148); }
H1.HeaderClassName
{
color: #E61994;
}
.AnyTagClassName
{
color: #E61994;
}
</style>
background-color css
<style>
a { background-color: #E61994; }
a { background-color: rgb(230,25,148); }
div.DivClassName
{
background-color: #E61994;
}
.BgClassName
{
background-color: #E61994;
}
</style>
border-color css
<style>
span { border-color: #E61994; }
span { border-color: rgb(230,25,148); }
td.TdClassName
{
border-color: #E61994;
}
.TagClassName
{
border-color: #E61994;
}
</style>