Shades of Persian Rose #E132A8
Tints of Persian Rose #E132A8
RGB
CMYK
RGB Variations
Color information
#E132A8 (or 0xE132A8) is known color: Persian Rose. HEX triplet: E1, 32 and A8. RGB value is (225,50,168). Sum of RGB (Red+Green+Blue) = 225+50+168=443 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.79% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 168 (66.02% from 255 or 37.92% from 443); Max value from RGB is 225 - color contains mainly: red. Hex color #E132A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E132A8 is #1ECD57. Grayscale: #737373. Windows color (decimal): -2018648 or 11023073. OLE color: 11023073.
HSL color Cylindrical-coordinate representation of color #E132A8: hue angle of 319.54º 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 #E132A8 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 50 | 168 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.12 |
| HSL | 319.54º | 0.74% | 0.54% | - |
| HSV(B) | 319.54º | 0.78% | 0.88% | - |
| XYZ | 39.26 | 21.12 | 39.05 | - |
| YUV | 115.78 | 157.48 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 50 | 168 | 0 | 0.78 | 0.25 | 0.12 | 319.54 | 0.74 | 0.54 |
| Hex | E1 | 32 | A8 | 0 | 4E | 19 | C | 140 | 4A | 36 |
| Octal | 341 | 62 | 250 | 0 | 116 | 31 | 14 | 500 | 112 | 66 |
| Binary | 11100001 | 110010 | 10101000 | 0 | 1001110 | 11001 | 1100 | 101000000 | 1001010 | 110110 |
Color Harmonies of #E132A8
Complementary color
Monochromatic Colors of #E132A8
Black with #E132A8
Text Example
Text Example
White with #E132A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E132A8; }
p { color: rgb(225,50,168); }
H1.HeaderClassName
{
color: #E132A8;
}
.AnyTagClassName
{
color: #E132A8;
}
</style>
background-color css
<style>
a { background-color: #E132A8; }
a { background-color: rgb(225,50,168); }
div.DivClassName
{
background-color: #E132A8;
}
.BgClassName
{
background-color: #E132A8;
}
</style>
border-color css
<style>
span { border-color: #E132A8; }
span { border-color: rgb(225,50,168); }
td.TdClassName
{
border-color: #E132A8;
}
.TagClassName
{
border-color: #E132A8;
}
</style>