Shades of Deep Pink #E91C9A
Tints of Deep Pink #E91C9A
RGB
CMYK
RGB Variations
Color information
#E91C9A (or 0xE91C9A) is known color: Deep Pink. HEX triplet: E9, 1C and 9A. RGB value is (233,28,154). Sum of RGB (Red+Green+Blue) = 233+28+154=415 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.14% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 233 - color contains mainly: red. Hex color #E91C9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E91C9A is #16E365. Grayscale: #676767. Windows color (decimal): -1500006 or 10099945. OLE color: 10099945.
HSL color Cylindrical-coordinate representation of color #E91C9A: hue angle of 323.12º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E91C9A is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 28 | 154 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.09 |
| HSL | 323.12º | 0.82% | 0.51% | - |
| HSV(B) | 323.12º | 0.88% | 0.91% | - |
| XYZ | 39.85 | 20.49 | 32.43 | - |
| YUV | 103.66 | 156.42 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 28 | 154 | 0 | 0.88 | 0.34 | 0.09 | 323.12 | 0.82 | 0.51 |
| Hex | E9 | 1C | 9A | 0 | 58 | 22 | 9 | 143 | 52 | 33 |
| Octal | 351 | 34 | 232 | 0 | 130 | 42 | 11 | 503 | 122 | 63 |
| Binary | 11101001 | 11100 | 10011010 | 0 | 1011000 | 100010 | 1001 | 101000011 | 1010010 | 110011 |
Color Harmonies of #E91C9A
Complementary color
Monochromatic Colors of #E91C9A
Black with #E91C9A
Text Example
Text Example
White with #E91C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91C9A; }
p { color: rgb(233,28,154); }
H1.HeaderClassName
{
color: #E91C9A;
}
.AnyTagClassName
{
color: #E91C9A;
}
</style>
background-color css
<style>
a { background-color: #E91C9A; }
a { background-color: rgb(233,28,154); }
div.DivClassName
{
background-color: #E91C9A;
}
.BgClassName
{
background-color: #E91C9A;
}
</style>
border-color css
<style>
span { border-color: #E91C9A; }
span { border-color: rgb(233,28,154); }
td.TdClassName
{
border-color: #E91C9A;
}
.TagClassName
{
border-color: #E91C9A;
}
</style>