Shades of Persian Rose #E01C9E
Tints of Persian Rose #E01C9E
RGB
CMYK
RGB Variations
Color information
#E01C9E (or 0xE01C9E) is known color: Persian Rose. HEX triplet: E0, 1C and 9E. RGB value is (224,28,158). Sum of RGB (Red+Green+Blue) = 224+28+158=410 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.63% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01C9E is #1FE361. Grayscale: #656565. Windows color (decimal): -2089826 or 10362080. OLE color: 10362080.
HSL color Cylindrical-coordinate representation of color #E01C9E: hue angle of 320.2º degrees, saturation: 0.78, 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 #E01C9E is Cyan = 0, Magento = 0.88, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 158 | - |
| CMYK | 0 | 0.88 | 0.29 | 0.12 |
| HSL | 320.2º | 0.78% | 0.49% | - |
| HSV(B) | 320.2º | 0.88% | 0.88% | - |
| XYZ | 37.33 | 19.15 | 34.08 | - |
| YUV | 101.42 | 159.93 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 158 | 0 | 0.88 | 0.29 | 0.12 | 320.2 | 0.78 | 0.49 |
| Hex | E0 | 1C | 9E | 0 | 58 | 1D | C | 140 | 4E | 31 |
| Octal | 340 | 34 | 236 | 0 | 130 | 35 | 14 | 500 | 116 | 61 |
| Binary | 11100000 | 11100 | 10011110 | 0 | 1011000 | 11101 | 1100 | 101000000 | 1001110 | 110001 |
Color Harmonies of #E01C9E
Complementary color
Monochromatic Colors of #E01C9E
Black with #E01C9E
Text Example
Text Example
White with #E01C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C9E; }
p { color: rgb(224,28,158); }
H1.HeaderClassName
{
color: #E01C9E;
}
.AnyTagClassName
{
color: #E01C9E;
}
</style>
background-color css
<style>
a { background-color: #E01C9E; }
a { background-color: rgb(224,28,158); }
div.DivClassName
{
background-color: #E01C9E;
}
.BgClassName
{
background-color: #E01C9E;
}
</style>
border-color css
<style>
span { border-color: #E01C9E; }
span { border-color: rgb(224,28,158); }
td.TdClassName
{
border-color: #E01C9E;
}
.TagClassName
{
border-color: #E01C9E;
}
</style>