Shades of Persian Rose #E01C9D
Tints of Persian Rose #E01C9D
RGB
CMYK
RGB Variations
Color information
#E01C9D (or 0xE01C9D) is known color: Persian Rose. HEX triplet: E0, 1C and 9D. RGB value is (224,28,157). Sum of RGB (Red+Green+Blue) = 224+28+157=409 (54% of max value = 765). Red value is 224 (87.89% from 255 or 54.77% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 224 - color contains mainly: red. Hex color #E01C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E01C9D is #1FE362. Grayscale: #646464. Windows color (decimal): -2089827 or 10296544. OLE color: 10296544.
HSL color Cylindrical-coordinate representation of color #E01C9D: hue angle of 320.51º 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 #E01C9D is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 28 | 157 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.12 |
| HSL | 320.51º | 0.78% | 0.49% | - |
| HSV(B) | 320.51º | 0.88% | 0.88% | - |
| XYZ | 37.24 | 19.11 | 33.62 | - |
| YUV | 101.31 | 159.43 | 215.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 28 | 157 | 0 | 0.88 | 0.30 | 0.12 | 320.51 | 0.78 | 0.49 |
| Hex | E0 | 1C | 9D | 0 | 58 | 1E | C | 141 | 4E | 31 |
| Octal | 340 | 34 | 235 | 0 | 130 | 36 | 14 | 501 | 116 | 61 |
| Binary | 11100000 | 11100 | 10011101 | 0 | 1011000 | 11110 | 1100 | 101000001 | 1001110 | 110001 |
Color Harmonies of #E01C9D
Complementary color
Monochromatic Colors of #E01C9D
Black with #E01C9D
Text Example
Text Example
White with #E01C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E01C9D; }
p { color: rgb(224,28,157); }
H1.HeaderClassName
{
color: #E01C9D;
}
.AnyTagClassName
{
color: #E01C9D;
}
</style>
background-color css
<style>
a { background-color: #E01C9D; }
a { background-color: rgb(224,28,157); }
div.DivClassName
{
background-color: #E01C9D;
}
.BgClassName
{
background-color: #E01C9D;
}
</style>
border-color css
<style>
span { border-color: #E01C9D; }
span { border-color: rgb(224,28,157); }
td.TdClassName
{
border-color: #E01C9D;
}
.TagClassName
{
border-color: #E01C9D;
}
</style>