Shades of Deep Pink #E31A9C
Tints of Deep Pink #E31A9C
RGB
CMYK
RGB Variations
Color information
#E31A9C (or 0xE31A9C) is known color: Deep Pink. HEX triplet: E3, 1A and 9C. RGB value is (227,26,156). Sum of RGB (Red+Green+Blue) = 227+26+156=409 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.50% from 409); Green value is 26 (10.55% from 255 or 6.36% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 227 - color contains mainly: red. Hex color #E31A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31A9C is #1CE563. Grayscale: #646464. Windows color (decimal): -1893732 or 10230499. OLE color: 10230499.
HSL color Cylindrical-coordinate representation of color #E31A9C: hue angle of 321.19º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E31A9C is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 26 | 156 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.11 |
| HSL | 321.19º | 0.79% | 0.5% | - |
| HSV(B) | 321.19º | 0.89% | 0.89% | - |
| XYZ | 38.05 | 19.47 | 33.21 | - |
| YUV | 100.92 | 159.09 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 26 | 156 | 0 | 0.89 | 0.31 | 0.11 | 321.19 | 0.79 | 0.5 |
| Hex | E3 | 1A | 9C | 0 | 59 | 1F | B | 141 | 4F | 32 |
| Octal | 343 | 32 | 234 | 0 | 131 | 37 | 13 | 501 | 117 | 62 |
| Binary | 11100011 | 11010 | 10011100 | 0 | 1011001 | 11111 | 1011 | 101000001 | 1001111 | 110010 |
Color Harmonies of #E31A9C
Complementary color
Monochromatic Colors of #E31A9C
Black with #E31A9C
Text Example
Text Example
White with #E31A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31A9C; }
p { color: rgb(227,26,156); }
H1.HeaderClassName
{
color: #E31A9C;
}
.AnyTagClassName
{
color: #E31A9C;
}
</style>
background-color css
<style>
a { background-color: #E31A9C; }
a { background-color: rgb(227,26,156); }
div.DivClassName
{
background-color: #E31A9C;
}
.BgClassName
{
background-color: #E31A9C;
}
</style>
border-color css
<style>
span { border-color: #E31A9C; }
span { border-color: rgb(227,26,156); }
td.TdClassName
{
border-color: #E31A9C;
}
.TagClassName
{
border-color: #E31A9C;
}
</style>