Shades of Persian Rose #E720A0
Tints of Persian Rose #E720A0
RGB
CMYK
RGB Variations
Color information
#E720A0 (or 0xE720A0) is known color: Persian Rose. HEX triplet: E7, 20 and A0. RGB value is (231,32,160). Sum of RGB (Red+Green+Blue) = 231+32+160=423 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.61% from 423); Green value is 32 (12.89% from 255 or 7.57% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 231 - color contains mainly: red. Hex color #E720A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E720A0 is #18DF5F. Grayscale: #696969. Windows color (decimal): -1630048 or 10494183. OLE color: 10494183.
HSL color Cylindrical-coordinate representation of color #E720A0: hue angle of 321.41º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E720A0 is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 32 | 160 | - |
| CMYK | 0 | 0.86 | 0.31 | 0.09 |
| HSL | 321.41º | 0.81% | 0.52% | - |
| HSV(B) | 321.41º | 0.86% | 0.91% | - |
| XYZ | 39.82 | 20.56 | 35.13 | - |
| YUV | 106.09 | 158.43 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 32 | 160 | 0 | 0.86 | 0.31 | 0.09 | 321.41 | 0.81 | 0.52 |
| Hex | E7 | 20 | A0 | 0 | 56 | 1F | 9 | 141 | 51 | 34 |
| Octal | 347 | 40 | 240 | 0 | 126 | 37 | 11 | 501 | 121 | 64 |
| Binary | 11100111 | 100000 | 10100000 | 0 | 1010110 | 11111 | 1001 | 101000001 | 1010001 | 110100 |
Color Harmonies of #E720A0
Complementary color
Monochromatic Colors of #E720A0
Black with #E720A0
Text Example
Text Example
White with #E720A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E720A0; }
p { color: rgb(231,32,160); }
H1.HeaderClassName
{
color: #E720A0;
}
.AnyTagClassName
{
color: #E720A0;
}
</style>
background-color css
<style>
a { background-color: #E720A0; }
a { background-color: rgb(231,32,160); }
div.DivClassName
{
background-color: #E720A0;
}
.BgClassName
{
background-color: #E720A0;
}
</style>
border-color css
<style>
span { border-color: #E720A0; }
span { border-color: rgb(231,32,160); }
td.TdClassName
{
border-color: #E720A0;
}
.TagClassName
{
border-color: #E720A0;
}
</style>