Shades of Persian Rose #E53DAC
Tints of Persian Rose #E53DAC
RGB
CMYK
RGB Variations
Color information
#E53DAC (or 0xE53DAC) is known color: Persian Rose. HEX triplet: E5, 3D and AC. RGB value is (229,61,172). Sum of RGB (Red+Green+Blue) = 229+61+172=462 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.57% from 462); Green value is 61 (24.22% from 255 or 13.20% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 229 - color contains mainly: red. Hex color #E53DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E53DAC is #1AC253. Grayscale: #7B7B7B. Windows color (decimal): -1753684 or 11288037. OLE color: 11288037.
HSL color Cylindrical-coordinate representation of color #E53DAC: hue angle of 320.36º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E53DAC is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 61 | 172 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.10 |
| HSL | 320.36º | 0.76% | 0.57% | - |
| HSV(B) | 320.36º | 0.73% | 0.9% | - |
| XYZ | 41.43 | 22.97 | 41.28 | - |
| YUV | 123.89 | 155.16 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 61 | 172 | 0 | 0.73 | 0.25 | 0.10 | 320.36 | 0.76 | 0.57 |
| Hex | E5 | 3D | AC | 0 | 49 | 19 | A | 140 | 4C | 39 |
| Octal | 345 | 75 | 254 | 0 | 111 | 31 | 12 | 500 | 114 | 71 |
| Binary | 11100101 | 111101 | 10101100 | 0 | 1001001 | 11001 | 1010 | 101000000 | 1001100 | 111001 |
Color Harmonies of #E53DAC
Complementary color
Monochromatic Colors of #E53DAC
Black with #E53DAC
Text Example
Text Example
White with #E53DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E53DAC; }
p { color: rgb(229,61,172); }
H1.HeaderClassName
{
color: #E53DAC;
}
.AnyTagClassName
{
color: #E53DAC;
}
</style>
background-color css
<style>
a { background-color: #E53DAC; }
a { background-color: rgb(229,61,172); }
div.DivClassName
{
background-color: #E53DAC;
}
.BgClassName
{
background-color: #E53DAC;
}
</style>
border-color css
<style>
span { border-color: #E53DAC; }
span { border-color: rgb(229,61,172); }
td.TdClassName
{
border-color: #E53DAC;
}
.TagClassName
{
border-color: #E53DAC;
}
</style>