Shades of Persian Rose #E431A1
Tints of Persian Rose #E431A1
RGB
CMYK
RGB Variations
Color information
#E431A1 (or 0xE431A1) is known color: Persian Rose. HEX triplet: E4, 31 and A1. RGB value is (228,49,161). Sum of RGB (Red+Green+Blue) = 228+49+161=438 (58% of max value = 765). Red value is 228 (89.45% from 255 or 52.05% from 438); Green value is 49 (19.53% from 255 or 11.19% from 438); Blue value is 161 (63.28% from 255 or 36.76% from 438); Max value from RGB is 228 - color contains mainly: red. Hex color #E431A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E431A1 is #1BCE5E. Grayscale: #737373. Windows color (decimal): -1822303 or 10564068. OLE color: 10564068.
HSL color Cylindrical-coordinate representation of color #E431A1: hue angle of 322.46º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E431A1 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 49 | 161 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.11 |
| HSL | 322.46º | 0.77% | 0.54% | - |
| HSV(B) | 322.46º | 0.79% | 0.89% | - |
| XYZ | 39.53 | 21.26 | 35.74 | - |
| YUV | 115.29 | 153.8 | 208.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 49 | 161 | 0 | 0.79 | 0.29 | 0.11 | 322.46 | 0.77 | 0.54 |
| Hex | E4 | 31 | A1 | 0 | 4F | 1D | B | 142 | 4D | 36 |
| Octal | 344 | 61 | 241 | 0 | 117 | 35 | 13 | 502 | 115 | 66 |
| Binary | 11100100 | 110001 | 10100001 | 0 | 1001111 | 11101 | 1011 | 101000010 | 1001101 | 110110 |
Color Harmonies of #E431A1
Complementary color
Monochromatic Colors of #E431A1
Black with #E431A1
Text Example
Text Example
White with #E431A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E431A1; }
p { color: rgb(228,49,161); }
H1.HeaderClassName
{
color: #E431A1;
}
.AnyTagClassName
{
color: #E431A1;
}
</style>
background-color css
<style>
a { background-color: #E431A1; }
a { background-color: rgb(228,49,161); }
div.DivClassName
{
background-color: #E431A1;
}
.BgClassName
{
background-color: #E431A1;
}
</style>
border-color css
<style>
span { border-color: #E431A1; }
span { border-color: rgb(228,49,161); }
td.TdClassName
{
border-color: #E431A1;
}
.TagClassName
{
border-color: #E431A1;
}
</style>