Shades of Persian Rose #E32CA0
Tints of Persian Rose #E32CA0
RGB
CMYK
RGB Variations
Color information
#E32CA0 (or 0xE32CA0) is known color: Persian Rose. HEX triplet: E3, 2C and A0. RGB value is (227,44,160). Sum of RGB (Red+Green+Blue) = 227+44+160=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 44 (17.58% from 255 or 10.21% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E32CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32CA0 is #1CD35F. Grayscale: #6F6F6F. Windows color (decimal): -1889120 or 10497251. OLE color: 10497251.
HSL color Cylindrical-coordinate representation of color #E32CA0: hue angle of 321.97º 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 #E32CA0 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 44 | 160 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.11 |
| HSL | 321.97º | 0.77% | 0.53% | - |
| HSV(B) | 321.97º | 0.81% | 0.89% | - |
| XYZ | 38.92 | 20.67 | 35.2 | - |
| YUV | 111.94 | 155.13 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 44 | 160 | 0 | 0.81 | 0.30 | 0.11 | 321.97 | 0.77 | 0.53 |
| Hex | E3 | 2C | A0 | 0 | 51 | 1E | B | 142 | 4D | 35 |
| Octal | 343 | 54 | 240 | 0 | 121 | 36 | 13 | 502 | 115 | 65 |
| Binary | 11100011 | 101100 | 10100000 | 0 | 1010001 | 11110 | 1011 | 101000010 | 1001101 | 110101 |
Color Harmonies of #E32CA0
Complementary color
Monochromatic Colors of #E32CA0
Black with #E32CA0
Text Example
Text Example
White with #E32CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32CA0; }
p { color: rgb(227,44,160); }
H1.HeaderClassName
{
color: #E32CA0;
}
.AnyTagClassName
{
color: #E32CA0;
}
</style>
background-color css
<style>
a { background-color: #E32CA0; }
a { background-color: rgb(227,44,160); }
div.DivClassName
{
background-color: #E32CA0;
}
.BgClassName
{
background-color: #E32CA0;
}
</style>
border-color css
<style>
span { border-color: #E32CA0; }
span { border-color: rgb(227,44,160); }
td.TdClassName
{
border-color: #E32CA0;
}
.TagClassName
{
border-color: #E32CA0;
}
</style>