Shades of Persian Rose #E72AAC
Tints of Persian Rose #E72AAC
RGB
CMYK
RGB Variations
Color information
#E72AAC (or 0xE72AAC) is known color: Persian Rose. HEX triplet: E7, 2A and AC. RGB value is (231,42,172). Sum of RGB (Red+Green+Blue) = 231+42+172=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 42 (16.80% from 255 or 9.44% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E72AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72AAC is #18D553. Grayscale: #717171. Windows color (decimal): -1627476 or 11283175. OLE color: 11283175.
HSL color Cylindrical-coordinate representation of color #E72AAC: hue angle of 318.73º 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 #E72AAC is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 42 | 172 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.09 |
| HSL | 318.73º | 0.8% | 0.54% | - |
| HSV(B) | 318.73º | 0.82% | 0.91% | - |
| XYZ | 41.23 | 21.62 | 41.03 | - |
| YUV | 113.33 | 161.12 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 42 | 172 | 0 | 0.82 | 0.26 | 0.09 | 318.73 | 0.8 | 0.54 |
| Hex | E7 | 2A | AC | 0 | 52 | 1A | 9 | 13F | 50 | 36 |
| Octal | 347 | 52 | 254 | 0 | 122 | 32 | 11 | 477 | 120 | 66 |
| Binary | 11100111 | 101010 | 10101100 | 0 | 1010010 | 11010 | 1001 | 100111111 | 1010000 | 110110 |
Color Harmonies of #E72AAC
Complementary color
Monochromatic Colors of #E72AAC
Black with #E72AAC
Text Example
Text Example
White with #E72AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72AAC; }
p { color: rgb(231,42,172); }
H1.HeaderClassName
{
color: #E72AAC;
}
.AnyTagClassName
{
color: #E72AAC;
}
</style>
background-color css
<style>
a { background-color: #E72AAC; }
a { background-color: rgb(231,42,172); }
div.DivClassName
{
background-color: #E72AAC;
}
.BgClassName
{
background-color: #E72AAC;
}
</style>
border-color css
<style>
span { border-color: #E72AAC; }
span { border-color: rgb(231,42,172); }
td.TdClassName
{
border-color: #E72AAC;
}
.TagClassName
{
border-color: #E72AAC;
}
</style>