Shades of Persian Rose #E11C9C
Tints of Persian Rose #E11C9C
RGB
CMYK
RGB Variations
Color information
#E11C9C (or 0xE11C9C) is known color: Persian Rose. HEX triplet: E1, 1C and 9C. RGB value is (225,28,156). Sum of RGB (Red+Green+Blue) = 225+28+156=409 (54% of max value = 765). Red value is 225 (88.28% from 255 or 55.01% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 225 - color contains mainly: red. Hex color #E11C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E11C9C is #1EE363. Grayscale: #656565. Windows color (decimal): -2024292 or 10231009. OLE color: 10231009.
HSL color Cylindrical-coordinate representation of color #E11C9C: hue angle of 321.02º 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 #E11C9C is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 28 | 156 | - |
| CMYK | 0 | 0.88 | 0.31 | 0.12 |
| HSL | 321.02º | 0.78% | 0.5% | - |
| HSV(B) | 321.02º | 0.88% | 0.88% | - |
| XYZ | 37.47 | 19.24 | 33.19 | - |
| YUV | 101.5 | 158.77 | 216.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 28 | 156 | 0 | 0.88 | 0.31 | 0.12 | 321.02 | 0.78 | 0.5 |
| Hex | E1 | 1C | 9C | 0 | 58 | 1F | C | 141 | 4E | 32 |
| Octal | 341 | 34 | 234 | 0 | 130 | 37 | 14 | 501 | 116 | 62 |
| Binary | 11100001 | 11100 | 10011100 | 0 | 1011000 | 11111 | 1100 | 101000001 | 1001110 | 110010 |
Color Harmonies of #E11C9C
Complementary color
Monochromatic Colors of #E11C9C
Black with #E11C9C
Text Example
Text Example
White with #E11C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E11C9C; }
p { color: rgb(225,28,156); }
H1.HeaderClassName
{
color: #E11C9C;
}
.AnyTagClassName
{
color: #E11C9C;
}
</style>
background-color css
<style>
a { background-color: #E11C9C; }
a { background-color: rgb(225,28,156); }
div.DivClassName
{
background-color: #E11C9C;
}
.BgClassName
{
background-color: #E11C9C;
}
</style>
border-color css
<style>
span { border-color: #E11C9C; }
span { border-color: rgb(225,28,156); }
td.TdClassName
{
border-color: #E11C9C;
}
.TagClassName
{
border-color: #E11C9C;
}
</style>