Shades of Persian Rose #E533AD
Tints of Persian Rose #E533AD
RGB
CMYK
RGB Variations
Color information
#E533AD (or 0xE533AD) is known color: Persian Rose. HEX triplet: E5, 33 and AD. RGB value is (229,51,173). Sum of RGB (Red+Green+Blue) = 229+51+173=453 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.55% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 229 - color contains mainly: red. Hex color #E533AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E533AD is #1ACC52. Grayscale: #757575. Windows color (decimal): -1756243 or 11351013. OLE color: 11351013.
HSL color Cylindrical-coordinate representation of color #E533AD: hue angle of 318.88º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E533AD is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 173 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.10 |
| HSL | 318.88º | 0.77% | 0.55% | - |
| HSV(B) | 318.88º | 0.78% | 0.9% | - |
| XYZ | 41.04 | 22.04 | 41.63 | - |
| YUV | 118.13 | 158.97 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 173 | 0 | 0.78 | 0.24 | 0.10 | 318.88 | 0.77 | 0.55 |
| Hex | E5 | 33 | AD | 0 | 4E | 18 | A | 13F | 4D | 37 |
| Octal | 345 | 63 | 255 | 0 | 116 | 30 | 12 | 477 | 115 | 67 |
| Binary | 11100101 | 110011 | 10101101 | 0 | 1001110 | 11000 | 1010 | 100111111 | 1001101 | 110111 |
Color Harmonies of #E533AD
Complementary color
Monochromatic Colors of #E533AD
Black with #E533AD
Text Example
Text Example
White with #E533AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E533AD; }
p { color: rgb(229,51,173); }
H1.HeaderClassName
{
color: #E533AD;
}
.AnyTagClassName
{
color: #E533AD;
}
</style>
background-color css
<style>
a { background-color: #E533AD; }
a { background-color: rgb(229,51,173); }
div.DivClassName
{
background-color: #E533AD;
}
.BgClassName
{
background-color: #E533AD;
}
</style>
border-color css
<style>
span { border-color: #E533AD; }
span { border-color: rgb(229,51,173); }
td.TdClassName
{
border-color: #E533AD;
}
.TagClassName
{
border-color: #E533AD;
}
</style>