Shades of Persian Rose #E32EAF
Tints of Persian Rose #E32EAF
RGB
CMYK
RGB Variations
Color information
#E32EAF (or 0xE32EAF) is known color: Persian Rose. HEX triplet: E3, 2E and AF. RGB value is (227,46,175). Sum of RGB (Red+Green+Blue) = 227+46+175=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 46 (18.36% from 255 or 10.27% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E32EAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32EAF is #1CD150. Grayscale: #727272. Windows color (decimal): -1888593 or 11480803. OLE color: 11480803.
HSL color Cylindrical-coordinate representation of color #E32EAF: hue angle of 317.24º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E32EAF is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 46 | 175 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.11 |
| HSL | 317.24º | 0.76% | 0.54% | - |
| HSV(B) | 317.24º | 0.8% | 0.89% | - |
| XYZ | 40.39 | 21.38 | 42.56 | - |
| YUV | 114.83 | 161.97 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 175 | 0 | 0.80 | 0.23 | 0.11 | 317.24 | 0.76 | 0.54 |
| Hex | E3 | 2E | AF | 0 | 50 | 17 | B | 13D | 4C | 36 |
| Octal | 343 | 56 | 257 | 0 | 120 | 27 | 13 | 475 | 114 | 66 |
| Binary | 11100011 | 101110 | 10101111 | 0 | 1010000 | 10111 | 1011 | 100111101 | 1001100 | 110110 |
Color Harmonies of #E32EAF
Complementary color
Monochromatic Colors of #E32EAF
Black with #E32EAF
Text Example
Text Example
White with #E32EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32EAF; }
p { color: rgb(227,46,175); }
H1.HeaderClassName
{
color: #E32EAF;
}
.AnyTagClassName
{
color: #E32EAF;
}
</style>
background-color css
<style>
a { background-color: #E32EAF; }
a { background-color: rgb(227,46,175); }
div.DivClassName
{
background-color: #E32EAF;
}
.BgClassName
{
background-color: #E32EAF;
}
</style>
border-color css
<style>
span { border-color: #E32EAF; }
span { border-color: rgb(227,46,175); }
td.TdClassName
{
border-color: #E32EAF;
}
.TagClassName
{
border-color: #E32EAF;
}
</style>