Shades of Persian Rose #E11B9D
Tints of Persian Rose #E11B9D
RGB
CMYK
RGB Variations
Color information
#E11B9D (or 0xE11B9D) is known color: Persian Rose. HEX triplet: E1, 1B and 9D. RGB value is (225,27,157). Sum of RGB (Red+Green+Blue) = 225+27+157=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11B9D is #1EE462. Grayscale: #646464. Windows color (decimal): -2024547 or 10296289. OLE color: 10296289.
HSL color Cylindrical-coordinate representation of color #E11B9D: hue angle of 320.61º 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 #E11B9D is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 157 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.12 |
| HSL | 320.61º | 0.79% | 0.49% | - |
| HSV(B) | 320.61º | 0.88% | 0.88% | - |
| XYZ | 37.53 | 19.23 | 33.63 | - |
| YUV | 101.02 | 159.6 | 216.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 157 | 0 | 0.88 | 0.30 | 0.12 | 320.61 | 0.79 | 0.49 |
| Hex | E1 | 1B | 9D | 0 | 58 | 1E | C | 141 | 4F | 31 |
| Octal | 341 | 33 | 235 | 0 | 130 | 36 | 14 | 501 | 117 | 61 |
| Binary | 11100001 | 11011 | 10011101 | 0 | 1011000 | 11110 | 1100 | 101000001 | 1001111 | 110001 |
Color Harmonies of #E11B9D
Complementary color
Monochromatic Colors of #E11B9D
Black with #E11B9D
Text Example
Text Example
White with #E11B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11B9D; }
p { color: rgb(225,27,157); }
H1.HeaderClassName
{
color: #E11B9D;
}
.AnyTagClassName
{
color: #E11B9D;
}
</style>
background-color css
<style>
a { background-color: #E11B9D; }
a { background-color: rgb(225,27,157); }
div.DivClassName
{
background-color: #E11B9D;
}
.BgClassName
{
background-color: #E11B9D;
}
</style>
border-color css
<style>
span { border-color: #E11B9D; }
span { border-color: rgb(225,27,157); }
td.TdClassName
{
border-color: #E11B9D;
}
.TagClassName
{
border-color: #E11B9D;
}
</style>