Shades of Deep Pink #E61A96
Tints of Deep Pink #E61A96
RGB
CMYK
RGB Variations
Color information
#E61A96 (or 0xE61A96) is known color: Deep Pink. HEX triplet: E6, 1A and 96. RGB value is (230,26,150). Sum of RGB (Red+Green+Blue) = 230+26+150=406 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.65% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61A96 is #19E569. Grayscale: #646464. Windows color (decimal): -1697130 or 9837286. OLE color: 9837286.
HSL color Cylindrical-coordinate representation of color #E61A96: hue angle of 323.53º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E61A96 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 150 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.10 |
| HSL | 323.53º | 0.8% | 0.5% | - |
| HSV(B) | 323.53º | 0.89% | 0.9% | - |
| XYZ | 38.51 | 19.76 | 30.64 | - |
| YUV | 101.13 | 155.59 | 219.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 150 | 0 | 0.89 | 0.35 | 0.10 | 323.53 | 0.8 | 0.5 |
| Hex | E6 | 1A | 96 | 0 | 59 | 23 | A | 144 | 50 | 32 |
| Octal | 346 | 32 | 226 | 0 | 131 | 43 | 12 | 504 | 120 | 62 |
| Binary | 11100110 | 11010 | 10010110 | 0 | 1011001 | 100011 | 1010 | 101000100 | 1010000 | 110010 |
Color Harmonies of #E61A96
Complementary color
Monochromatic Colors of #E61A96
Black with #E61A96
Text Example
Text Example
White with #E61A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61A96; }
p { color: rgb(230,26,150); }
H1.HeaderClassName
{
color: #E61A96;
}
.AnyTagClassName
{
color: #E61A96;
}
</style>
background-color css
<style>
a { background-color: #E61A96; }
a { background-color: rgb(230,26,150); }
div.DivClassName
{
background-color: #E61A96;
}
.BgClassName
{
background-color: #E61A96;
}
</style>
border-color css
<style>
span { border-color: #E61A96; }
span { border-color: rgb(230,26,150); }
td.TdClassName
{
border-color: #E61A96;
}
.TagClassName
{
border-color: #E61A96;
}
</style>