Shades of Persian Rose #E92096
Tints of Persian Rose #E92096
RGB
CMYK
RGB Variations
Color information
#E92096 (or 0xE92096) is known color: Persian Rose. HEX triplet: E9, 20 and 96. RGB value is (233,32,150). Sum of RGB (Red+Green+Blue) = 233+32+150=415 (54% of max value = 765). Red value is 233 (91.41% from 255 or 56.14% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 233 - color contains mainly: red. Hex color #E92096 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92096 is #16DF69. Grayscale: #696969. Windows color (decimal): -1498986 or 9838825. OLE color: 9838825.
HSL color Cylindrical-coordinate representation of color #E92096: hue angle of 324.78º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E92096 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 150 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.09 |
| HSL | 324.78º | 0.82% | 0.52% | - |
| HSV(B) | 324.78º | 0.86% | 0.91% | - |
| XYZ | 39.63 | 20.56 | 30.73 | - |
| YUV | 105.55 | 153.09 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 150 | 0 | 0.86 | 0.36 | 0.09 | 324.78 | 0.82 | 0.52 |
| Hex | E9 | 20 | 96 | 0 | 56 | 24 | 9 | 145 | 52 | 34 |
| Octal | 351 | 40 | 226 | 0 | 126 | 44 | 11 | 505 | 122 | 64 |
| Binary | 11101001 | 100000 | 10010110 | 0 | 1010110 | 100100 | 1001 | 101000101 | 1010010 | 110100 |
Color Harmonies of #E92096
Complementary color
Monochromatic Colors of #E92096
Black with #E92096
Text Example
Text Example
White with #E92096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92096; }
p { color: rgb(233,32,150); }
H1.HeaderClassName
{
color: #E92096;
}
.AnyTagClassName
{
color: #E92096;
}
</style>
background-color css
<style>
a { background-color: #E92096; }
a { background-color: rgb(233,32,150); }
div.DivClassName
{
background-color: #E92096;
}
.BgClassName
{
background-color: #E92096;
}
</style>
border-color css
<style>
span { border-color: #E92096; }
span { border-color: rgb(233,32,150); }
td.TdClassName
{
border-color: #E92096;
}
.TagClassName
{
border-color: #E92096;
}
</style>