Shades of Persian Rose #E92599
Tints of Persian Rose #E92599
RGB
CMYK
RGB Variations
Color information
#E92599 (or 0xE92599) is known color: Persian Rose. HEX triplet: E9, 25 and 99. RGB value is (233,37,153). Sum of RGB (Red+Green+Blue) = 233+37+153=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 37 (14.84% from 255 or 8.75% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E92599 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92599 is #16DA66. Grayscale: #6C6C6C. Windows color (decimal): -1497703 or 10036713. OLE color: 10036713.
HSL color Cylindrical-coordinate representation of color #E92599: hue angle of 324.49º 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 #E92599 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 153 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.09 |
| HSL | 324.49º | 0.82% | 0.53% | - |
| HSV(B) | 324.49º | 0.84% | 0.91% | - |
| XYZ | 40.02 | 20.95 | 32.07 | - |
| YUV | 108.83 | 152.93 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 153 | 0 | 0.84 | 0.34 | 0.09 | 324.49 | 0.82 | 0.53 |
| Hex | E9 | 25 | 99 | 0 | 54 | 22 | 9 | 144 | 52 | 35 |
| Octal | 351 | 45 | 231 | 0 | 124 | 42 | 11 | 504 | 122 | 65 |
| Binary | 11101001 | 100101 | 10011001 | 0 | 1010100 | 100010 | 1001 | 101000100 | 1010010 | 110101 |
Color Harmonies of #E92599
Complementary color
Monochromatic Colors of #E92599
Black with #E92599
Text Example
Text Example
White with #E92599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92599; }
p { color: rgb(233,37,153); }
H1.HeaderClassName
{
color: #E92599;
}
.AnyTagClassName
{
color: #E92599;
}
</style>
background-color css
<style>
a { background-color: #E92599; }
a { background-color: rgb(233,37,153); }
div.DivClassName
{
background-color: #E92599;
}
.BgClassName
{
background-color: #E92599;
}
</style>
border-color css
<style>
span { border-color: #E92599; }
span { border-color: rgb(233,37,153); }
td.TdClassName
{
border-color: #E92599;
}
.TagClassName
{
border-color: #E92599;
}
</style>