Shades of Deep Pink #E61595
Tints of Deep Pink #E61595
RGB
CMYK
RGB Variations
Color information
#E61595 (or 0xE61595) is known color: Deep Pink. HEX triplet: E6, 15 and 95. RGB value is (230,21,149). Sum of RGB (Red+Green+Blue) = 230+21+149=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 21 (8.59% from 255 or 5.25% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E61595 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E61595 is #19EA6A. Grayscale: #616161. Windows color (decimal): -1698411 or 9770470. OLE color: 9770470.
HSL color Cylindrical-coordinate representation of color #E61595: hue angle of 323.25º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E61595 is Cyan = 0, Magento = 0.91, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 21 | 149 | - |
| CMYK | 0 | 0.91 | 0.35 | 0.10 |
| HSL | 323.25º | 0.83% | 0.49% | - |
| HSV(B) | 323.25º | 0.91% | 0.9% | - |
| XYZ | 38.33 | 19.53 | 30.18 | - |
| YUV | 98.08 | 156.74 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 21 | 149 | 0 | 0.91 | 0.35 | 0.10 | 323.25 | 0.83 | 0.49 |
| Hex | E6 | 15 | 95 | 0 | 5B | 23 | A | 143 | 53 | 31 |
| Octal | 346 | 25 | 225 | 0 | 133 | 43 | 12 | 503 | 123 | 61 |
| Binary | 11100110 | 10101 | 10010101 | 0 | 1011011 | 100011 | 1010 | 101000011 | 1010011 | 110001 |
Color Harmonies of #E61595
Complementary color
Monochromatic Colors of #E61595
Black with #E61595
Text Example
Text Example
White with #E61595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61595; }
p { color: rgb(230,21,149); }
H1.HeaderClassName
{
color: #E61595;
}
.AnyTagClassName
{
color: #E61595;
}
</style>
background-color css
<style>
a { background-color: #E61595; }
a { background-color: rgb(230,21,149); }
div.DivClassName
{
background-color: #E61595;
}
.BgClassName
{
background-color: #E61595;
}
</style>
border-color css
<style>
span { border-color: #E61595; }
span { border-color: rgb(230,21,149); }
td.TdClassName
{
border-color: #E61595;
}
.TagClassName
{
border-color: #E61595;
}
</style>