Shades of Persian Rose #E72CA4
Tints of Persian Rose #E72CA4
RGB
CMYK
RGB Variations
Color information
#E72CA4 (or 0xE72CA4) is known color: Persian Rose. HEX triplet: E7, 2C and A4. RGB value is (231,44,164). Sum of RGB (Red+Green+Blue) = 231+44+164=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 44 (17.58% from 255 or 10.02% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E72CA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72CA4 is #18D35B. Grayscale: #717171. Windows color (decimal): -1626972 or 10759399. OLE color: 10759399.
HSL color Cylindrical-coordinate representation of color #E72CA4: hue angle of 321.5º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72CA4 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 44 | 164 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.09 |
| HSL | 321.5º | 0.8% | 0.54% | - |
| HSV(B) | 321.5º | 0.81% | 0.91% | - |
| XYZ | 40.56 | 21.47 | 37.13 | - |
| YUV | 113.59 | 156.45 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 44 | 164 | 0 | 0.81 | 0.29 | 0.09 | 321.5 | 0.8 | 0.54 |
| Hex | E7 | 2C | A4 | 0 | 51 | 1D | 9 | 141 | 50 | 36 |
| Octal | 347 | 54 | 244 | 0 | 121 | 35 | 11 | 501 | 120 | 66 |
| Binary | 11100111 | 101100 | 10100100 | 0 | 1010001 | 11101 | 1001 | 101000001 | 1010000 | 110110 |
Color Harmonies of #E72CA4
Complementary color
Monochromatic Colors of #E72CA4
Black with #E72CA4
Text Example
Text Example
White with #E72CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72CA4; }
p { color: rgb(231,44,164); }
H1.HeaderClassName
{
color: #E72CA4;
}
.AnyTagClassName
{
color: #E72CA4;
}
</style>
background-color css
<style>
a { background-color: #E72CA4; }
a { background-color: rgb(231,44,164); }
div.DivClassName
{
background-color: #E72CA4;
}
.BgClassName
{
background-color: #E72CA4;
}
</style>
border-color css
<style>
span { border-color: #E72CA4; }
span { border-color: rgb(231,44,164); }
td.TdClassName
{
border-color: #E72CA4;
}
.TagClassName
{
border-color: #E72CA4;
}
</style>