Shades of Persian Rose #E92BA2
Tints of Persian Rose #E92BA2
RGB
CMYK
RGB Variations
Color information
#E92BA2 (or 0xE92BA2) is known color: Persian Rose. HEX triplet: E9, 2B and A2. RGB value is (233,43,162). Sum of RGB (Red+Green+Blue) = 233+43+162=438 (58% of max value = 765). Red value is 233 (91.41% from 255 or 53.20% from 438); Green value is 43 (17.19% from 255 or 9.82% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 233 - color contains mainly: red. Hex color #E92BA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E92BA2 is #16D45D. Grayscale: #717171. Windows color (decimal): -1496158 or 10628073. OLE color: 10628073.
HSL color Cylindrical-coordinate representation of color #E92BA2: hue angle of 322.42º 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 #E92BA2 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 43 | 162 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.09 |
| HSL | 322.42º | 0.81% | 0.54% | - |
| HSV(B) | 322.42º | 0.82% | 0.91% | - |
| XYZ | 40.99 | 21.66 | 36.2 | - |
| YUV | 113.38 | 155.45 | 213.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 43 | 162 | 0 | 0.82 | 0.30 | 0.09 | 322.42 | 0.81 | 0.54 |
| Hex | E9 | 2B | A2 | 0 | 52 | 1E | 9 | 142 | 51 | 36 |
| Octal | 351 | 53 | 242 | 0 | 122 | 36 | 11 | 502 | 121 | 66 |
| Binary | 11101001 | 101011 | 10100010 | 0 | 1010010 | 11110 | 1001 | 101000010 | 1010001 | 110110 |
Color Harmonies of #E92BA2
Complementary color
Monochromatic Colors of #E92BA2
Black with #E92BA2
Text Example
Text Example
White with #E92BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92BA2; }
p { color: rgb(233,43,162); }
H1.HeaderClassName
{
color: #E92BA2;
}
.AnyTagClassName
{
color: #E92BA2;
}
</style>
background-color css
<style>
a { background-color: #E92BA2; }
a { background-color: rgb(233,43,162); }
div.DivClassName
{
background-color: #E92BA2;
}
.BgClassName
{
background-color: #E92BA2;
}
</style>
border-color css
<style>
span { border-color: #E92BA2; }
span { border-color: rgb(233,43,162); }
td.TdClassName
{
border-color: #E92BA2;
}
.TagClassName
{
border-color: #E92BA2;
}
</style>