Shades of Persian Rose #E329A2
Tints of Persian Rose #E329A2
RGB
CMYK
RGB Variations
Color information
#E329A2 (or 0xE329A2) is known color: Persian Rose. HEX triplet: E3, 29 and A2. RGB value is (227,41,162). Sum of RGB (Red+Green+Blue) = 227+41+162=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E329A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E329A2 is #1CD65D. Grayscale: #6E6E6E. Windows color (decimal): -1889886 or 10627555. OLE color: 10627555.
HSL color Cylindrical-coordinate representation of color #E329A2: hue angle of 320.97º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E329A2 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 41 | 162 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.11 |
| HSL | 320.97º | 0.77% | 0.53% | - |
| HSV(B) | 320.97º | 0.82% | 0.89% | - |
| XYZ | 38.99 | 20.53 | 36.09 | - |
| YUV | 110.41 | 157.12 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 41 | 162 | 0 | 0.82 | 0.29 | 0.11 | 320.97 | 0.77 | 0.53 |
| Hex | E3 | 29 | A2 | 0 | 52 | 1D | B | 141 | 4D | 35 |
| Octal | 343 | 51 | 242 | 0 | 122 | 35 | 13 | 501 | 115 | 65 |
| Binary | 11100011 | 101001 | 10100010 | 0 | 1010010 | 11101 | 1011 | 101000001 | 1001101 | 110101 |
Color Harmonies of #E329A2
Complementary color
Monochromatic Colors of #E329A2
Black with #E329A2
Text Example
Text Example
White with #E329A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E329A2; }
p { color: rgb(227,41,162); }
H1.HeaderClassName
{
color: #E329A2;
}
.AnyTagClassName
{
color: #E329A2;
}
</style>
background-color css
<style>
a { background-color: #E329A2; }
a { background-color: rgb(227,41,162); }
div.DivClassName
{
background-color: #E329A2;
}
.BgClassName
{
background-color: #E329A2;
}
</style>
border-color css
<style>
span { border-color: #E329A2; }
span { border-color: rgb(227,41,162); }
td.TdClassName
{
border-color: #E329A2;
}
.TagClassName
{
border-color: #E329A2;
}
</style>