Shades of Persian Rose #E02CAF
Tints of Persian Rose #E02CAF
RGB
CMYK
RGB Variations
Color information
#E02CAF (or 0xE02CAF) is known color: Persian Rose. HEX triplet: E0, 2C and AF. RGB value is (224,44,175). Sum of RGB (Red+Green+Blue) = 224+44+175=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 44 (17.58% from 255 or 9.93% from 443); Blue value is 175 (68.75% from 255 or 39.50% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E02CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02CAF is #1FD350. Grayscale: #707070. Windows color (decimal): -2085713 or 11480288. OLE color: 11480288.
HSL color Cylindrical-coordinate representation of color #E02CAF: hue angle of 316.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 #E02CAF is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 175 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.12 |
| HSL | 316.33º | 0.74% | 0.53% | - |
| HSV(B) | 316.33º | 0.8% | 0.88% | - |
| XYZ | 39.38 | 20.74 | 42.49 | - |
| YUV | 112.75 | 163.13 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 175 | 0 | 0.80 | 0.22 | 0.12 | 316.33 | 0.74 | 0.53 |
| Hex | E0 | 2C | AF | 0 | 50 | 16 | C | 13C | 4A | 35 |
| Octal | 340 | 54 | 257 | 0 | 120 | 26 | 14 | 474 | 112 | 65 |
| Binary | 11100000 | 101100 | 10101111 | 0 | 1010000 | 10110 | 1100 | 100111100 | 1001010 | 110101 |
Color Harmonies of #E02CAF
Complementary color
Monochromatic Colors of #E02CAF
Black with #E02CAF
Text Example
Text Example
White with #E02CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02CAF; }
p { color: rgb(224,44,175); }
H1.HeaderClassName
{
color: #E02CAF;
}
.AnyTagClassName
{
color: #E02CAF;
}
</style>
background-color css
<style>
a { background-color: #E02CAF; }
a { background-color: rgb(224,44,175); }
div.DivClassName
{
background-color: #E02CAF;
}
.BgClassName
{
background-color: #E02CAF;
}
</style>
border-color css
<style>
span { border-color: #E02CAF; }
span { border-color: rgb(224,44,175); }
td.TdClassName
{
border-color: #E02CAF;
}
.TagClassName
{
border-color: #E02CAF;
}
</style>