Shades of Deep Pink #E61695
Tints of Deep Pink #E61695
RGB
CMYK
RGB Variations
Color information
#E61695 (or 0xE61695) is known color: Deep Pink. HEX triplet: E6, 16 and 95. RGB value is (230,22,149). Sum of RGB (Red+Green+Blue) = 230+22+149=401 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.36% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 230 - color contains mainly: red. Hex color #E61695 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61695 is #19E96A. Grayscale: #626262. Windows color (decimal): -1698155 or 9770726. OLE color: 9770726.
HSL color Cylindrical-coordinate representation of color #E61695: hue angle of 323.37º 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 #E61695 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 22 | 149 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.10 |
| HSL | 323.37º | 0.83% | 0.49% | - |
| HSV(B) | 323.37º | 0.9% | 0.9% | - |
| XYZ | 38.34 | 19.57 | 30.19 | - |
| YUV | 98.67 | 156.41 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 22 | 149 | 0 | 0.90 | 0.35 | 0.10 | 323.37 | 0.83 | 0.49 |
| Hex | E6 | 16 | 95 | 0 | 5A | 23 | A | 143 | 53 | 31 |
| Octal | 346 | 26 | 225 | 0 | 132 | 43 | 12 | 503 | 123 | 61 |
| Binary | 11100110 | 10110 | 10010101 | 0 | 1011010 | 100011 | 1010 | 101000011 | 1010011 | 110001 |
Color Harmonies of #E61695
Complementary color
Monochromatic Colors of #E61695
Black with #E61695
Text Example
Text Example
White with #E61695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61695; }
p { color: rgb(230,22,149); }
H1.HeaderClassName
{
color: #E61695;
}
.AnyTagClassName
{
color: #E61695;
}
</style>
background-color css
<style>
a { background-color: #E61695; }
a { background-color: rgb(230,22,149); }
div.DivClassName
{
background-color: #E61695;
}
.BgClassName
{
background-color: #E61695;
}
</style>
border-color css
<style>
span { border-color: #E61695; }
span { border-color: rgb(230,22,149); }
td.TdClassName
{
border-color: #E61695;
}
.TagClassName
{
border-color: #E61695;
}
</style>