Shades of Persian Rose #E421A1
Tints of Persian Rose #E421A1
RGB
CMYK
RGB Variations
Color information
#E421A1 (or 0xE421A1) is known color: Persian Rose. HEX triplet: E4, 21 and A1. RGB value is (228,33,161). Sum of RGB (Red+Green+Blue) = 228+33+161=422 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.03% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 228 - color contains mainly: red. Hex color #E421A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E421A1 is #1BDE5E. Grayscale: #696969. Windows color (decimal): -1826399 or 10559972. OLE color: 10559972.
HSL color Cylindrical-coordinate representation of color #E421A1: hue angle of 320.62º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E421A1 is Cyan = 0, Magento = 0.86, Yellow = 0.29 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 33 | 161 | - |
| CMYK | 0 | 0.86 | 0.29 | 0.11 |
| HSL | 320.62º | 0.78% | 0.51% | - |
| HSV(B) | 320.62º | 0.86% | 0.89% | - |
| XYZ | 38.97 | 20.15 | 35.55 | - |
| YUV | 105.9 | 159.1 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 33 | 161 | 0 | 0.86 | 0.29 | 0.11 | 320.62 | 0.78 | 0.51 |
| Hex | E4 | 21 | A1 | 0 | 56 | 1D | B | 141 | 4E | 33 |
| Octal | 344 | 41 | 241 | 0 | 126 | 35 | 13 | 501 | 116 | 63 |
| Binary | 11100100 | 100001 | 10100001 | 0 | 1010110 | 11101 | 1011 | 101000001 | 1001110 | 110011 |
Color Harmonies of #E421A1
Complementary color
Monochromatic Colors of #E421A1
Black with #E421A1
Text Example
Text Example
White with #E421A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E421A1; }
p { color: rgb(228,33,161); }
H1.HeaderClassName
{
color: #E421A1;
}
.AnyTagClassName
{
color: #E421A1;
}
</style>
background-color css
<style>
a { background-color: #E421A1; }
a { background-color: rgb(228,33,161); }
div.DivClassName
{
background-color: #E421A1;
}
.BgClassName
{
background-color: #E421A1;
}
</style>
border-color css
<style>
span { border-color: #E421A1; }
span { border-color: rgb(228,33,161); }
td.TdClassName
{
border-color: #E421A1;
}
.TagClassName
{
border-color: #E421A1;
}
</style>