Shades of Persian Rose #E528AC
Tints of Persian Rose #E528AC
RGB
CMYK
RGB Variations
Color information
#E528AC (or 0xE528AC) is known color: Persian Rose. HEX triplet: E5, 28 and AC. RGB value is (229,40,172). Sum of RGB (Red+Green+Blue) = 229+40+172=441 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.93% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 172 (67.58% from 255 or 39.00% from 441); Max value from RGB is 229 - color contains mainly: red. Hex color #E528AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E528AC is #1AD753. Grayscale: #6F6F6F. Windows color (decimal): -1759060 or 11282661. OLE color: 11282661.
HSL color Cylindrical-coordinate representation of color #E528AC: hue angle of 318.1º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E528AC is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 40 | 172 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.10 |
| HSL | 318.1º | 0.78% | 0.53% | - |
| HSV(B) | 318.1º | 0.83% | 0.9% | - |
| XYZ | 40.52 | 21.15 | 40.98 | - |
| YUV | 111.56 | 162.12 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 40 | 172 | 0 | 0.83 | 0.25 | 0.10 | 318.1 | 0.78 | 0.53 |
| Hex | E5 | 28 | AC | 0 | 53 | 19 | A | 13E | 4E | 35 |
| Octal | 345 | 50 | 254 | 0 | 123 | 31 | 12 | 476 | 116 | 65 |
| Binary | 11100101 | 101000 | 10101100 | 0 | 1010011 | 11001 | 1010 | 100111110 | 1001110 | 110101 |
Color Harmonies of #E528AC
Complementary color
Monochromatic Colors of #E528AC
Black with #E528AC
Text Example
Text Example
White with #E528AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E528AC; }
p { color: rgb(229,40,172); }
H1.HeaderClassName
{
color: #E528AC;
}
.AnyTagClassName
{
color: #E528AC;
}
</style>
background-color css
<style>
a { background-color: #E528AC; }
a { background-color: rgb(229,40,172); }
div.DivClassName
{
background-color: #E528AC;
}
.BgClassName
{
background-color: #E528AC;
}
</style>
border-color css
<style>
span { border-color: #E528AC; }
span { border-color: rgb(229,40,172); }
td.TdClassName
{
border-color: #E528AC;
}
.TagClassName
{
border-color: #E528AC;
}
</style>