Shades of Persian Rose #E32CAF
Tints of Persian Rose #E32CAF
RGB
CMYK
RGB Variations
Color information
#E32CAF (or 0xE32CAF) is known color: Persian Rose. HEX triplet: E3, 2C and AF. RGB value is (227,44,175). Sum of RGB (Red+Green+Blue) = 227+44+175=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 44 (17.58% from 255 or 9.87% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E32CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32CAF is #1CD350. Grayscale: #717171. Windows color (decimal): -1889105 or 11480291. OLE color: 11480291.
HSL color Cylindrical-coordinate representation of color #E32CAF: hue angle of 317.05º 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 #E32CAF is Cyan = 0, Magento = 0.81, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 44 | 175 | - |
| CMYK | 0 | 0.81 | 0.23 | 0.11 |
| HSL | 317.05º | 0.77% | 0.53% | - |
| HSV(B) | 317.05º | 0.81% | 0.89% | - |
| XYZ | 40.32 | 21.23 | 42.53 | - |
| YUV | 113.65 | 162.63 | 208.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 44 | 175 | 0 | 0.81 | 0.23 | 0.11 | 317.05 | 0.77 | 0.53 |
| Hex | E3 | 2C | AF | 0 | 51 | 17 | B | 13D | 4D | 35 |
| Octal | 343 | 54 | 257 | 0 | 121 | 27 | 13 | 475 | 115 | 65 |
| Binary | 11100011 | 101100 | 10101111 | 0 | 1010001 | 10111 | 1011 | 100111101 | 1001101 | 110101 |
Color Harmonies of #E32CAF
Complementary color
Monochromatic Colors of #E32CAF
Black with #E32CAF
Text Example
Text Example
White with #E32CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32CAF; }
p { color: rgb(227,44,175); }
H1.HeaderClassName
{
color: #E32CAF;
}
.AnyTagClassName
{
color: #E32CAF;
}
</style>
background-color css
<style>
a { background-color: #E32CAF; }
a { background-color: rgb(227,44,175); }
div.DivClassName
{
background-color: #E32CAF;
}
.BgClassName
{
background-color: #E32CAF;
}
</style>
border-color css
<style>
span { border-color: #E32CAF; }
span { border-color: rgb(227,44,175); }
td.TdClassName
{
border-color: #E32CAF;
}
.TagClassName
{
border-color: #E32CAF;
}
</style>