Shades of Persian Rose #E429A9
Tints of Persian Rose #E429A9
RGB
CMYK
RGB Variations
Color information
#E429A9 (or 0xE429A9) is known color: Persian Rose. HEX triplet: E4, 29 and A9. RGB value is (228,41,169). Sum of RGB (Red+Green+Blue) = 228+41+169=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 169 (66.41% from 255 or 38.58% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E429A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E429A9 is #1BD656. Grayscale: #6F6F6F. Windows color (decimal): -1824343 or 11086308. OLE color: 11086308.
HSL color Cylindrical-coordinate representation of color #E429A9: hue angle of 318.93º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E429A9 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 169 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.11 |
| HSL | 318.93º | 0.78% | 0.53% | - |
| HSV(B) | 318.93º | 0.82% | 0.89% | - |
| XYZ | 39.95 | 20.94 | 39.47 | - |
| YUV | 111.51 | 160.45 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 169 | 0 | 0.82 | 0.26 | 0.11 | 318.93 | 0.78 | 0.53 |
| Hex | E4 | 29 | A9 | 0 | 52 | 1A | B | 13F | 4E | 35 |
| Octal | 344 | 51 | 251 | 0 | 122 | 32 | 13 | 477 | 116 | 65 |
| Binary | 11100100 | 101001 | 10101001 | 0 | 1010010 | 11010 | 1011 | 100111111 | 1001110 | 110101 |
Color Harmonies of #E429A9
Complementary color
Monochromatic Colors of #E429A9
Black with #E429A9
Text Example
Text Example
White with #E429A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E429A9; }
p { color: rgb(228,41,169); }
H1.HeaderClassName
{
color: #E429A9;
}
.AnyTagClassName
{
color: #E429A9;
}
</style>
background-color css
<style>
a { background-color: #E429A9; }
a { background-color: rgb(228,41,169); }
div.DivClassName
{
background-color: #E429A9;
}
.BgClassName
{
background-color: #E429A9;
}
</style>
border-color css
<style>
span { border-color: #E429A9; }
span { border-color: rgb(228,41,169); }
td.TdClassName
{
border-color: #E429A9;
}
.TagClassName
{
border-color: #E429A9;
}
</style>