Shades of Persian Rose #E429A1
Tints of Persian Rose #E429A1
RGB
CMYK
RGB Variations
Color information
#E429A1 (or 0xE429A1) is known color: Persian Rose. HEX triplet: E4, 29 and A1. RGB value is (228,41,161). Sum of RGB (Red+Green+Blue) = 228+41+161=430 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.02% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 228 - color contains mainly: red. Hex color #E429A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E429A1 is #1BD65E. Grayscale: #6E6E6E. Windows color (decimal): -1824351 or 10562020. OLE color: 10562020.
HSL color Cylindrical-coordinate representation of color #E429A1: hue angle of 321.5º 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 #E429A1 is Cyan = 0, Magento = 0.82, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 41 | 161 | - |
| CMYK | 0 | 0.82 | 0.29 | 0.11 |
| HSL | 321.5º | 0.78% | 0.53% | - |
| HSV(B) | 321.5º | 0.82% | 0.89% | - |
| XYZ | 39.22 | 20.65 | 35.64 | - |
| YUV | 110.59 | 156.45 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 41 | 161 | 0 | 0.82 | 0.29 | 0.11 | 321.5 | 0.78 | 0.53 |
| Hex | E4 | 29 | A1 | 0 | 52 | 1D | B | 141 | 4E | 35 |
| Octal | 344 | 51 | 241 | 0 | 122 | 35 | 13 | 501 | 116 | 65 |
| Binary | 11100100 | 101001 | 10100001 | 0 | 1010010 | 11101 | 1011 | 101000001 | 1001110 | 110101 |
Color Harmonies of #E429A1
Complementary color
Monochromatic Colors of #E429A1
Black with #E429A1
Text Example
Text Example
White with #E429A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E429A1; }
p { color: rgb(228,41,161); }
H1.HeaderClassName
{
color: #E429A1;
}
.AnyTagClassName
{
color: #E429A1;
}
</style>
background-color css
<style>
a { background-color: #E429A1; }
a { background-color: rgb(228,41,161); }
div.DivClassName
{
background-color: #E429A1;
}
.BgClassName
{
background-color: #E429A1;
}
</style>
border-color css
<style>
span { border-color: #E429A1; }
span { border-color: rgb(228,41,161); }
td.TdClassName
{
border-color: #E429A1;
}
.TagClassName
{
border-color: #E429A1;
}
</style>