Shades of Persian Rose #E32DAE
Tints of Persian Rose #E32DAE
RGB
CMYK
RGB Variations
Color information
#E32DAE (or 0xE32DAE) is known color: Persian Rose. HEX triplet: E3, 2D and AE. RGB value is (227,45,174). Sum of RGB (Red+Green+Blue) = 227+45+174=446 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.90% from 446); Green value is 45 (17.97% from 255 or 10.09% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 227 - color contains mainly: red. Hex color #E32DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32DAE is #1CD251. Grayscale: #717171. Windows color (decimal): -1888850 or 11415011. OLE color: 11415011.
HSL color Cylindrical-coordinate representation of color #E32DAE: hue angle of 317.47º 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 #E32DAE is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 45 | 174 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.11 |
| HSL | 317.47º | 0.76% | 0.53% | - |
| HSV(B) | 317.47º | 0.8% | 0.89% | - |
| XYZ | 40.26 | 21.26 | 42.03 | - |
| YUV | 114.12 | 161.8 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 174 | 0 | 0.80 | 0.23 | 0.11 | 317.47 | 0.76 | 0.53 |
| Hex | E3 | 2D | AE | 0 | 50 | 17 | B | 13D | 4C | 35 |
| Octal | 343 | 55 | 256 | 0 | 120 | 27 | 13 | 475 | 114 | 65 |
| Binary | 11100011 | 101101 | 10101110 | 0 | 1010000 | 10111 | 1011 | 100111101 | 1001100 | 110101 |
Color Harmonies of #E32DAE
Complementary color
Monochromatic Colors of #E32DAE
Black with #E32DAE
Text Example
Text Example
White with #E32DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32DAE; }
p { color: rgb(227,45,174); }
H1.HeaderClassName
{
color: #E32DAE;
}
.AnyTagClassName
{
color: #E32DAE;
}
</style>
background-color css
<style>
a { background-color: #E32DAE; }
a { background-color: rgb(227,45,174); }
div.DivClassName
{
background-color: #E32DAE;
}
.BgClassName
{
background-color: #E32DAE;
}
</style>
border-color css
<style>
span { border-color: #E32DAE; }
span { border-color: rgb(227,45,174); }
td.TdClassName
{
border-color: #E32DAE;
}
.TagClassName
{
border-color: #E32DAE;
}
</style>