Shades of Persian Rose #E531AC
Tints of Persian Rose #E531AC
RGB
CMYK
RGB Variations
Color information
#E531AC (or 0xE531AC) is known color: Persian Rose. HEX triplet: E5, 31 and AC. RGB value is (229,49,172). Sum of RGB (Red+Green+Blue) = 229+49+172=450 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.89% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 229 - color contains mainly: red. Hex color #E531AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E531AC is #1ACE53. Grayscale: #747474. Windows color (decimal): -1756756 or 11284965. OLE color: 11284965.
HSL color Cylindrical-coordinate representation of color #E531AC: hue angle of 319º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E531AC is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 49 | 172 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.10 |
| HSL | 319º | 0.78% | 0.55% | - |
| HSV(B) | 319º | 0.79% | 0.9% | - |
| XYZ | 40.86 | 21.83 | 41.09 | - |
| YUV | 116.84 | 159.13 | 208 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 49 | 172 | 0 | 0.79 | 0.25 | 0.10 | 319 | 0.78 | 0.55 |
| Hex | E5 | 31 | AC | 0 | 4F | 19 | A | 13F | 4E | 37 |
| Octal | 345 | 61 | 254 | 0 | 117 | 31 | 12 | 477 | 116 | 67 |
| Binary | 11100101 | 110001 | 10101100 | 0 | 1001111 | 11001 | 1010 | 100111111 | 1001110 | 110111 |
Color Harmonies of #E531AC
Complementary color
Monochromatic Colors of #E531AC
Black with #E531AC
Text Example
Text Example
White with #E531AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E531AC; }
p { color: rgb(229,49,172); }
H1.HeaderClassName
{
color: #E531AC;
}
.AnyTagClassName
{
color: #E531AC;
}
</style>
background-color css
<style>
a { background-color: #E531AC; }
a { background-color: rgb(229,49,172); }
div.DivClassName
{
background-color: #E531AC;
}
.BgClassName
{
background-color: #E531AC;
}
</style>
border-color css
<style>
span { border-color: #E531AC; }
span { border-color: rgb(229,49,172); }
td.TdClassName
{
border-color: #E531AC;
}
.TagClassName
{
border-color: #E531AC;
}
</style>