Shades of Persian Rose #E92AA2
Tints of Persian Rose #E92AA2
RGB
CMYK
RGB Variations
Color information
#E92AA2 (or 0xE92AA2) is known color: Persian Rose. HEX triplet: E9, 2A and A2. RGB value is (233,42,162). Sum of RGB (Red+Green+Blue) = 233+42+162=437 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.32% from 437); Green value is 42 (16.80% from 255 or 9.61% from 437); Blue value is 162 (63.67% from 255 or 37.07% from 437); Max value from RGB is 233 - color contains mainly: red. Hex color #E92AA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92AA2 is #16D55D. Grayscale: #707070. Windows color (decimal): -1496414 or 10627817. OLE color: 10627817.
HSL color Cylindrical-coordinate representation of color #E92AA2: hue angle of 322.3º 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 #E92AA2 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 42 | 162 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.09 |
| HSL | 322.3º | 0.81% | 0.54% | - |
| HSV(B) | 322.3º | 0.82% | 0.91% | - |
| XYZ | 40.95 | 21.59 | 36.19 | - |
| YUV | 112.79 | 155.78 | 213.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 42 | 162 | 0 | 0.82 | 0.30 | 0.09 | 322.3 | 0.81 | 0.54 |
| Hex | E9 | 2A | A2 | 0 | 52 | 1E | 9 | 142 | 51 | 36 |
| Octal | 351 | 52 | 242 | 0 | 122 | 36 | 11 | 502 | 121 | 66 |
| Binary | 11101001 | 101010 | 10100010 | 0 | 1010010 | 11110 | 1001 | 101000010 | 1010001 | 110110 |
Color Harmonies of #E92AA2
Complementary color
Monochromatic Colors of #E92AA2
Black with #E92AA2
Text Example
Text Example
White with #E92AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92AA2; }
p { color: rgb(233,42,162); }
H1.HeaderClassName
{
color: #E92AA2;
}
.AnyTagClassName
{
color: #E92AA2;
}
</style>
background-color css
<style>
a { background-color: #E92AA2; }
a { background-color: rgb(233,42,162); }
div.DivClassName
{
background-color: #E92AA2;
}
.BgClassName
{
background-color: #E92AA2;
}
</style>
border-color css
<style>
span { border-color: #E92AA2; }
span { border-color: rgb(233,42,162); }
td.TdClassName
{
border-color: #E92AA2;
}
.TagClassName
{
border-color: #E92AA2;
}
</style>