Shades of Persian Rose #E127A0
Tints of Persian Rose #E127A0
RGB
CMYK
RGB Variations
Color information
#E127A0 (or 0xE127A0) is known color: Persian Rose. HEX triplet: E1, 27 and A0. RGB value is (225,39,160). Sum of RGB (Red+Green+Blue) = 225+39+160=424 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.07% from 424); Green value is 39 (15.62% from 255 or 9.20% from 424); Blue value is 160 (62.89% from 255 or 37.74% from 424); Max value from RGB is 225 - color contains mainly: red. Hex color #E127A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E127A0 is #1ED85F. Grayscale: #6C6C6C. Windows color (decimal): -2021472 or 10495969. OLE color: 10495969.
HSL color Cylindrical-coordinate representation of color #E127A0: hue angle of 320.97º degrees, saturation: 0.76, 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 #E127A0 is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 160 | - |
| CMYK | 0 | 0.83 | 0.29 | 0.12 |
| HSL | 320.97º | 0.76% | 0.52% | - |
| HSV(B) | 320.97º | 0.83% | 0.88% | - |
| XYZ | 38.12 | 20 | 35.11 | - |
| YUV | 108.41 | 157.12 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 160 | 0 | 0.83 | 0.29 | 0.12 | 320.97 | 0.76 | 0.52 |
| Hex | E1 | 27 | A0 | 0 | 53 | 1D | C | 141 | 4C | 34 |
| Octal | 341 | 47 | 240 | 0 | 123 | 35 | 14 | 501 | 114 | 64 |
| Binary | 11100001 | 100111 | 10100000 | 0 | 1010011 | 11101 | 1100 | 101000001 | 1001100 | 110100 |
Color Harmonies of #E127A0
Complementary color
Monochromatic Colors of #E127A0
Black with #E127A0
Text Example
Text Example
White with #E127A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E127A0; }
p { color: rgb(225,39,160); }
H1.HeaderClassName
{
color: #E127A0;
}
.AnyTagClassName
{
color: #E127A0;
}
</style>
background-color css
<style>
a { background-color: #E127A0; }
a { background-color: rgb(225,39,160); }
div.DivClassName
{
background-color: #E127A0;
}
.BgClassName
{
background-color: #E127A0;
}
</style>
border-color css
<style>
span { border-color: #E127A0; }
span { border-color: rgb(225,39,160); }
td.TdClassName
{
border-color: #E127A0;
}
.TagClassName
{
border-color: #E127A0;
}
</style>