Shades of Persian Rose #E32DA0
Tints of Persian Rose #E32DA0
RGB
CMYK
RGB Variations
Color information
#E32DA0 (or 0xE32DA0) is known color: Persian Rose. HEX triplet: E3, 2D and A0. RGB value is (227,45,160). Sum of RGB (Red+Green+Blue) = 227+45+160=432 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.55% from 432); Green value is 45 (17.97% from 255 or 10.42% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 227 - color contains mainly: red. Hex color #E32DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32DA0 is #1CD25F. Grayscale: #707070. Windows color (decimal): -1888864 or 10497507. OLE color: 10497507.
HSL color Cylindrical-coordinate representation of color #E32DA0: hue angle of 322.09º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32DA0 is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 45 | 160 | - |
| CMYK | 0 | 0.80 | 0.30 | 0.11 |
| HSL | 322.09º | 0.76% | 0.53% | - |
| HSV(B) | 322.09º | 0.8% | 0.89% | - |
| XYZ | 38.96 | 20.75 | 35.21 | - |
| YUV | 112.53 | 154.8 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 160 | 0 | 0.80 | 0.30 | 0.11 | 322.09 | 0.76 | 0.53 |
| Hex | E3 | 2D | A0 | 0 | 50 | 1E | B | 142 | 4C | 35 |
| Octal | 343 | 55 | 240 | 0 | 120 | 36 | 13 | 502 | 114 | 65 |
| Binary | 11100011 | 101101 | 10100000 | 0 | 1010000 | 11110 | 1011 | 101000010 | 1001100 | 110101 |
Color Harmonies of #E32DA0
Complementary color
Monochromatic Colors of #E32DA0
Black with #E32DA0
Text Example
Text Example
White with #E32DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32DA0; }
p { color: rgb(227,45,160); }
H1.HeaderClassName
{
color: #E32DA0;
}
.AnyTagClassName
{
color: #E32DA0;
}
</style>
background-color css
<style>
a { background-color: #E32DA0; }
a { background-color: rgb(227,45,160); }
div.DivClassName
{
background-color: #E32DA0;
}
.BgClassName
{
background-color: #E32DA0;
}
</style>
border-color css
<style>
span { border-color: #E32DA0; }
span { border-color: rgb(227,45,160); }
td.TdClassName
{
border-color: #E32DA0;
}
.TagClassName
{
border-color: #E32DA0;
}
</style>