Shades of Persian Rose #E32DAA
Tints of Persian Rose #E32DAA
RGB
CMYK
RGB Variations
Color information
#E32DAA (or 0xE32DAA) is known color: Persian Rose. HEX triplet: E3, 2D and AA. RGB value is (227,45,170). Sum of RGB (Red+Green+Blue) = 227+45+170=442 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.36% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 227 - color contains mainly: red. Hex color #E32DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E32DAA is #1CD255. Grayscale: #717171. Windows color (decimal): -1888854 or 11152867. OLE color: 11152867.
HSL color Cylindrical-coordinate representation of color #E32DAA: hue angle of 318.79º 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 #E32DAA is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 45 | 170 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.11 |
| HSL | 318.79º | 0.76% | 0.53% | - |
| HSV(B) | 318.79º | 0.8% | 0.89% | - |
| XYZ | 39.87 | 21.11 | 40 | - |
| YUV | 113.67 | 159.8 | 208.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 45 | 170 | 0 | 0.80 | 0.25 | 0.11 | 318.79 | 0.76 | 0.53 |
| Hex | E3 | 2D | AA | 0 | 50 | 19 | B | 13F | 4C | 35 |
| Octal | 343 | 55 | 252 | 0 | 120 | 31 | 13 | 477 | 114 | 65 |
| Binary | 11100011 | 101101 | 10101010 | 0 | 1010000 | 11001 | 1011 | 100111111 | 1001100 | 110101 |
Color Harmonies of #E32DAA
Complementary color
Monochromatic Colors of #E32DAA
Black with #E32DAA
Text Example
Text Example
White with #E32DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E32DAA; }
p { color: rgb(227,45,170); }
H1.HeaderClassName
{
color: #E32DAA;
}
.AnyTagClassName
{
color: #E32DAA;
}
</style>
background-color css
<style>
a { background-color: #E32DAA; }
a { background-color: rgb(227,45,170); }
div.DivClassName
{
background-color: #E32DAA;
}
.BgClassName
{
background-color: #E32DAA;
}
</style>
border-color css
<style>
span { border-color: #E32DAA; }
span { border-color: rgb(227,45,170); }
td.TdClassName
{
border-color: #E32DAA;
}
.TagClassName
{
border-color: #E32DAA;
}
</style>