Shades of Persian Rose #E127A6
Tints of Persian Rose #E127A6
RGB
CMYK
RGB Variations
Color information
#E127A6 (or 0xE127A6) is known color: Persian Rose. HEX triplet: E1, 27 and A6. RGB value is (225,39,166). Sum of RGB (Red+Green+Blue) = 225+39+166=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E127A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E127A6 is #1ED859. Grayscale: #6C6C6C. Windows color (decimal): -2021466 or 10889185. OLE color: 10889185.
HSL color Cylindrical-coordinate representation of color #E127A6: hue angle of 319.03º 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 #E127A6 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 39 | 166 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.12 |
| HSL | 319.03º | 0.76% | 0.52% | - |
| HSV(B) | 319.03º | 0.83% | 0.88% | - |
| XYZ | 38.66 | 20.21 | 37.94 | - |
| YUV | 109.09 | 160.12 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 39 | 166 | 0 | 0.83 | 0.26 | 0.12 | 319.03 | 0.76 | 0.52 |
| Hex | E1 | 27 | A6 | 0 | 53 | 1A | C | 13F | 4C | 34 |
| Octal | 341 | 47 | 246 | 0 | 123 | 32 | 14 | 477 | 114 | 64 |
| Binary | 11100001 | 100111 | 10100110 | 0 | 1010011 | 11010 | 1100 | 100111111 | 1001100 | 110100 |
Color Harmonies of #E127A6
Complementary color
Monochromatic Colors of #E127A6
Black with #E127A6
Text Example
Text Example
White with #E127A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E127A6; }
p { color: rgb(225,39,166); }
H1.HeaderClassName
{
color: #E127A6;
}
.AnyTagClassName
{
color: #E127A6;
}
</style>
background-color css
<style>
a { background-color: #E127A6; }
a { background-color: rgb(225,39,166); }
div.DivClassName
{
background-color: #E127A6;
}
.BgClassName
{
background-color: #E127A6;
}
</style>
border-color css
<style>
span { border-color: #E127A6; }
span { border-color: rgb(225,39,166); }
td.TdClassName
{
border-color: #E127A6;
}
.TagClassName
{
border-color: #E127A6;
}
</style>