Shades of Persian Rose #E726A4
Tints of Persian Rose #E726A4
RGB
CMYK
RGB Variations
Color information
#E726A4 (or 0xE726A4) is known color: Persian Rose. HEX triplet: E7, 26 and A4. RGB value is (231,38,164). Sum of RGB (Red+Green+Blue) = 231+38+164=433 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.35% from 433); Green value is 38 (15.23% from 255 or 8.78% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 231 - color contains mainly: red. Hex color #E726A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E726A4 is #18D95B. Grayscale: #6D6D6D. Windows color (decimal): -1628508 or 10757863. OLE color: 10757863.
HSL color Cylindrical-coordinate representation of color #E726A4: hue angle of 320.83º 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 #E726A4 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 164 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.09 |
| HSL | 320.83º | 0.8% | 0.53% | - |
| HSV(B) | 320.83º | 0.84% | 0.91% | - |
| XYZ | 40.35 | 21.06 | 37.06 | - |
| YUV | 110.07 | 158.44 | 214.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 164 | 0 | 0.84 | 0.29 | 0.09 | 320.83 | 0.8 | 0.53 |
| Hex | E7 | 26 | A4 | 0 | 54 | 1D | 9 | 141 | 50 | 35 |
| Octal | 347 | 46 | 244 | 0 | 124 | 35 | 11 | 501 | 120 | 65 |
| Binary | 11100111 | 100110 | 10100100 | 0 | 1010100 | 11101 | 1001 | 101000001 | 1010000 | 110101 |
Color Harmonies of #E726A4
Complementary color
Monochromatic Colors of #E726A4
Black with #E726A4
Text Example
Text Example
White with #E726A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E726A4; }
p { color: rgb(231,38,164); }
H1.HeaderClassName
{
color: #E726A4;
}
.AnyTagClassName
{
color: #E726A4;
}
</style>
background-color css
<style>
a { background-color: #E726A4; }
a { background-color: rgb(231,38,164); }
div.DivClassName
{
background-color: #E726A4;
}
.BgClassName
{
background-color: #E726A4;
}
</style>
border-color css
<style>
span { border-color: #E726A4; }
span { border-color: rgb(231,38,164); }
td.TdClassName
{
border-color: #E726A4;
}
.TagClassName
{
border-color: #E726A4;
}
</style>