Shades of Deep Pink #E61A9A
Tints of Deep Pink #E61A9A
RGB
CMYK
RGB Variations
Color information
#E61A9A (or 0xE61A9A) is known color: Deep Pink. HEX triplet: E6, 1A and 9A. RGB value is (230,26,154). Sum of RGB (Red+Green+Blue) = 230+26+154=410 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.10% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 230 - color contains mainly: red. Hex color #E61A9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E61A9A is #19E565. Grayscale: #656565. Windows color (decimal): -1697126 or 10099430. OLE color: 10099430.
HSL color Cylindrical-coordinate representation of color #E61A9A: hue angle of 322.35º 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 #E61A9A is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 26 | 154 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.10 |
| HSL | 322.35º | 0.8% | 0.5% | - |
| HSV(B) | 322.35º | 0.89% | 0.9% | - |
| XYZ | 38.84 | 19.89 | 32.37 | - |
| YUV | 101.59 | 157.59 | 219.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 26 | 154 | 0 | 0.89 | 0.33 | 0.10 | 322.35 | 0.8 | 0.5 |
| Hex | E6 | 1A | 9A | 0 | 59 | 21 | A | 142 | 50 | 32 |
| Octal | 346 | 32 | 232 | 0 | 131 | 41 | 12 | 502 | 120 | 62 |
| Binary | 11100110 | 11010 | 10011010 | 0 | 1011001 | 100001 | 1010 | 101000010 | 1010000 | 110010 |
Color Harmonies of #E61A9A
Complementary color
Monochromatic Colors of #E61A9A
Black with #E61A9A
Text Example
Text Example
White with #E61A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61A9A; }
p { color: rgb(230,26,154); }
H1.HeaderClassName
{
color: #E61A9A;
}
.AnyTagClassName
{
color: #E61A9A;
}
</style>
background-color css
<style>
a { background-color: #E61A9A; }
a { background-color: rgb(230,26,154); }
div.DivClassName
{
background-color: #E61A9A;
}
.BgClassName
{
background-color: #E61A9A;
}
</style>
border-color css
<style>
span { border-color: #E61A9A; }
span { border-color: rgb(230,26,154); }
td.TdClassName
{
border-color: #E61A9A;
}
.TagClassName
{
border-color: #E61A9A;
}
</style>