Shades of Deep Pink #E91692
Tints of Deep Pink #E91692
RGB
CMYK
RGB Variations
Color information
#E91692 (or 0xE91692) is known color: Deep Pink. HEX triplet: E9, 16 and 92. RGB value is (233,22,146). Sum of RGB (Red+Green+Blue) = 233+22+146=401 (53% of max value = 765). Red value is 233 (91.41% from 255 or 58.10% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 146 (57.42% from 255 or 36.41% from 401); Max value from RGB is 233 - color contains mainly: red. Hex color #E91692 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E91692 is #16E96D. Grayscale: #626262. Windows color (decimal): -1501550 or 9574121. OLE color: 9574121.
HSL color Cylindrical-coordinate representation of color #E91692: hue angle of 324.74º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E91692 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 22 | 146 | - |
| CMYK | 0 | 0.91 | 0.37 | 0.09 |
| HSL | 324.74º | 0.83% | 0.5% | - |
| HSV(B) | 324.74º | 0.91% | 0.91% | - |
| XYZ | 39.08 | 19.97 | 28.99 | - |
| YUV | 99.23 | 154.4 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 22 | 146 | 0 | 0.91 | 0.37 | 0.09 | 324.74 | 0.83 | 0.5 |
| Hex | E9 | 16 | 92 | 0 | 5B | 25 | 9 | 145 | 53 | 32 |
| Octal | 351 | 26 | 222 | 0 | 133 | 45 | 11 | 505 | 123 | 62 |
| Binary | 11101001 | 10110 | 10010010 | 0 | 1011011 | 100101 | 1001 | 101000101 | 1010011 | 110010 |
Color Harmonies of #E91692
Complementary color
Monochromatic Colors of #E91692
Black with #E91692
Text Example
Text Example
White with #E91692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E91692; }
p { color: rgb(233,22,146); }
H1.HeaderClassName
{
color: #E91692;
}
.AnyTagClassName
{
color: #E91692;
}
</style>
background-color css
<style>
a { background-color: #E91692; }
a { background-color: rgb(233,22,146); }
div.DivClassName
{
background-color: #E91692;
}
.BgClassName
{
background-color: #E91692;
}
</style>
border-color css
<style>
span { border-color: #E91692; }
span { border-color: rgb(233,22,146); }
td.TdClassName
{
border-color: #E91692;
}
.TagClassName
{
border-color: #E91692;
}
</style>