Shades of Persian Rose #E32EAE
Tints of Persian Rose #E32EAE
RGB
CMYK
RGB Variations
Color information
#E32EAE (or 0xE32EAE) is known color: Persian Rose. HEX triplet: E3, 2E and AE. RGB value is (227,46,174). Sum of RGB (Red+Green+Blue) = 227+46+174=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 174 (68.36% from 255 or 38.93% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E32EAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32EAE is #1CD151. Grayscale: #727272. Windows color (decimal): -1888594 or 11415267. OLE color: 11415267.
HSL color Cylindrical-coordinate representation of color #E32EAE: hue angle of 317.57º 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 #E32EAE is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 46 | 174 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.11 |
| HSL | 317.57º | 0.76% | 0.54% | - |
| HSV(B) | 317.57º | 0.8% | 0.89% | - |
| XYZ | 40.3 | 21.34 | 42.04 | - |
| YUV | 114.71 | 161.47 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 46 | 174 | 0 | 0.80 | 0.23 | 0.11 | 317.57 | 0.76 | 0.54 |
| Hex | E3 | 2E | AE | 0 | 50 | 17 | B | 13E | 4C | 36 |
| Octal | 343 | 56 | 256 | 0 | 120 | 27 | 13 | 476 | 114 | 66 |
| Binary | 11100011 | 101110 | 10101110 | 0 | 1010000 | 10111 | 1011 | 100111110 | 1001100 | 110110 |
Color Harmonies of #E32EAE
Complementary color
Monochromatic Colors of #E32EAE
Black with #E32EAE
Text Example
Text Example
White with #E32EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32EAE; }
p { color: rgb(227,46,174); }
H1.HeaderClassName
{
color: #E32EAE;
}
.AnyTagClassName
{
color: #E32EAE;
}
</style>
background-color css
<style>
a { background-color: #E32EAE; }
a { background-color: rgb(227,46,174); }
div.DivClassName
{
background-color: #E32EAE;
}
.BgClassName
{
background-color: #E32EAE;
}
</style>
border-color css
<style>
span { border-color: #E32EAE; }
span { border-color: rgb(227,46,174); }
td.TdClassName
{
border-color: #E32EAE;
}
.TagClassName
{
border-color: #E32EAE;
}
</style>