Shades of Persian Rose #E92597
Tints of Persian Rose #E92597
RGB
CMYK
RGB Variations
Color information
#E92597 (or 0xE92597) is known color: Persian Rose. HEX triplet: E9, 25 and 97. RGB value is (233,37,151). Sum of RGB (Red+Green+Blue) = 233+37+151=421 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.34% from 421); Green value is 37 (14.84% from 255 or 8.79% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 233 - color contains mainly: red. Hex color #E92597 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92597 is #16DA68. Grayscale: #6C6C6C. Windows color (decimal): -1497705 or 9905641. OLE color: 9905641.
HSL color Cylindrical-coordinate representation of color #E92597: hue angle of 325.1º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E92597 is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 151 | - |
| CMYK | 0 | 0.84 | 0.35 | 0.09 |
| HSL | 325.1º | 0.82% | 0.53% | - |
| HSV(B) | 325.1º | 0.84% | 0.91% | - |
| XYZ | 39.85 | 20.88 | 31.21 | - |
| YUV | 108.6 | 151.93 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 151 | 0 | 0.84 | 0.35 | 0.09 | 325.1 | 0.82 | 0.53 |
| Hex | E9 | 25 | 97 | 0 | 54 | 23 | 9 | 145 | 52 | 35 |
| Octal | 351 | 45 | 227 | 0 | 124 | 43 | 11 | 505 | 122 | 65 |
| Binary | 11101001 | 100101 | 10010111 | 0 | 1010100 | 100011 | 1001 | 101000101 | 1010010 | 110101 |
Color Harmonies of #E92597
Complementary color
Monochromatic Colors of #E92597
Black with #E92597
Text Example
Text Example
White with #E92597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92597; }
p { color: rgb(233,37,151); }
H1.HeaderClassName
{
color: #E92597;
}
.AnyTagClassName
{
color: #E92597;
}
</style>
background-color css
<style>
a { background-color: #E92597; }
a { background-color: rgb(233,37,151); }
div.DivClassName
{
background-color: #E92597;
}
.BgClassName
{
background-color: #E92597;
}
</style>
border-color css
<style>
span { border-color: #E92597; }
span { border-color: rgb(233,37,151); }
td.TdClassName
{
border-color: #E92597;
}
.TagClassName
{
border-color: #E92597;
}
</style>