Shades of Persian Rose #E03AAC
Tints of Persian Rose #E03AAC
RGB
CMYK
RGB Variations
Color information
#E03AAC (or 0xE03AAC) is known color: Persian Rose. HEX triplet: E0, 3A and AC. RGB value is (224,58,172). Sum of RGB (Red+Green+Blue) = 224+58+172=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 58 (23.05% from 255 or 12.78% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E03AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03AAC is #1FC553. Grayscale: #787878. Windows color (decimal): -2082132 or 11287264. OLE color: 11287264.
HSL color Cylindrical-coordinate representation of color #E03AAC: hue angle of 318.8º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03AAC is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 58 | 172 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.12 |
| HSL | 318.8º | 0.73% | 0.55% | - |
| HSV(B) | 318.8º | 0.74% | 0.88% | - |
| XYZ | 39.7 | 21.85 | 41.16 | - |
| YUV | 120.63 | 157 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 58 | 172 | 0 | 0.74 | 0.23 | 0.12 | 318.8 | 0.73 | 0.55 |
| Hex | E0 | 3A | AC | 0 | 4A | 17 | C | 13F | 49 | 37 |
| Octal | 340 | 72 | 254 | 0 | 112 | 27 | 14 | 477 | 111 | 67 |
| Binary | 11100000 | 111010 | 10101100 | 0 | 1001010 | 10111 | 1100 | 100111111 | 1001001 | 110111 |
Color Harmonies of #E03AAC
Complementary color
Monochromatic Colors of #E03AAC
Black with #E03AAC
Text Example
Text Example
White with #E03AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03AAC; }
p { color: rgb(224,58,172); }
H1.HeaderClassName
{
color: #E03AAC;
}
.AnyTagClassName
{
color: #E03AAC;
}
</style>
background-color css
<style>
a { background-color: #E03AAC; }
a { background-color: rgb(224,58,172); }
div.DivClassName
{
background-color: #E03AAC;
}
.BgClassName
{
background-color: #E03AAC;
}
</style>
border-color css
<style>
span { border-color: #E03AAC; }
span { border-color: rgb(224,58,172); }
td.TdClassName
{
border-color: #E03AAC;
}
.TagClassName
{
border-color: #E03AAC;
}
</style>