Shades of Persian Rose #E027A8
Tints of Persian Rose #E027A8
RGB
CMYK
RGB Variations
Color information
#E027A8 (or 0xE027A8) is known color: Persian Rose. HEX triplet: E0, 27 and A8. RGB value is (224,39,168). Sum of RGB (Red+Green+Blue) = 224+39+168=431 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.97% from 431); Green value is 39 (15.62% from 255 or 9.05% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 224 - color contains mainly: red. Hex color #E027A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E027A8 is #1FD857. Grayscale: #6C6C6C. Windows color (decimal): -2087000 or 11020256. OLE color: 11020256.
HSL color Cylindrical-coordinate representation of color #E027A8: hue angle of 318.16º 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 #E027A8 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 39 | 168 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.12 |
| HSL | 318.16º | 0.75% | 0.52% | - |
| HSV(B) | 318.16º | 0.83% | 0.88% | - |
| XYZ | 38.53 | 20.13 | 38.9 | - |
| YUV | 109.02 | 161.29 | 210.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 39 | 168 | 0 | 0.83 | 0.25 | 0.12 | 318.16 | 0.75 | 0.52 |
| Hex | E0 | 27 | A8 | 0 | 53 | 19 | C | 13E | 4B | 34 |
| Octal | 340 | 47 | 250 | 0 | 123 | 31 | 14 | 476 | 113 | 64 |
| Binary | 11100000 | 100111 | 10101000 | 0 | 1010011 | 11001 | 1100 | 100111110 | 1001011 | 110100 |
Color Harmonies of #E027A8
Complementary color
Monochromatic Colors of #E027A8
Black with #E027A8
Text Example
Text Example
White with #E027A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E027A8; }
p { color: rgb(224,39,168); }
H1.HeaderClassName
{
color: #E027A8;
}
.AnyTagClassName
{
color: #E027A8;
}
</style>
background-color css
<style>
a { background-color: #E027A8; }
a { background-color: rgb(224,39,168); }
div.DivClassName
{
background-color: #E027A8;
}
.BgClassName
{
background-color: #E027A8;
}
</style>
border-color css
<style>
span { border-color: #E027A8; }
span { border-color: rgb(224,39,168); }
td.TdClassName
{
border-color: #E027A8;
}
.TagClassName
{
border-color: #E027A8;
}
</style>