Shades of Persian Rose #E725A2
Tints of Persian Rose #E725A2
RGB
CMYK
RGB Variations
Color information
#E725A2 (or 0xE725A2) is known color: Persian Rose. HEX triplet: E7, 25 and A2. RGB value is (231,37,162). Sum of RGB (Red+Green+Blue) = 231+37+162=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 37 (14.84% from 255 or 8.60% from 430); Blue value is 162 (63.67% from 255 or 37.67% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E725A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E725A2 is #18DA5D. Grayscale: #6C6C6C. Windows color (decimal): -1628766 or 10626535. OLE color: 10626535.
HSL color Cylindrical-coordinate representation of color #E725A2: hue angle of 321.34º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E725A2 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 37 | 162 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.09 |
| HSL | 321.34º | 0.8% | 0.53% | - |
| HSV(B) | 321.34º | 0.84% | 0.91% | - |
| XYZ | 40.14 | 20.92 | 36.11 | - |
| YUV | 109.26 | 157.77 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 37 | 162 | 0 | 0.84 | 0.30 | 0.09 | 321.34 | 0.8 | 0.53 |
| Hex | E7 | 25 | A2 | 0 | 54 | 1E | 9 | 141 | 50 | 35 |
| Octal | 347 | 45 | 242 | 0 | 124 | 36 | 11 | 501 | 120 | 65 |
| Binary | 11100111 | 100101 | 10100010 | 0 | 1010100 | 11110 | 1001 | 101000001 | 1010000 | 110101 |
Color Harmonies of #E725A2
Complementary color
Monochromatic Colors of #E725A2
Black with #E725A2
Text Example
Text Example
White with #E725A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E725A2; }
p { color: rgb(231,37,162); }
H1.HeaderClassName
{
color: #E725A2;
}
.AnyTagClassName
{
color: #E725A2;
}
</style>
background-color css
<style>
a { background-color: #E725A2; }
a { background-color: rgb(231,37,162); }
div.DivClassName
{
background-color: #E725A2;
}
.BgClassName
{
background-color: #E725A2;
}
</style>
border-color css
<style>
span { border-color: #E725A2; }
span { border-color: rgb(231,37,162); }
td.TdClassName
{
border-color: #E725A2;
}
.TagClassName
{
border-color: #E725A2;
}
</style>