Shades of Persian Rose #E535AD
Tints of Persian Rose #E535AD
RGB
CMYK
RGB Variations
Color information
#E535AD (or 0xE535AD) is known color: Persian Rose. HEX triplet: E5, 35 and AD. RGB value is (229,53,173). Sum of RGB (Red+Green+Blue) = 229+53+173=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 53 (21.09% from 255 or 11.65% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E535AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E535AD is #1ACA52. Grayscale: #777777. Windows color (decimal): -1755731 or 11351525. OLE color: 11351525.
HSL color Cylindrical-coordinate representation of color #E535AD: hue angle of 319.09º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E535AD is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 53 | 173 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.10 |
| HSL | 319.09º | 0.77% | 0.55% | - |
| HSV(B) | 319.09º | 0.77% | 0.9% | - |
| XYZ | 41.13 | 22.22 | 41.66 | - |
| YUV | 119.3 | 158.31 | 206.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 53 | 173 | 0 | 0.77 | 0.24 | 0.10 | 319.09 | 0.77 | 0.55 |
| Hex | E5 | 35 | AD | 0 | 4D | 18 | A | 13F | 4D | 37 |
| Octal | 345 | 65 | 255 | 0 | 115 | 30 | 12 | 477 | 115 | 67 |
| Binary | 11100101 | 110101 | 10101101 | 0 | 1001101 | 11000 | 1010 | 100111111 | 1001101 | 110111 |
Color Harmonies of #E535AD
Complementary color
Monochromatic Colors of #E535AD
Black with #E535AD
Text Example
Text Example
White with #E535AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E535AD; }
p { color: rgb(229,53,173); }
H1.HeaderClassName
{
color: #E535AD;
}
.AnyTagClassName
{
color: #E535AD;
}
</style>
background-color css
<style>
a { background-color: #E535AD; }
a { background-color: rgb(229,53,173); }
div.DivClassName
{
background-color: #E535AD;
}
.BgClassName
{
background-color: #E535AD;
}
</style>
border-color css
<style>
span { border-color: #E535AD; }
span { border-color: rgb(229,53,173); }
td.TdClassName
{
border-color: #E535AD;
}
.TagClassName
{
border-color: #E535AD;
}
</style>