Shades of Persian Rose #E21FA3
Tints of Persian Rose #E21FA3
RGB
CMYK
RGB Variations
Color information
#E21FA3 (or 0xE21FA3) is known color: Persian Rose. HEX triplet: E2, 1F and A3. RGB value is (226,31,163). Sum of RGB (Red+Green+Blue) = 226+31+163=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 31 (12.5% from 255 or 7.38% from 420); Blue value is 163 (64.06% from 255 or 38.81% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E21FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E21FA3 is #1DE05C. Grayscale: #686868. Windows color (decimal): -1957981 or 10690530. OLE color: 10690530.
HSL color Cylindrical-coordinate representation of color #E21FA3: hue angle of 319.38º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E21FA3 is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 31 | 163 | - |
| CMYK | 0 | 0.86 | 0.28 | 0.11 |
| HSL | 319.38º | 0.77% | 0.5% | - |
| HSV(B) | 319.38º | 0.86% | 0.89% | - |
| XYZ | 38.46 | 19.79 | 36.44 | - |
| YUV | 104.35 | 161.1 | 214.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 31 | 163 | 0 | 0.86 | 0.28 | 0.11 | 319.38 | 0.77 | 0.5 |
| Hex | E2 | 1F | A3 | 0 | 56 | 1C | B | 13F | 4D | 32 |
| Octal | 342 | 37 | 243 | 0 | 126 | 34 | 13 | 477 | 115 | 62 |
| Binary | 11100010 | 11111 | 10100011 | 0 | 1010110 | 11100 | 1011 | 100111111 | 1001101 | 110010 |
Color Harmonies of #E21FA3
Complementary color
Monochromatic Colors of #E21FA3
Black with #E21FA3
Text Example
Text Example
White with #E21FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E21FA3; }
p { color: rgb(226,31,163); }
H1.HeaderClassName
{
color: #E21FA3;
}
.AnyTagClassName
{
color: #E21FA3;
}
</style>
background-color css
<style>
a { background-color: #E21FA3; }
a { background-color: rgb(226,31,163); }
div.DivClassName
{
background-color: #E21FA3;
}
.BgClassName
{
background-color: #E21FA3;
}
</style>
border-color css
<style>
span { border-color: #E21FA3; }
span { border-color: rgb(226,31,163); }
td.TdClassName
{
border-color: #E21FA3;
}
.TagClassName
{
border-color: #E21FA3;
}
</style>