Shades of Persian Rose #E530AE
Tints of Persian Rose #E530AE
RGB
CMYK
RGB Variations
Color information
#E530AE (or 0xE530AE) is known color: Persian Rose. HEX triplet: E5, 30 and AE. RGB value is (229,48,174). Sum of RGB (Red+Green+Blue) = 229+48+174=451 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.78% from 451); Green value is 48 (19.14% from 255 or 10.64% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 229 - color contains mainly: red. Hex color #E530AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E530AE is #1ACF51. Grayscale: #747474. Windows color (decimal): -1757010 or 11415781. OLE color: 11415781.
HSL color Cylindrical-coordinate representation of color #E530AE: hue angle of 318.23º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E530AE is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 48 | 174 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.10 |
| HSL | 318.23º | 0.78% | 0.54% | - |
| HSV(B) | 318.23º | 0.79% | 0.9% | - |
| XYZ | 41.01 | 21.83 | 42.1 | - |
| YUV | 116.48 | 160.47 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 48 | 174 | 0 | 0.79 | 0.24 | 0.10 | 318.23 | 0.78 | 0.54 |
| Hex | E5 | 30 | AE | 0 | 4F | 18 | A | 13E | 4E | 36 |
| Octal | 345 | 60 | 256 | 0 | 117 | 30 | 12 | 476 | 116 | 66 |
| Binary | 11100101 | 110000 | 10101110 | 0 | 1001111 | 11000 | 1010 | 100111110 | 1001110 | 110110 |
Color Harmonies of #E530AE
Complementary color
Monochromatic Colors of #E530AE
Black with #E530AE
Text Example
Text Example
White with #E530AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E530AE; }
p { color: rgb(229,48,174); }
H1.HeaderClassName
{
color: #E530AE;
}
.AnyTagClassName
{
color: #E530AE;
}
</style>
background-color css
<style>
a { background-color: #E530AE; }
a { background-color: rgb(229,48,174); }
div.DivClassName
{
background-color: #E530AE;
}
.BgClassName
{
background-color: #E530AE;
}
</style>
border-color css
<style>
span { border-color: #E530AE; }
span { border-color: rgb(229,48,174); }
td.TdClassName
{
border-color: #E530AE;
}
.TagClassName
{
border-color: #E530AE;
}
</style>