Shades of Persian Rose #E11BA0
Tints of Persian Rose #E11BA0
RGB
CMYK
RGB Variations
Color information
#E11BA0 (or 0xE11BA0) is known color: Persian Rose. HEX triplet: E1, 1B and A0. RGB value is (225,27,160). Sum of RGB (Red+Green+Blue) = 225+27+160=412 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.61% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 160 (62.89% from 255 or 38.83% from 412); Max value from RGB is 225 - color contains mainly: red. Hex color #E11BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11BA0 is #1EE45F. Grayscale: #656565. Windows color (decimal): -2024544 or 10492897. OLE color: 10492897.
HSL color Cylindrical-coordinate representation of color #E11BA0: hue angle of 319.7º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E11BA0 is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 160 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.12 |
| HSL | 319.7º | 0.79% | 0.49% | - |
| HSV(B) | 319.7º | 0.88% | 0.88% | - |
| XYZ | 37.79 | 19.33 | 35 | - |
| YUV | 101.36 | 161.1 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 160 | 0 | 0.88 | 0.29 | 0.12 | 319.7 | 0.79 | 0.49 |
| Hex | E1 | 1B | A0 | 0 | 58 | 1D | C | 140 | 4F | 31 |
| Octal | 341 | 33 | 240 | 0 | 130 | 35 | 14 | 500 | 117 | 61 |
| Binary | 11100001 | 11011 | 10100000 | 0 | 1011000 | 11101 | 1100 | 101000000 | 1001111 | 110001 |
Color Harmonies of #E11BA0
Complementary color
Monochromatic Colors of #E11BA0
Black with #E11BA0
Text Example
Text Example
White with #E11BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11BA0; }
p { color: rgb(225,27,160); }
H1.HeaderClassName
{
color: #E11BA0;
}
.AnyTagClassName
{
color: #E11BA0;
}
</style>
background-color css
<style>
a { background-color: #E11BA0; }
a { background-color: rgb(225,27,160); }
div.DivClassName
{
background-color: #E11BA0;
}
.BgClassName
{
background-color: #E11BA0;
}
</style>
border-color css
<style>
span { border-color: #E11BA0; }
span { border-color: rgb(225,27,160); }
td.TdClassName
{
border-color: #E11BA0;
}
.TagClassName
{
border-color: #E11BA0;
}
</style>