Shades of Persian Rose #E11B9C
Tints of Persian Rose #E11B9C
RGB
CMYK
RGB Variations
Color information
#E11B9C (or 0xE11B9C) is known color: Persian Rose. HEX triplet: E1, 1B and 9C. RGB value is (225,27,156). Sum of RGB (Red+Green+Blue) = 225+27+156=408 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.15% from 408); Green value is 27 (10.94% from 255 or 6.62% from 408); Blue value is 156 (61.33% from 255 or 38.24% from 408); Max value from RGB is 225 - color contains mainly: red. Hex color #E11B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11B9C is #1EE463. Grayscale: #646464. Windows color (decimal): -2024548 or 10230753. OLE color: 10230753.
HSL color Cylindrical-coordinate representation of color #E11B9C: hue angle of 320.91º 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 #E11B9C is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 27 | 156 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.12 |
| HSL | 320.91º | 0.79% | 0.49% | - |
| HSV(B) | 320.91º | 0.88% | 0.88% | - |
| XYZ | 37.44 | 19.19 | 33.18 | - |
| YUV | 100.91 | 159.1 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 27 | 156 | 0 | 0.88 | 0.31 | 0.12 | 320.91 | 0.79 | 0.49 |
| Hex | E1 | 1B | 9C | 0 | 58 | 1F | C | 141 | 4F | 31 |
| Octal | 341 | 33 | 234 | 0 | 130 | 37 | 14 | 501 | 117 | 61 |
| Binary | 11100001 | 11011 | 10011100 | 0 | 1011000 | 11111 | 1100 | 101000001 | 1001111 | 110001 |
Color Harmonies of #E11B9C
Complementary color
Monochromatic Colors of #E11B9C
Black with #E11B9C
Text Example
Text Example
White with #E11B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11B9C; }
p { color: rgb(225,27,156); }
H1.HeaderClassName
{
color: #E11B9C;
}
.AnyTagClassName
{
color: #E11B9C;
}
</style>
background-color css
<style>
a { background-color: #E11B9C; }
a { background-color: rgb(225,27,156); }
div.DivClassName
{
background-color: #E11B9C;
}
.BgClassName
{
background-color: #E11B9C;
}
</style>
border-color css
<style>
span { border-color: #E11B9C; }
span { border-color: rgb(225,27,156); }
td.TdClassName
{
border-color: #E11B9C;
}
.TagClassName
{
border-color: #E11B9C;
}
</style>