Shades of Persian Rose #E92098
Tints of Persian Rose #E92098
RGB
CMYK
RGB Variations
Color information
#E92098 (or 0xE92098) is known color: Persian Rose. HEX triplet: E9, 20 and 98. RGB value is (233,32,152). Sum of RGB (Red+Green+Blue) = 233+32+152=417 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.88% from 417); Green value is 32 (12.89% from 255 or 7.67% from 417); Blue value is 152 (59.77% from 255 or 36.45% from 417); Max value from RGB is 233 - color contains mainly: red. Hex color #E92098 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92098 is #16DF67. Grayscale: #696969. Windows color (decimal): -1498984 or 9969897. OLE color: 9969897.
HSL color Cylindrical-coordinate representation of color #E92098: hue angle of 324.18º 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 #E92098 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 32 | 152 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.09 |
| HSL | 324.18º | 0.82% | 0.52% | - |
| HSV(B) | 324.18º | 0.86% | 0.91% | - |
| XYZ | 39.79 | 20.62 | 31.59 | - |
| YUV | 105.78 | 154.09 | 218.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 32 | 152 | 0 | 0.86 | 0.35 | 0.09 | 324.18 | 0.82 | 0.52 |
| Hex | E9 | 20 | 98 | 0 | 56 | 23 | 9 | 144 | 52 | 34 |
| Octal | 351 | 40 | 230 | 0 | 126 | 43 | 11 | 504 | 122 | 64 |
| Binary | 11101001 | 100000 | 10011000 | 0 | 1010110 | 100011 | 1001 | 101000100 | 1010010 | 110100 |
Color Harmonies of #E92098
Complementary color
Monochromatic Colors of #E92098
Black with #E92098
Text Example
Text Example
White with #E92098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92098; }
p { color: rgb(233,32,152); }
H1.HeaderClassName
{
color: #E92098;
}
.AnyTagClassName
{
color: #E92098;
}
</style>
background-color css
<style>
a { background-color: #E92098; }
a { background-color: rgb(233,32,152); }
div.DivClassName
{
background-color: #E92098;
}
.BgClassName
{
background-color: #E92098;
}
</style>
border-color css
<style>
span { border-color: #E92098; }
span { border-color: rgb(233,32,152); }
td.TdClassName
{
border-color: #E92098;
}
.TagClassName
{
border-color: #E92098;
}
</style>