Shades of Persian Rose #E11B9E
Tints of Persian Rose #E11B9E
RGB
CMYK
RGB Variations
Color information
#E11B9E (or 0xE11B9E) is known color: Persian Rose. HEX triplet: E1, 1B and 9E. RGB value is (225,27,158). Sum of RGB (Red+Green+Blue) = 225+27+158=410 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.88% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11B9E is #1EE461. Grayscale: #646464. Windows color (decimal): -2024546 or 10361825. OLE color: 10361825.
HSL color Cylindrical-coordinate representation of color #E11B9E: hue angle of 320.3º 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 #E11B9E is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 158 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.12 |
| HSL | 320.3º | 0.79% | 0.49% | - |
| HSV(B) | 320.3º | 0.88% | 0.88% | - |
| XYZ | 37.61 | 19.26 | 34.08 | - |
| YUV | 101.14 | 160.1 | 216.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 158 | 0 | 0.88 | 0.30 | 0.12 | 320.3 | 0.79 | 0.49 |
| Hex | E1 | 1B | 9E | 0 | 58 | 1E | C | 140 | 4F | 31 |
| Octal | 341 | 33 | 236 | 0 | 130 | 36 | 14 | 500 | 117 | 61 |
| Binary | 11100001 | 11011 | 10011110 | 0 | 1011000 | 11110 | 1100 | 101000000 | 1001111 | 110001 |
Color Harmonies of #E11B9E
Complementary color
Monochromatic Colors of #E11B9E
Black with #E11B9E
Text Example
Text Example
White with #E11B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11B9E; }
p { color: rgb(225,27,158); }
H1.HeaderClassName
{
color: #E11B9E;
}
.AnyTagClassName
{
color: #E11B9E;
}
</style>
background-color css
<style>
a { background-color: #E11B9E; }
a { background-color: rgb(225,27,158); }
div.DivClassName
{
background-color: #E11B9E;
}
.BgClassName
{
background-color: #E11B9E;
}
</style>
border-color css
<style>
span { border-color: #E11B9E; }
span { border-color: rgb(225,27,158); }
td.TdClassName
{
border-color: #E11B9E;
}
.TagClassName
{
border-color: #E11B9E;
}
</style>