Shades of Persian Rose #E02CA9
Tints of Persian Rose #E02CA9
RGB
CMYK
RGB Variations
Color information
#E02CA9 (or 0xE02CA9) is known color: Persian Rose. HEX triplet: E0, 2C and A9. RGB value is (224,44,169). Sum of RGB (Red+Green+Blue) = 224+44+169=437 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.26% from 437); Green value is 44 (17.58% from 255 or 10.07% from 437); Blue value is 169 (66.41% from 255 or 38.67% from 437); Max value from RGB is 224 - color contains mainly: red. Hex color #E02CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02CA9 is #1FD356. Grayscale: #6F6F6F. Windows color (decimal): -2085719 or 11087072. OLE color: 11087072.
HSL color Cylindrical-coordinate representation of color #E02CA9: hue angle of 318.33º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E02CA9 is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 169 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.12 |
| HSL | 318.33º | 0.74% | 0.53% | - |
| HSV(B) | 318.33º | 0.8% | 0.88% | - |
| XYZ | 38.8 | 20.51 | 39.45 | - |
| YUV | 112.07 | 160.13 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 169 | 0 | 0.80 | 0.25 | 0.12 | 318.33 | 0.74 | 0.53 |
| Hex | E0 | 2C | A9 | 0 | 50 | 19 | C | 13E | 4A | 35 |
| Octal | 340 | 54 | 251 | 0 | 120 | 31 | 14 | 476 | 112 | 65 |
| Binary | 11100000 | 101100 | 10101001 | 0 | 1010000 | 11001 | 1100 | 100111110 | 1001010 | 110101 |
Color Harmonies of #E02CA9
Complementary color
Monochromatic Colors of #E02CA9
Black with #E02CA9
Text Example
Text Example
White with #E02CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02CA9; }
p { color: rgb(224,44,169); }
H1.HeaderClassName
{
color: #E02CA9;
}
.AnyTagClassName
{
color: #E02CA9;
}
</style>
background-color css
<style>
a { background-color: #E02CA9; }
a { background-color: rgb(224,44,169); }
div.DivClassName
{
background-color: #E02CA9;
}
.BgClassName
{
background-color: #E02CA9;
}
</style>
border-color css
<style>
span { border-color: #E02CA9; }
span { border-color: rgb(224,44,169); }
td.TdClassName
{
border-color: #E02CA9;
}
.TagClassName
{
border-color: #E02CA9;
}
</style>