Shades of Persian Rose #E92797
Tints of Persian Rose #E92797
RGB
CMYK
RGB Variations
Color information
#E92797 (or 0xE92797) is known color: Persian Rose. HEX triplet: E9, 27 and 97. RGB value is (233,39,151). Sum of RGB (Red+Green+Blue) = 233+39+151=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 39 (15.62% from 255 or 9.22% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E92797 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92797 is #16D868. Grayscale: #6D6D6D. Windows color (decimal): -1497193 or 9906153. OLE color: 9906153.
HSL color Cylindrical-coordinate representation of color #E92797: hue angle of 325.36º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E92797 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 39 | 151 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.09 |
| HSL | 325.36º | 0.82% | 0.53% | - |
| HSV(B) | 325.36º | 0.83% | 0.91% | - |
| XYZ | 39.92 | 21.01 | 31.23 | - |
| YUV | 109.77 | 151.27 | 215.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 39 | 151 | 0 | 0.83 | 0.35 | 0.09 | 325.36 | 0.82 | 0.53 |
| Hex | E9 | 27 | 97 | 0 | 53 | 23 | 9 | 145 | 52 | 35 |
| Octal | 351 | 47 | 227 | 0 | 123 | 43 | 11 | 505 | 122 | 65 |
| Binary | 11101001 | 100111 | 10010111 | 0 | 1010011 | 100011 | 1001 | 101000101 | 1010010 | 110101 |
Color Harmonies of #E92797
Complementary color
Monochromatic Colors of #E92797
Black with #E92797
Text Example
Text Example
White with #E92797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92797; }
p { color: rgb(233,39,151); }
H1.HeaderClassName
{
color: #E92797;
}
.AnyTagClassName
{
color: #E92797;
}
</style>
background-color css
<style>
a { background-color: #E92797; }
a { background-color: rgb(233,39,151); }
div.DivClassName
{
background-color: #E92797;
}
.BgClassName
{
background-color: #E92797;
}
</style>
border-color css
<style>
span { border-color: #E92797; }
span { border-color: rgb(233,39,151); }
td.TdClassName
{
border-color: #E92797;
}
.TagClassName
{
border-color: #E92797;
}
</style>