Shades of Persian Rose #E127A2
Tints of Persian Rose #E127A2
RGB
CMYK
RGB Variations
Color information
#E127A2 (or 0xE127A2) is known color: Persian Rose. HEX triplet: E1, 27 and A2. RGB value is (225,39,162). Sum of RGB (Red+Green+Blue) = 225+39+162=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 39 (15.62% from 255 or 9.15% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E127A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E127A2 is #1ED85D. Grayscale: #6C6C6C. Windows color (decimal): -2021470 or 10627041. OLE color: 10627041.
HSL color Cylindrical-coordinate representation of color #E127A2: hue angle of 320.32º 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 #E127A2 is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 162 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.12 |
| HSL | 320.32º | 0.76% | 0.52% | - |
| HSV(B) | 320.32º | 0.83% | 0.88% | - |
| XYZ | 38.3 | 20.07 | 36.04 | - |
| YUV | 108.64 | 158.12 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 162 | 0 | 0.83 | 0.28 | 0.12 | 320.32 | 0.76 | 0.52 |
| Hex | E1 | 27 | A2 | 0 | 53 | 1C | C | 140 | 4C | 34 |
| Octal | 341 | 47 | 242 | 0 | 123 | 34 | 14 | 500 | 114 | 64 |
| Binary | 11100001 | 100111 | 10100010 | 0 | 1010011 | 11100 | 1100 | 101000000 | 1001100 | 110100 |
Color Harmonies of #E127A2
Complementary color
Monochromatic Colors of #E127A2
Black with #E127A2
Text Example
Text Example
White with #E127A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E127A2; }
p { color: rgb(225,39,162); }
H1.HeaderClassName
{
color: #E127A2;
}
.AnyTagClassName
{
color: #E127A2;
}
</style>
background-color css
<style>
a { background-color: #E127A2; }
a { background-color: rgb(225,39,162); }
div.DivClassName
{
background-color: #E127A2;
}
.BgClassName
{
background-color: #E127A2;
}
</style>
border-color css
<style>
span { border-color: #E127A2; }
span { border-color: rgb(225,39,162); }
td.TdClassName
{
border-color: #E127A2;
}
.TagClassName
{
border-color: #E127A2;
}
</style>