Shades of Deep Pink #E31C9A
Tints of Deep Pink #E31C9A
RGB
CMYK
RGB Variations
Color information
#E31C9A (or 0xE31C9A) is known color: Deep Pink. HEX triplet: E3, 1C and 9A. RGB value is (227,28,154). Sum of RGB (Red+Green+Blue) = 227+28+154=409 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.50% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 227 - color contains mainly: red. Hex color #E31C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E31C9A is #1CE365. Grayscale: #656565. Windows color (decimal): -1893222 or 10099939. OLE color: 10099939.
HSL color Cylindrical-coordinate representation of color #E31C9A: hue angle of 322.01º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31C9A is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 28 | 154 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.11 |
| HSL | 322.01º | 0.78% | 0.5% | - |
| HSV(B) | 322.01º | 0.88% | 0.89% | - |
| XYZ | 37.93 | 19.49 | 32.34 | - |
| YUV | 101.87 | 157.43 | 217.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 28 | 154 | 0 | 0.88 | 0.32 | 0.11 | 322.01 | 0.78 | 0.5 |
| Hex | E3 | 1C | 9A | 0 | 58 | 20 | B | 142 | 4E | 32 |
| Octal | 343 | 34 | 232 | 0 | 130 | 40 | 13 | 502 | 116 | 62 |
| Binary | 11100011 | 11100 | 10011010 | 0 | 1011000 | 100000 | 1011 | 101000010 | 1001110 | 110010 |
Color Harmonies of #E31C9A
Complementary color
Monochromatic Colors of #E31C9A
Black with #E31C9A
Text Example
Text Example
White with #E31C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E31C9A; }
p { color: rgb(227,28,154); }
H1.HeaderClassName
{
color: #E31C9A;
}
.AnyTagClassName
{
color: #E31C9A;
}
</style>
background-color css
<style>
a { background-color: #E31C9A; }
a { background-color: rgb(227,28,154); }
div.DivClassName
{
background-color: #E31C9A;
}
.BgClassName
{
background-color: #E31C9A;
}
</style>
border-color css
<style>
span { border-color: #E31C9A; }
span { border-color: rgb(227,28,154); }
td.TdClassName
{
border-color: #E31C9A;
}
.TagClassName
{
border-color: #E31C9A;
}
</style>