Shades of Persian Rose #E132AA
Tints of Persian Rose #E132AA
RGB
CMYK
RGB Variations
Color information
#E132AA (or 0xE132AA) is known color: Persian Rose. HEX triplet: E1, 32 and AA. RGB value is (225,50,170). Sum of RGB (Red+Green+Blue) = 225+50+170=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E132AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E132AA is #1ECD55. Grayscale: #737373. Windows color (decimal): -2018646 or 11154145. OLE color: 11154145.
HSL color Cylindrical-coordinate representation of color #E132AA: hue angle of 318.86º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E132AA is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 170 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.12 |
| HSL | 318.86º | 0.74% | 0.54% | - |
| HSV(B) | 318.86º | 0.78% | 0.88% | - |
| XYZ | 39.45 | 21.19 | 40.04 | - |
| YUV | 116.01 | 158.48 | 205.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 170 | 0 | 0.78 | 0.24 | 0.12 | 318.86 | 0.74 | 0.54 |
| Hex | E1 | 32 | AA | 0 | 4E | 18 | C | 13F | 4A | 36 |
| Octal | 341 | 62 | 252 | 0 | 116 | 30 | 14 | 477 | 112 | 66 |
| Binary | 11100001 | 110010 | 10101010 | 0 | 1001110 | 11000 | 1100 | 100111111 | 1001010 | 110110 |
Color Harmonies of #E132AA
Complementary color
Monochromatic Colors of #E132AA
Black with #E132AA
Text Example
Text Example
White with #E132AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E132AA; }
p { color: rgb(225,50,170); }
H1.HeaderClassName
{
color: #E132AA;
}
.AnyTagClassName
{
color: #E132AA;
}
</style>
background-color css
<style>
a { background-color: #E132AA; }
a { background-color: rgb(225,50,170); }
div.DivClassName
{
background-color: #E132AA;
}
.BgClassName
{
background-color: #E132AA;
}
</style>
border-color css
<style>
span { border-color: #E132AA; }
span { border-color: rgb(225,50,170); }
td.TdClassName
{
border-color: #E132AA;
}
.TagClassName
{
border-color: #E132AA;
}
</style>