Shades of Persian Rose #E5329F
Tints of Persian Rose #E5329F
RGB
CMYK
RGB Variations
Color information
#E5329F (or 0xE5329F) is known color: Persian Rose. HEX triplet: E5, 32 and 9F. RGB value is (229,50,159). Sum of RGB (Red+Green+Blue) = 229+50+159=438 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.28% from 438); Green value is 50 (19.92% from 255 or 11.42% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 229 - color contains mainly: red. Hex color #E5329F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5329F is #1ACD60. Grayscale: #737373. Windows color (decimal): -1756513 or 10433253. OLE color: 10433253.
HSL color Cylindrical-coordinate representation of color #E5329F: hue angle of 323.46º 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 #E5329F is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 159 | - |
| CMYK | 0 | 0.78 | 0.31 | 0.10 |
| HSL | 323.46º | 0.77% | 0.55% | - |
| HSV(B) | 323.46º | 0.78% | 0.9% | - |
| XYZ | 39.71 | 21.44 | 34.85 | - |
| YUV | 115.95 | 152.3 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 159 | 0 | 0.78 | 0.31 | 0.10 | 323.46 | 0.77 | 0.55 |
| Hex | E5 | 32 | 9F | 0 | 4E | 1F | A | 143 | 4D | 37 |
| Octal | 345 | 62 | 237 | 0 | 116 | 37 | 12 | 503 | 115 | 67 |
| Binary | 11100101 | 110010 | 10011111 | 0 | 1001110 | 11111 | 1010 | 101000011 | 1001101 | 110111 |
Color Harmonies of #E5329F
Complementary color
Monochromatic Colors of #E5329F
Black with #E5329F
Text Example
Text Example
White with #E5329F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5329F; }
p { color: rgb(229,50,159); }
H1.HeaderClassName
{
color: #E5329F;
}
.AnyTagClassName
{
color: #E5329F;
}
</style>
background-color css
<style>
a { background-color: #E5329F; }
a { background-color: rgb(229,50,159); }
div.DivClassName
{
background-color: #E5329F;
}
.BgClassName
{
background-color: #E5329F;
}
</style>
border-color css
<style>
span { border-color: #E5329F; }
span { border-color: rgb(229,50,159); }
td.TdClassName
{
border-color: #E5329F;
}
.TagClassName
{
border-color: #E5329F;
}
</style>