Shades of Persian Rose #E92AAE
Tints of Persian Rose #E92AAE
RGB
CMYK
RGB Variations
Color information
#E92AAE (or 0xE92AAE) is known color: Persian Rose. HEX triplet: E9, 2A and AE. RGB value is (233,42,174). Sum of RGB (Red+Green+Blue) = 233+42+174=449 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.89% from 449); Green value is 42 (16.80% from 255 or 9.35% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 233 - color contains mainly: red. Hex color #E92AAE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92AAE is #16D551. Grayscale: #717171. Windows color (decimal): -1496402 or 11414249. OLE color: 11414249.
HSL color Cylindrical-coordinate representation of color #E92AAE: hue angle of 318.53º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92AAE is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 42 | 174 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.09 |
| HSL | 318.53º | 0.81% | 0.54% | - |
| HSV(B) | 318.53º | 0.82% | 0.91% | - |
| XYZ | 42.07 | 22.04 | 42.08 | - |
| YUV | 114.16 | 161.78 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 42 | 174 | 0 | 0.82 | 0.25 | 0.09 | 318.53 | 0.81 | 0.54 |
| Hex | E9 | 2A | AE | 0 | 52 | 19 | 9 | 13F | 51 | 36 |
| Octal | 351 | 52 | 256 | 0 | 122 | 31 | 11 | 477 | 121 | 66 |
| Binary | 11101001 | 101010 | 10101110 | 0 | 1010010 | 11001 | 1001 | 100111111 | 1010001 | 110110 |
Color Harmonies of #E92AAE
Complementary color
Monochromatic Colors of #E92AAE
Black with #E92AAE
Text Example
Text Example
White with #E92AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92AAE; }
p { color: rgb(233,42,174); }
H1.HeaderClassName
{
color: #E92AAE;
}
.AnyTagClassName
{
color: #E92AAE;
}
</style>
background-color css
<style>
a { background-color: #E92AAE; }
a { background-color: rgb(233,42,174); }
div.DivClassName
{
background-color: #E92AAE;
}
.BgClassName
{
background-color: #E92AAE;
}
</style>
border-color css
<style>
span { border-color: #E92AAE; }
span { border-color: rgb(233,42,174); }
td.TdClassName
{
border-color: #E92AAE;
}
.TagClassName
{
border-color: #E92AAE;
}
</style>