Shades of Persian Rose #E027A1
Tints of Persian Rose #E027A1
RGB
CMYK
RGB Variations
Color information
#E027A1 (or 0xE027A1) is known color: Persian Rose. HEX triplet: E0, 27 and A1. RGB value is (224,39,161). Sum of RGB (Red+Green+Blue) = 224+39+161=424 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.83% from 424); Green value is 39 (15.62% from 255 or 9.20% from 424); Blue value is 161 (63.28% from 255 or 37.97% from 424); Max value from RGB is 224 - color contains mainly: red. Hex color #E027A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E027A1 is #1FD85E. Grayscale: #6B6B6B. Windows color (decimal): -2087007 or 10561504. OLE color: 10561504.
HSL color Cylindrical-coordinate representation of color #E027A1: hue angle of 320.43º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E027A1 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 39 | 161 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.12 |
| HSL | 320.43º | 0.75% | 0.52% | - |
| HSV(B) | 320.43º | 0.83% | 0.88% | - |
| XYZ | 37.9 | 19.87 | 35.56 | - |
| YUV | 108.22 | 157.79 | 210.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 161 | 0 | 0.83 | 0.28 | 0.12 | 320.43 | 0.75 | 0.52 |
| Hex | E0 | 27 | A1 | 0 | 53 | 1C | C | 140 | 4B | 34 |
| Octal | 340 | 47 | 241 | 0 | 123 | 34 | 14 | 500 | 113 | 64 |
| Binary | 11100000 | 100111 | 10100001 | 0 | 1010011 | 11100 | 1100 | 101000000 | 1001011 | 110100 |
Color Harmonies of #E027A1
Complementary color
Monochromatic Colors of #E027A1
Black with #E027A1
Text Example
Text Example
White with #E027A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E027A1; }
p { color: rgb(224,39,161); }
H1.HeaderClassName
{
color: #E027A1;
}
.AnyTagClassName
{
color: #E027A1;
}
</style>
background-color css
<style>
a { background-color: #E027A1; }
a { background-color: rgb(224,39,161); }
div.DivClassName
{
background-color: #E027A1;
}
.BgClassName
{
background-color: #E027A1;
}
</style>
border-color css
<style>
span { border-color: #E027A1; }
span { border-color: rgb(224,39,161); }
td.TdClassName
{
border-color: #E027A1;
}
.TagClassName
{
border-color: #E027A1;
}
</style>