Shades of Persian Rose #E11CA0
Tints of Persian Rose #E11CA0
RGB
CMYK
RGB Variations
Color information
#E11CA0 (or 0xE11CA0) is known color: Persian Rose. HEX triplet: E1, 1C and A0. RGB value is (225,28,160). Sum of RGB (Red+Green+Blue) = 225+28+160=413 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.48% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 225 - color contains mainly: red. Hex color #E11CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11CA0 is #1EE35F. Grayscale: #656565. Windows color (decimal): -2024288 or 10493153. OLE color: 10493153.
HSL color Cylindrical-coordinate representation of color #E11CA0: hue angle of 319.8º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11CA0 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 160 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.12 |
| HSL | 319.8º | 0.78% | 0.5% | - |
| HSV(B) | 319.8º | 0.88% | 0.88% | - |
| XYZ | 37.81 | 19.38 | 35 | - |
| YUV | 101.95 | 160.77 | 215.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 160 | 0 | 0.88 | 0.29 | 0.12 | 319.8 | 0.78 | 0.5 |
| Hex | E1 | 1C | A0 | 0 | 58 | 1D | C | 140 | 4E | 32 |
| Octal | 341 | 34 | 240 | 0 | 130 | 35 | 14 | 500 | 116 | 62 |
| Binary | 11100001 | 11100 | 10100000 | 0 | 1011000 | 11101 | 1100 | 101000000 | 1001110 | 110010 |
Color Harmonies of #E11CA0
Complementary color
Monochromatic Colors of #E11CA0
Black with #E11CA0
Text Example
Text Example
White with #E11CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11CA0; }
p { color: rgb(225,28,160); }
H1.HeaderClassName
{
color: #E11CA0;
}
.AnyTagClassName
{
color: #E11CA0;
}
</style>
background-color css
<style>
a { background-color: #E11CA0; }
a { background-color: rgb(225,28,160); }
div.DivClassName
{
background-color: #E11CA0;
}
.BgClassName
{
background-color: #E11CA0;
}
</style>
border-color css
<style>
span { border-color: #E11CA0; }
span { border-color: rgb(225,28,160); }
td.TdClassName
{
border-color: #E11CA0;
}
.TagClassName
{
border-color: #E11CA0;
}
</style>