Shades of Persian Rose #E02CAD
Tints of Persian Rose #E02CAD
RGB
CMYK
RGB Variations
Color information
#E02CAD (or 0xE02CAD) is known color: Persian Rose. HEX triplet: E0, 2C and AD. RGB value is (224,44,173). Sum of RGB (Red+Green+Blue) = 224+44+173=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 44 (17.58% from 255 or 9.98% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E02CAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E02CAD is #1FD352. Grayscale: #707070. Windows color (decimal): -2085715 or 11349216. OLE color: 11349216.
HSL color Cylindrical-coordinate representation of color #E02CAD: hue angle of 317º 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 #E02CAD is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 44 | 173 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.12 |
| HSL | 317º | 0.74% | 0.53% | - |
| HSV(B) | 317º | 0.8% | 0.88% | - |
| XYZ | 39.18 | 20.67 | 41.46 | - |
| YUV | 112.53 | 162.13 | 207.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 44 | 173 | 0 | 0.80 | 0.23 | 0.12 | 317 | 0.74 | 0.53 |
| Hex | E0 | 2C | AD | 0 | 50 | 17 | C | 13D | 4A | 35 |
| Octal | 340 | 54 | 255 | 0 | 120 | 27 | 14 | 475 | 112 | 65 |
| Binary | 11100000 | 101100 | 10101101 | 0 | 1010000 | 10111 | 1100 | 100111101 | 1001010 | 110101 |
Color Harmonies of #E02CAD
Complementary color
Monochromatic Colors of #E02CAD
Black with #E02CAD
Text Example
Text Example
White with #E02CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02CAD; }
p { color: rgb(224,44,173); }
H1.HeaderClassName
{
color: #E02CAD;
}
.AnyTagClassName
{
color: #E02CAD;
}
</style>
background-color css
<style>
a { background-color: #E02CAD; }
a { background-color: rgb(224,44,173); }
div.DivClassName
{
background-color: #E02CAD;
}
.BgClassName
{
background-color: #E02CAD;
}
</style>
border-color css
<style>
span { border-color: #E02CAD; }
span { border-color: rgb(224,44,173); }
td.TdClassName
{
border-color: #E02CAD;
}
.TagClassName
{
border-color: #E02CAD;
}
</style>