Shades of Persian Rose #E73AA7
Tints of Persian Rose #E73AA7
RGB
CMYK
RGB Variations
Color information
#E73AA7 (or 0xE73AA7) is known color: Persian Rose. HEX triplet: E7, 3A and A7. RGB value is (231,58,167). Sum of RGB (Red+Green+Blue) = 231+58+167=456 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.66% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 231 - color contains mainly: red. Hex color #E73AA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73AA7 is #18C558. Grayscale: #797979. Windows color (decimal): -1623385 or 10959591. OLE color: 10959591.
HSL color Cylindrical-coordinate representation of color #E73AA7: hue angle of 322.2º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E73AA7 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 58 | 167 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.09 |
| HSL | 322.2º | 0.78% | 0.57% | - |
| HSV(B) | 322.2º | 0.75% | 0.91% | - |
| XYZ | 41.44 | 22.81 | 38.78 | - |
| YUV | 122.15 | 153.31 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 58 | 167 | 0 | 0.75 | 0.28 | 0.09 | 322.2 | 0.78 | 0.57 |
| Hex | E7 | 3A | A7 | 0 | 4B | 1C | 9 | 142 | 4E | 39 |
| Octal | 347 | 72 | 247 | 0 | 113 | 34 | 11 | 502 | 116 | 71 |
| Binary | 11100111 | 111010 | 10100111 | 0 | 1001011 | 11100 | 1001 | 101000010 | 1001110 | 111001 |
Color Harmonies of #E73AA7
Complementary color
Monochromatic Colors of #E73AA7
Black with #E73AA7
Text Example
Text Example
White with #E73AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73AA7; }
p { color: rgb(231,58,167); }
H1.HeaderClassName
{
color: #E73AA7;
}
.AnyTagClassName
{
color: #E73AA7;
}
</style>
background-color css
<style>
a { background-color: #E73AA7; }
a { background-color: rgb(231,58,167); }
div.DivClassName
{
background-color: #E73AA7;
}
.BgClassName
{
background-color: #E73AA7;
}
</style>
border-color css
<style>
span { border-color: #E73AA7; }
span { border-color: rgb(231,58,167); }
td.TdClassName
{
border-color: #E73AA7;
}
.TagClassName
{
border-color: #E73AA7;
}
</style>