Shades of Persian Rose #E041AC
Tints of Persian Rose #E041AC
RGB
CMYK
RGB Variations
Color information
#E041AC (or 0xE041AC) is known color: Persian Rose. HEX triplet: E0, 41 and AC. RGB value is (224,65,172). Sum of RGB (Red+Green+Blue) = 224+65+172=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E041AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E041AC is #1FBE53. Grayscale: #7C7C7C. Windows color (decimal): -2080340 or 11289056. OLE color: 11289056.
HSL color Cylindrical-coordinate representation of color #E041AC: hue angle of 319.62º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E041AC is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 65 | 172 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.12 |
| HSL | 319.62º | 0.72% | 0.57% | - |
| HSV(B) | 319.62º | 0.71% | 0.88% | - |
| XYZ | 40.08 | 22.61 | 41.28 | - |
| YUV | 124.74 | 154.68 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 65 | 172 | 0 | 0.71 | 0.23 | 0.12 | 319.62 | 0.72 | 0.57 |
| Hex | E0 | 41 | AC | 0 | 47 | 17 | C | 140 | 48 | 39 |
| Octal | 340 | 101 | 254 | 0 | 107 | 27 | 14 | 500 | 110 | 71 |
| Binary | 11100000 | 1000001 | 10101100 | 0 | 1000111 | 10111 | 1100 | 101000000 | 1001000 | 111001 |
Color Harmonies of #E041AC
Complementary color
Monochromatic Colors of #E041AC
Black with #E041AC
Text Example
Text Example
White with #E041AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E041AC; }
p { color: rgb(224,65,172); }
H1.HeaderClassName
{
color: #E041AC;
}
.AnyTagClassName
{
color: #E041AC;
}
</style>
background-color css
<style>
a { background-color: #E041AC; }
a { background-color: rgb(224,65,172); }
div.DivClassName
{
background-color: #E041AC;
}
.BgClassName
{
background-color: #E041AC;
}
</style>
border-color css
<style>
span { border-color: #E041AC; }
span { border-color: rgb(224,65,172); }
td.TdClassName
{
border-color: #E041AC;
}
.TagClassName
{
border-color: #E041AC;
}
</style>