Shades of Deep Pink #E61D97
Tints of Deep Pink #E61D97
RGB
CMYK
RGB Variations
Color information
#E61D97 (or 0xE61D97) is known color: Deep Pink. HEX triplet: E6, 1D and 97. RGB value is (230,29,151). Sum of RGB (Red+Green+Blue) = 230+29+151=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 151 (59.38% from 255 or 36.83% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E61D97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61D97 is #19E268. Grayscale: #666666. Windows color (decimal): -1696361 or 9903590. OLE color: 9903590.
HSL color Cylindrical-coordinate representation of color #E61D97: hue angle of 323.58º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61D97 is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 29 | 151 | - |
| CMYK | 0 | 0.87 | 0.34 | 0.10 |
| HSL | 323.58º | 0.8% | 0.51% | - |
| HSV(B) | 323.58º | 0.87% | 0.9% | - |
| XYZ | 38.66 | 19.94 | 31.09 | - |
| YUV | 103.01 | 155.09 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 29 | 151 | 0 | 0.87 | 0.34 | 0.10 | 323.58 | 0.8 | 0.51 |
| Hex | E6 | 1D | 97 | 0 | 57 | 22 | A | 144 | 50 | 33 |
| Octal | 346 | 35 | 227 | 0 | 127 | 42 | 12 | 504 | 120 | 63 |
| Binary | 11100110 | 11101 | 10010111 | 0 | 1010111 | 100010 | 1010 | 101000100 | 1010000 | 110011 |
Color Harmonies of #E61D97
Complementary color
Monochromatic Colors of #E61D97
Black with #E61D97
Text Example
Text Example
White with #E61D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61D97; }
p { color: rgb(230,29,151); }
H1.HeaderClassName
{
color: #E61D97;
}
.AnyTagClassName
{
color: #E61D97;
}
</style>
background-color css
<style>
a { background-color: #E61D97; }
a { background-color: rgb(230,29,151); }
div.DivClassName
{
background-color: #E61D97;
}
.BgClassName
{
background-color: #E61D97;
}
</style>
border-color css
<style>
span { border-color: #E61D97; }
span { border-color: rgb(230,29,151); }
td.TdClassName
{
border-color: #E61D97;
}
.TagClassName
{
border-color: #E61D97;
}
</style>