Shades of Persian Rose #E929A2
Tints of Persian Rose #E929A2
RGB
CMYK
RGB Variations
Color information
#E929A2 (or 0xE929A2) is known color: Persian Rose. HEX triplet: E9, 29 and A2. RGB value is (233,41,162). Sum of RGB (Red+Green+Blue) = 233+41+162=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E929A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E929A2 is #16D65D. Grayscale: #6F6F6F. Windows color (decimal): -1496670 or 10627561. OLE color: 10627561.
HSL color Cylindrical-coordinate representation of color #E929A2: hue angle of 322.19º 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 #E929A2 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 41 | 162 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.09 |
| HSL | 322.19º | 0.81% | 0.54% | - |
| HSV(B) | 322.19º | 0.82% | 0.91% | - |
| XYZ | 40.92 | 21.52 | 36.18 | - |
| YUV | 112.2 | 156.11 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 41 | 162 | 0 | 0.82 | 0.30 | 0.09 | 322.19 | 0.81 | 0.54 |
| Hex | E9 | 29 | A2 | 0 | 52 | 1E | 9 | 142 | 51 | 36 |
| Octal | 351 | 51 | 242 | 0 | 122 | 36 | 11 | 502 | 121 | 66 |
| Binary | 11101001 | 101001 | 10100010 | 0 | 1010010 | 11110 | 1001 | 101000010 | 1010001 | 110110 |
Color Harmonies of #E929A2
Complementary color
Monochromatic Colors of #E929A2
Black with #E929A2
Text Example
Text Example
White with #E929A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E929A2; }
p { color: rgb(233,41,162); }
H1.HeaderClassName
{
color: #E929A2;
}
.AnyTagClassName
{
color: #E929A2;
}
</style>
background-color css
<style>
a { background-color: #E929A2; }
a { background-color: rgb(233,41,162); }
div.DivClassName
{
background-color: #E929A2;
}
.BgClassName
{
background-color: #E929A2;
}
</style>
border-color css
<style>
span { border-color: #E929A2; }
span { border-color: rgb(233,41,162); }
td.TdClassName
{
border-color: #E929A2;
}
.TagClassName
{
border-color: #E929A2;
}
</style>