Shades of Persian Rose #E72AA5
Tints of Persian Rose #E72AA5
RGB
CMYK
RGB Variations
Color information
#E72AA5 (or 0xE72AA5) is known color: Persian Rose. HEX triplet: E7, 2A and A5. RGB value is (231,42,165). Sum of RGB (Red+Green+Blue) = 231+42+165=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 42 (16.80% from 255 or 9.59% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E72AA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72AA5 is #18D55A. Grayscale: #707070. Windows color (decimal): -1627483 or 10824423. OLE color: 10824423.
HSL color Cylindrical-coordinate representation of color #E72AA5: hue angle of 320.95º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72AA5 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 165 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.09 |
| HSL | 320.95º | 0.8% | 0.54% | - |
| HSV(B) | 320.95º | 0.82% | 0.91% | - |
| XYZ | 40.57 | 21.36 | 37.58 | - |
| YUV | 112.53 | 157.62 | 212.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 165 | 0 | 0.82 | 0.29 | 0.09 | 320.95 | 0.8 | 0.54 |
| Hex | E7 | 2A | A5 | 0 | 52 | 1D | 9 | 141 | 50 | 36 |
| Octal | 347 | 52 | 245 | 0 | 122 | 35 | 11 | 501 | 120 | 66 |
| Binary | 11100111 | 101010 | 10100101 | 0 | 1010010 | 11101 | 1001 | 101000001 | 1010000 | 110110 |
Color Harmonies of #E72AA5
Complementary color
Monochromatic Colors of #E72AA5
Black with #E72AA5
Text Example
Text Example
White with #E72AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72AA5; }
p { color: rgb(231,42,165); }
H1.HeaderClassName
{
color: #E72AA5;
}
.AnyTagClassName
{
color: #E72AA5;
}
</style>
background-color css
<style>
a { background-color: #E72AA5; }
a { background-color: rgb(231,42,165); }
div.DivClassName
{
background-color: #E72AA5;
}
.BgClassName
{
background-color: #E72AA5;
}
</style>
border-color css
<style>
span { border-color: #E72AA5; }
span { border-color: rgb(231,42,165); }
td.TdClassName
{
border-color: #E72AA5;
}
.TagClassName
{
border-color: #E72AA5;
}
</style>