Shades of Persian Rose #E7299A
Tints of Persian Rose #E7299A
RGB
CMYK
RGB Variations
Color information
#E7299A (or 0xE7299A) is known color: Persian Rose. HEX triplet: E7, 29 and 9A. RGB value is (231,41,154). Sum of RGB (Red+Green+Blue) = 231+41+154=426 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.23% from 426); Green value is 41 (16.41% from 255 or 9.62% from 426); Blue value is 154 (60.55% from 255 or 36.15% from 426); Max value from RGB is 231 - color contains mainly: red. Hex color #E7299A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E7299A is #18D665. Grayscale: #6E6E6E. Windows color (decimal): -1627750 or 10103271. OLE color: 10103271.
HSL color Cylindrical-coordinate representation of color #E7299A: hue angle of 324.32º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7299A is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 41 | 154 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.09 |
| HSL | 324.32º | 0.8% | 0.53% | - |
| HSV(B) | 324.32º | 0.82% | 0.91% | - |
| XYZ | 39.58 | 20.91 | 32.52 | - |
| YUV | 110.69 | 152.45 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 41 | 154 | 0 | 0.82 | 0.33 | 0.09 | 324.32 | 0.8 | 0.53 |
| Hex | E7 | 29 | 9A | 0 | 52 | 21 | 9 | 144 | 50 | 35 |
| Octal | 347 | 51 | 232 | 0 | 122 | 41 | 11 | 504 | 120 | 65 |
| Binary | 11100111 | 101001 | 10011010 | 0 | 1010010 | 100001 | 1001 | 101000100 | 1010000 | 110101 |
Color Harmonies of #E7299A
Complementary color
Monochromatic Colors of #E7299A
Black with #E7299A
Text Example
Text Example
White with #E7299A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7299A; }
p { color: rgb(231,41,154); }
H1.HeaderClassName
{
color: #E7299A;
}
.AnyTagClassName
{
color: #E7299A;
}
</style>
background-color css
<style>
a { background-color: #E7299A; }
a { background-color: rgb(231,41,154); }
div.DivClassName
{
background-color: #E7299A;
}
.BgClassName
{
background-color: #E7299A;
}
</style>
border-color css
<style>
span { border-color: #E7299A; }
span { border-color: rgb(231,41,154); }
td.TdClassName
{
border-color: #E7299A;
}
.TagClassName
{
border-color: #E7299A;
}
</style>