Shades of Deep Pink #E91292
Tints of Deep Pink #E91292
RGB
CMYK
RGB Variations
Color information
#E91292 (or 0xE91292) is known color: Deep Pink. HEX triplet: E9, 12 and 92. RGB value is (233,18,146). Sum of RGB (Red+Green+Blue) = 233+18+146=397 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.69% from 397); Green value is 18 (7.42% from 255 or 4.53% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 233 - color contains mainly: red. Hex color #E91292 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91292 is #16ED6D. Grayscale: #606060. Windows color (decimal): -1502574 or 9573097. OLE color: 9573097.
HSL color Cylindrical-coordinate representation of color #E91292: hue angle of 324.28º 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 #E91292 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 18 | 146 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.09 |
| HSL | 324.28º | 0.86% | 0.49% | - |
| HSV(B) | 324.28º | 0.92% | 0.91% | - |
| XYZ | 39.01 | 19.83 | 28.97 | - |
| YUV | 96.88 | 155.73 | 225.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 18 | 146 | 0 | 0.92 | 0.37 | 0.09 | 324.28 | 0.86 | 0.49 |
| Hex | E9 | 12 | 92 | 0 | 5C | 25 | 9 | 144 | 56 | 31 |
| Octal | 351 | 22 | 222 | 0 | 134 | 45 | 11 | 504 | 126 | 61 |
| Binary | 11101001 | 10010 | 10010010 | 0 | 1011100 | 100101 | 1001 | 101000100 | 1010110 | 110001 |
Color Harmonies of #E91292
Complementary color
Monochromatic Colors of #E91292
Black with #E91292
Text Example
Text Example
White with #E91292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91292; }
p { color: rgb(233,18,146); }
H1.HeaderClassName
{
color: #E91292;
}
.AnyTagClassName
{
color: #E91292;
}
</style>
background-color css
<style>
a { background-color: #E91292; }
a { background-color: rgb(233,18,146); }
div.DivClassName
{
background-color: #E91292;
}
.BgClassName
{
background-color: #E91292;
}
</style>
border-color css
<style>
span { border-color: #E91292; }
span { border-color: rgb(233,18,146); }
td.TdClassName
{
border-color: #E91292;
}
.TagClassName
{
border-color: #E91292;
}
</style>