Shades of Deep Pink #E61395
Tints of Deep Pink #E61395
RGB
CMYK
RGB Variations
Color information
#E61395 (or 0xE61395) is known color: Deep Pink. HEX triplet: E6, 13 and 95. RGB value is (230,19,149). Sum of RGB (Red+Green+Blue) = 230+19+149=398 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.79% from 398); Green value is 19 (7.81% from 255 or 4.77% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 230 - color contains mainly: red. Hex color #E61395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61395 is #19EC6A. Grayscale: #606060. Windows color (decimal): -1698923 or 9769958. OLE color: 9769958.
HSL color Cylindrical-coordinate representation of color #E61395: hue angle of 323.03º 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 #E61395 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 19 | 149 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.10 |
| HSL | 323.03º | 0.85% | 0.49% | - |
| HSV(B) | 323.03º | 0.92% | 0.9% | - |
| XYZ | 38.29 | 19.46 | 30.17 | - |
| YUV | 96.91 | 157.4 | 222.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 19 | 149 | 0 | 0.92 | 0.35 | 0.10 | 323.03 | 0.85 | 0.49 |
| Hex | E6 | 13 | 95 | 0 | 5C | 23 | A | 143 | 55 | 31 |
| Octal | 346 | 23 | 225 | 0 | 134 | 43 | 12 | 503 | 125 | 61 |
| Binary | 11100110 | 10011 | 10010101 | 0 | 1011100 | 100011 | 1010 | 101000011 | 1010101 | 110001 |
Color Harmonies of #E61395
Complementary color
Monochromatic Colors of #E61395
Black with #E61395
Text Example
Text Example
White with #E61395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61395; }
p { color: rgb(230,19,149); }
H1.HeaderClassName
{
color: #E61395;
}
.AnyTagClassName
{
color: #E61395;
}
</style>
background-color css
<style>
a { background-color: #E61395; }
a { background-color: rgb(230,19,149); }
div.DivClassName
{
background-color: #E61395;
}
.BgClassName
{
background-color: #E61395;
}
</style>
border-color css
<style>
span { border-color: #E61395; }
span { border-color: rgb(230,19,149); }
td.TdClassName
{
border-color: #E61395;
}
.TagClassName
{
border-color: #E61395;
}
</style>