Shades of Persian Rose #E035A6
Tints of Persian Rose #E035A6
RGB
CMYK
RGB Variations
Color information
#E035A6 (or 0xE035A6) is known color: Persian Rose. HEX triplet: E0, 35 and A6. RGB value is (224,53,166). Sum of RGB (Red+Green+Blue) = 224+53+166=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 53 (21.09% from 255 or 11.96% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E035A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E035A6 is #1FCA59. Grayscale: #747474. Windows color (decimal): -2083418 or 10892768. OLE color: 10892768.
HSL color Cylindrical-coordinate representation of color #E035A6: hue angle of 320.35º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E035A6 is Cyan = 0, Magento = 0.76, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 166 | - |
| CMYK | 0 | 0.76 | 0.26 | 0.12 |
| HSL | 320.35º | 0.73% | 0.54% | - |
| HSV(B) | 320.35º | 0.76% | 0.88% | - |
| XYZ | 38.9 | 21.15 | 38.11 | - |
| YUV | 117.01 | 155.65 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 166 | 0 | 0.76 | 0.26 | 0.12 | 320.35 | 0.73 | 0.54 |
| Hex | E0 | 35 | A6 | 0 | 4C | 1A | C | 140 | 49 | 36 |
| Octal | 340 | 65 | 246 | 0 | 114 | 32 | 14 | 500 | 111 | 66 |
| Binary | 11100000 | 110101 | 10100110 | 0 | 1001100 | 11010 | 1100 | 101000000 | 1001001 | 110110 |
Color Harmonies of #E035A6
Complementary color
Monochromatic Colors of #E035A6
Black with #E035A6
Text Example
Text Example
White with #E035A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E035A6; }
p { color: rgb(224,53,166); }
H1.HeaderClassName
{
color: #E035A6;
}
.AnyTagClassName
{
color: #E035A6;
}
</style>
background-color css
<style>
a { background-color: #E035A6; }
a { background-color: rgb(224,53,166); }
div.DivClassName
{
background-color: #E035A6;
}
.BgClassName
{
background-color: #E035A6;
}
</style>
border-color css
<style>
span { border-color: #E035A6; }
span { border-color: rgb(224,53,166); }
td.TdClassName
{
border-color: #E035A6;
}
.TagClassName
{
border-color: #E035A6;
}
</style>