Shades of Deep Pink #E61A9C
Tints of Deep Pink #E61A9C
RGB
CMYK
RGB Variations
Color information
#E61A9C (or 0xE61A9C) is known color: Deep Pink. HEX triplet: E6, 1A and 9C. RGB value is (230,26,156). Sum of RGB (Red+Green+Blue) = 230+26+156=412 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.83% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61A9C is #19E563. Grayscale: #656565. Windows color (decimal): -1697124 or 10230502. OLE color: 10230502.
HSL color Cylindrical-coordinate representation of color #E61A9C: hue angle of 321.76º 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 #E61A9C is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 156 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.10 |
| HSL | 321.76º | 0.8% | 0.5% | - |
| HSV(B) | 321.76º | 0.89% | 0.9% | - |
| XYZ | 39 | 19.96 | 33.25 | - |
| YUV | 101.82 | 158.59 | 219.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 156 | 0 | 0.89 | 0.32 | 0.10 | 321.76 | 0.8 | 0.5 |
| Hex | E6 | 1A | 9C | 0 | 59 | 20 | A | 142 | 50 | 32 |
| Octal | 346 | 32 | 234 | 0 | 131 | 40 | 12 | 502 | 120 | 62 |
| Binary | 11100110 | 11010 | 10011100 | 0 | 1011001 | 100000 | 1010 | 101000010 | 1010000 | 110010 |
Color Harmonies of #E61A9C
Complementary color
Monochromatic Colors of #E61A9C
Black with #E61A9C
Text Example
Text Example
White with #E61A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61A9C; }
p { color: rgb(230,26,156); }
H1.HeaderClassName
{
color: #E61A9C;
}
.AnyTagClassName
{
color: #E61A9C;
}
</style>
background-color css
<style>
a { background-color: #E61A9C; }
a { background-color: rgb(230,26,156); }
div.DivClassName
{
background-color: #E61A9C;
}
.BgClassName
{
background-color: #E61A9C;
}
</style>
border-color css
<style>
span { border-color: #E61A9C; }
span { border-color: rgb(230,26,156); }
td.TdClassName
{
border-color: #E61A9C;
}
.TagClassName
{
border-color: #E61A9C;
}
</style>