Shades of Persian Rose #E72699
Tints of Persian Rose #E72699
RGB
CMYK
RGB Variations
Color information
#E72699 (or 0xE72699) is known color: Persian Rose. HEX triplet: E7, 26 and 99. RGB value is (231,38,153). Sum of RGB (Red+Green+Blue) = 231+38+153=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E72699 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E72699 is #18D966. Grayscale: #6C6C6C. Windows color (decimal): -1628519 or 10036967. OLE color: 10036967.
HSL color Cylindrical-coordinate representation of color #E72699: hue angle of 324.25º 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 #E72699 is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 38 | 153 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.09 |
| HSL | 324.25º | 0.8% | 0.53% | - |
| HSV(B) | 324.25º | 0.84% | 0.91% | - |
| XYZ | 39.4 | 20.68 | 32.05 | - |
| YUV | 108.82 | 152.94 | 215.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 38 | 153 | 0 | 0.84 | 0.34 | 0.09 | 324.25 | 0.8 | 0.53 |
| Hex | E7 | 26 | 99 | 0 | 54 | 22 | 9 | 144 | 50 | 35 |
| Octal | 347 | 46 | 231 | 0 | 124 | 42 | 11 | 504 | 120 | 65 |
| Binary | 11100111 | 100110 | 10011001 | 0 | 1010100 | 100010 | 1001 | 101000100 | 1010000 | 110101 |
Color Harmonies of #E72699
Complementary color
Monochromatic Colors of #E72699
Black with #E72699
Text Example
Text Example
White with #E72699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E72699; }
p { color: rgb(231,38,153); }
H1.HeaderClassName
{
color: #E72699;
}
.AnyTagClassName
{
color: #E72699;
}
</style>
background-color css
<style>
a { background-color: #E72699; }
a { background-color: rgb(231,38,153); }
div.DivClassName
{
background-color: #E72699;
}
.BgClassName
{
background-color: #E72699;
}
</style>
border-color css
<style>
span { border-color: #E72699; }
span { border-color: rgb(231,38,153); }
td.TdClassName
{
border-color: #E72699;
}
.TagClassName
{
border-color: #E72699;
}
</style>