Shades of Persian Rose #E124A0
Tints of Persian Rose #E124A0
RGB
CMYK
RGB Variations
Color information
#E124A0 (or 0xE124A0) is known color: Persian Rose. HEX triplet: E1, 24 and A0. RGB value is (225,36,160). Sum of RGB (Red+Green+Blue) = 225+36+160=421 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.44% from 421); Green value is 36 (14.45% from 255 or 8.55% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 225 - color contains mainly: red. Hex color #E124A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E124A0 is #1EDB5F. Grayscale: #6A6A6A. Windows color (decimal): -2022240 or 10495201. OLE color: 10495201.
HSL color Cylindrical-coordinate representation of color #E124A0: hue angle of 320.63º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E124A0 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 36 | 160 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.12 |
| HSL | 320.63º | 0.76% | 0.51% | - |
| HSV(B) | 320.63º | 0.84% | 0.88% | - |
| XYZ | 38.03 | 19.81 | 35.08 | - |
| YUV | 106.65 | 158.12 | 212.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 160 | 0 | 0.84 | 0.29 | 0.12 | 320.63 | 0.76 | 0.51 |
| Hex | E1 | 24 | A0 | 0 | 54 | 1D | C | 141 | 4C | 33 |
| Octal | 341 | 44 | 240 | 0 | 124 | 35 | 14 | 501 | 114 | 63 |
| Binary | 11100001 | 100100 | 10100000 | 0 | 1010100 | 11101 | 1100 | 101000001 | 1001100 | 110011 |
Color Harmonies of #E124A0
Complementary color
Monochromatic Colors of #E124A0
Black with #E124A0
Text Example
Text Example
White with #E124A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E124A0; }
p { color: rgb(225,36,160); }
H1.HeaderClassName
{
color: #E124A0;
}
.AnyTagClassName
{
color: #E124A0;
}
</style>
background-color css
<style>
a { background-color: #E124A0; }
a { background-color: rgb(225,36,160); }
div.DivClassName
{
background-color: #E124A0;
}
.BgClassName
{
background-color: #E124A0;
}
</style>
border-color css
<style>
span { border-color: #E124A0; }
span { border-color: rgb(225,36,160); }
td.TdClassName
{
border-color: #E124A0;
}
.TagClassName
{
border-color: #E124A0;
}
</style>