Shades of Persian Rose #E021A3
Tints of Persian Rose #E021A3
RGB
CMYK
RGB Variations
Color information
#E021A3 (or 0xE021A3) is known color: Persian Rose. HEX triplet: E0, 21 and A3. RGB value is (224,33,163). Sum of RGB (Red+Green+Blue) = 224+33+163=420 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.33% from 420); Green value is 33 (13.28% from 255 or 7.86% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 224 - color contains mainly: red. Hex color #E021A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E021A3 is #1FDE5C. Grayscale: #686868. Windows color (decimal): -2088541 or 10691040. OLE color: 10691040.
HSL color Cylindrical-coordinate representation of color #E021A3: hue angle of 319.16º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E021A3 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 33 | 163 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.12 |
| HSL | 319.16º | 0.75% | 0.5% | - |
| HSV(B) | 319.16º | 0.85% | 0.88% | - |
| XYZ | 37.9 | 19.58 | 36.43 | - |
| YUV | 104.93 | 160.78 | 212.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 33 | 163 | 0 | 0.85 | 0.27 | 0.12 | 319.16 | 0.75 | 0.5 |
| Hex | E0 | 21 | A3 | 0 | 55 | 1B | C | 13F | 4B | 32 |
| Octal | 340 | 41 | 243 | 0 | 125 | 33 | 14 | 477 | 113 | 62 |
| Binary | 11100000 | 100001 | 10100011 | 0 | 1010101 | 11011 | 1100 | 100111111 | 1001011 | 110010 |
Color Harmonies of #E021A3
Complementary color
Monochromatic Colors of #E021A3
Black with #E021A3
Text Example
Text Example
White with #E021A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E021A3; }
p { color: rgb(224,33,163); }
H1.HeaderClassName
{
color: #E021A3;
}
.AnyTagClassName
{
color: #E021A3;
}
</style>
background-color css
<style>
a { background-color: #E021A3; }
a { background-color: rgb(224,33,163); }
div.DivClassName
{
background-color: #E021A3;
}
.BgClassName
{
background-color: #E021A3;
}
</style>
border-color css
<style>
span { border-color: #E021A3; }
span { border-color: rgb(224,33,163); }
td.TdClassName
{
border-color: #E021A3;
}
.TagClassName
{
border-color: #E021A3;
}
</style>