Shades of Persian Rose #E229A9
Tints of Persian Rose #E229A9
RGB
CMYK
RGB Variations
Color information
#E229A9 (or 0xE229A9) is known color: Persian Rose. HEX triplet: E2, 29 and A9. RGB value is (226,41,169). Sum of RGB (Red+Green+Blue) = 226+41+169=436 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.83% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 169 (66.41% from 255 or 38.76% from 436); Max value from RGB is 226 - color contains mainly: red. Hex color #E229A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E229A9 is #1DD656. Grayscale: #6E6E6E. Windows color (decimal): -1955415 or 11086306. OLE color: 11086306.
HSL color Cylindrical-coordinate representation of color #E229A9: hue angle of 318.49º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E229A9 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 169 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.11 |
| HSL | 318.49º | 0.76% | 0.52% | - |
| HSV(B) | 318.49º | 0.82% | 0.89% | - |
| XYZ | 39.32 | 20.62 | 39.44 | - |
| YUV | 110.91 | 160.79 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 169 | 0 | 0.82 | 0.25 | 0.11 | 318.49 | 0.76 | 0.52 |
| Hex | E2 | 29 | A9 | 0 | 52 | 19 | B | 13E | 4C | 34 |
| Octal | 342 | 51 | 251 | 0 | 122 | 31 | 13 | 476 | 114 | 64 |
| Binary | 11100010 | 101001 | 10101001 | 0 | 1010010 | 11001 | 1011 | 100111110 | 1001100 | 110100 |
Color Harmonies of #E229A9
Complementary color
Monochromatic Colors of #E229A9
Black with #E229A9
Text Example
Text Example
White with #E229A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E229A9; }
p { color: rgb(226,41,169); }
H1.HeaderClassName
{
color: #E229A9;
}
.AnyTagClassName
{
color: #E229A9;
}
</style>
background-color css
<style>
a { background-color: #E229A9; }
a { background-color: rgb(226,41,169); }
div.DivClassName
{
background-color: #E229A9;
}
.BgClassName
{
background-color: #E229A9;
}
</style>
border-color css
<style>
span { border-color: #E229A9; }
span { border-color: rgb(226,41,169); }
td.TdClassName
{
border-color: #E229A9;
}
.TagClassName
{
border-color: #E229A9;
}
</style>