Shades of Deep Pink #E61699
Tints of Deep Pink #E61699
RGB
CMYK
RGB Variations
Color information
#E61699 (or 0xE61699) is known color: Deep Pink. HEX triplet: E6, 16 and 99. RGB value is (230,22,153). Sum of RGB (Red+Green+Blue) = 230+22+153=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E61699 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61699 is #19E966. Grayscale: #626262. Windows color (decimal): -1698151 or 10032870. OLE color: 10032870.
HSL color Cylindrical-coordinate representation of color #E61699: hue angle of 322.21º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E61699 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 153 | - |
| CMYK | 0 | 0.90 | 0.33 | 0.10 |
| HSL | 322.21º | 0.83% | 0.49% | - |
| HSV(B) | 322.21º | 0.9% | 0.9% | - |
| XYZ | 38.67 | 19.7 | 31.9 | - |
| YUV | 99.13 | 158.41 | 221.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 153 | 0 | 0.90 | 0.33 | 0.10 | 322.21 | 0.83 | 0.49 |
| Hex | E6 | 16 | 99 | 0 | 5A | 21 | A | 142 | 53 | 31 |
| Octal | 346 | 26 | 231 | 0 | 132 | 41 | 12 | 502 | 123 | 61 |
| Binary | 11100110 | 10110 | 10011001 | 0 | 1011010 | 100001 | 1010 | 101000010 | 1010011 | 110001 |
Color Harmonies of #E61699
Complementary color
Monochromatic Colors of #E61699
Black with #E61699
Text Example
Text Example
White with #E61699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61699; }
p { color: rgb(230,22,153); }
H1.HeaderClassName
{
color: #E61699;
}
.AnyTagClassName
{
color: #E61699;
}
</style>
background-color css
<style>
a { background-color: #E61699; }
a { background-color: rgb(230,22,153); }
div.DivClassName
{
background-color: #E61699;
}
.BgClassName
{
background-color: #E61699;
}
</style>
border-color css
<style>
span { border-color: #E61699; }
span { border-color: rgb(230,22,153); }
td.TdClassName
{
border-color: #E61699;
}
.TagClassName
{
border-color: #E61699;
}
</style>