Shades of Persian Rose #E03DAC
Tints of Persian Rose #E03DAC
RGB
CMYK
RGB Variations
Color information
#E03DAC (or 0xE03DAC) is known color: Persian Rose. HEX triplet: E0, 3D and AC. RGB value is (224,61,172). Sum of RGB (Red+Green+Blue) = 224+61+172=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 61 (24.22% from 255 or 13.35% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E03DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03DAC is #1FC253. Grayscale: #7A7A7A. Windows color (decimal): -2081364 or 11288032. OLE color: 11288032.
HSL color Cylindrical-coordinate representation of color #E03DAC: hue angle of 319.14º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03DAC is Cyan = 0, Magento = 0.73, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 61 | 172 | - |
| CMYK | 0 | 0.73 | 0.23 | 0.12 |
| HSL | 319.14º | 0.72% | 0.56% | - |
| HSV(B) | 319.14º | 0.73% | 0.88% | - |
| XYZ | 39.86 | 22.16 | 41.21 | - |
| YUV | 122.39 | 156 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 61 | 172 | 0 | 0.73 | 0.23 | 0.12 | 319.14 | 0.72 | 0.56 |
| Hex | E0 | 3D | AC | 0 | 49 | 17 | C | 13F | 48 | 38 |
| Octal | 340 | 75 | 254 | 0 | 111 | 27 | 14 | 477 | 110 | 70 |
| Binary | 11100000 | 111101 | 10101100 | 0 | 1001001 | 10111 | 1100 | 100111111 | 1001000 | 111000 |
Color Harmonies of #E03DAC
Complementary color
Monochromatic Colors of #E03DAC
Black with #E03DAC
Text Example
Text Example
White with #E03DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03DAC; }
p { color: rgb(224,61,172); }
H1.HeaderClassName
{
color: #E03DAC;
}
.AnyTagClassName
{
color: #E03DAC;
}
</style>
background-color css
<style>
a { background-color: #E03DAC; }
a { background-color: rgb(224,61,172); }
div.DivClassName
{
background-color: #E03DAC;
}
.BgClassName
{
background-color: #E03DAC;
}
</style>
border-color css
<style>
span { border-color: #E03DAC; }
span { border-color: rgb(224,61,172); }
td.TdClassName
{
border-color: #E03DAC;
}
.TagClassName
{
border-color: #E03DAC;
}
</style>