Shades of Persian Rose #E32AAD
Tints of Persian Rose #E32AAD
RGB
CMYK
RGB Variations
Color information
#E32AAD (or 0xE32AAD) is known color: Persian Rose. HEX triplet: E3, 2A and AD. RGB value is (227,42,173). Sum of RGB (Red+Green+Blue) = 227+42+173=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E32AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32AAD is #1CD552. Grayscale: #6F6F6F. Windows color (decimal): -1889619 or 11348707. OLE color: 11348707.
HSL color Cylindrical-coordinate representation of color #E32AAD: hue angle of 317.51º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E32AAD is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 42 | 173 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.11 |
| HSL | 317.51º | 0.77% | 0.53% | - |
| HSV(B) | 317.51º | 0.81% | 0.89% | - |
| XYZ | 40.05 | 21 | 41.48 | - |
| YUV | 112.25 | 162.29 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 42 | 173 | 0 | 0.81 | 0.24 | 0.11 | 317.51 | 0.77 | 0.53 |
| Hex | E3 | 2A | AD | 0 | 51 | 18 | B | 13E | 4D | 35 |
| Octal | 343 | 52 | 255 | 0 | 121 | 30 | 13 | 476 | 115 | 65 |
| Binary | 11100011 | 101010 | 10101101 | 0 | 1010001 | 11000 | 1011 | 100111110 | 1001101 | 110101 |
Color Harmonies of #E32AAD
Complementary color
Monochromatic Colors of #E32AAD
Black with #E32AAD
Text Example
Text Example
White with #E32AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32AAD; }
p { color: rgb(227,42,173); }
H1.HeaderClassName
{
color: #E32AAD;
}
.AnyTagClassName
{
color: #E32AAD;
}
</style>
background-color css
<style>
a { background-color: #E32AAD; }
a { background-color: rgb(227,42,173); }
div.DivClassName
{
background-color: #E32AAD;
}
.BgClassName
{
background-color: #E32AAD;
}
</style>
border-color css
<style>
span { border-color: #E32AAD; }
span { border-color: rgb(227,42,173); }
td.TdClassName
{
border-color: #E32AAD;
}
.TagClassName
{
border-color: #E32AAD;
}
</style>