Shades of Deep Pink #E91291
Tints of Deep Pink #E91291
RGB
CMYK
RGB Variations
Color information
#E91291 (or 0xE91291) is known color: Deep Pink. HEX triplet: E9, 12 and 91. RGB value is (233,18,145). Sum of RGB (Red+Green+Blue) = 233+18+145=396 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.84% from 396); Green value is 18 (7.42% from 255 or 4.55% from 396); Blue value is 145 (57.03% from 255 or 36.62% from 396); Max value from RGB is 233 - color contains mainly: red. Hex color #E91291 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91291 is #16ED6E. Grayscale: #606060. Windows color (decimal): -1502575 or 9507561. OLE color: 9507561.
HSL color Cylindrical-coordinate representation of color #E91291: hue angle of 324.56º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E91291 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 145 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.09 |
| HSL | 324.56º | 0.86% | 0.49% | - |
| HSV(B) | 324.56º | 0.92% | 0.91% | - |
| XYZ | 38.93 | 19.8 | 28.56 | - |
| YUV | 96.76 | 155.23 | 225.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 145 | 0 | 0.92 | 0.38 | 0.09 | 324.56 | 0.86 | 0.49 |
| Hex | E9 | 12 | 91 | 0 | 5C | 26 | 9 | 145 | 56 | 31 |
| Octal | 351 | 22 | 221 | 0 | 134 | 46 | 11 | 505 | 126 | 61 |
| Binary | 11101001 | 10010 | 10010001 | 0 | 1011100 | 100110 | 1001 | 101000101 | 1010110 | 110001 |
Color Harmonies of #E91291
Complementary color
Monochromatic Colors of #E91291
Black with #E91291
Text Example
Text Example
White with #E91291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91291; }
p { color: rgb(233,18,145); }
H1.HeaderClassName
{
color: #E91291;
}
.AnyTagClassName
{
color: #E91291;
}
</style>
background-color css
<style>
a { background-color: #E91291; }
a { background-color: rgb(233,18,145); }
div.DivClassName
{
background-color: #E91291;
}
.BgClassName
{
background-color: #E91291;
}
</style>
border-color css
<style>
span { border-color: #E91291; }
span { border-color: rgb(233,18,145); }
td.TdClassName
{
border-color: #E91291;
}
.TagClassName
{
border-color: #E91291;
}
</style>