Shades of Deep Pink #E61691
Tints of Deep Pink #E61691
RGB
CMYK
RGB Variations
Color information
#E61691 (or 0xE61691) is known color: Deep Pink. HEX triplet: E6, 16 and 91. RGB value is (230,22,145). Sum of RGB (Red+Green+Blue) = 230+22+145=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 22 (8.98% from 255 or 5.54% from 397); Blue value is 145 (57.03% from 255 or 36.52% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E61691 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61691 is #19E96E. Grayscale: #616161. Windows color (decimal): -1698159 or 9508582. OLE color: 9508582.
HSL color Cylindrical-coordinate representation of color #E61691: hue angle of 324.52º 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 #E61691 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 145 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.10 |
| HSL | 324.52º | 0.83% | 0.49% | - |
| HSV(B) | 324.52º | 0.9% | 0.9% | - |
| XYZ | 38.03 | 19.44 | 28.54 | - |
| YUV | 98.21 | 154.41 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 145 | 0 | 0.90 | 0.37 | 0.10 | 324.52 | 0.83 | 0.49 |
| Hex | E6 | 16 | 91 | 0 | 5A | 25 | A | 145 | 53 | 31 |
| Octal | 346 | 26 | 221 | 0 | 132 | 45 | 12 | 505 | 123 | 61 |
| Binary | 11100110 | 10110 | 10010001 | 0 | 1011010 | 100101 | 1010 | 101000101 | 1010011 | 110001 |
Color Harmonies of #E61691
Complementary color
Monochromatic Colors of #E61691
Black with #E61691
Text Example
Text Example
White with #E61691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61691; }
p { color: rgb(230,22,145); }
H1.HeaderClassName
{
color: #E61691;
}
.AnyTagClassName
{
color: #E61691;
}
</style>
background-color css
<style>
a { background-color: #E61691; }
a { background-color: rgb(230,22,145); }
div.DivClassName
{
background-color: #E61691;
}
.BgClassName
{
background-color: #E61691;
}
</style>
border-color css
<style>
span { border-color: #E61691; }
span { border-color: rgb(230,22,145); }
td.TdClassName
{
border-color: #E61691;
}
.TagClassName
{
border-color: #E61691;
}
</style>