Shades of Persian Rose #E522A5
Tints of Persian Rose #E522A5
RGB
CMYK
RGB Variations
Color information
#E522A5 (or 0xE522A5) is known color: Persian Rose. HEX triplet: E5, 22 and A5. RGB value is (229,34,165). Sum of RGB (Red+Green+Blue) = 229+34+165=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 34 (13.67% from 255 or 7.94% from 428); Blue value is 165 (64.84% from 255 or 38.55% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E522A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E522A5 is #1ADD5A. Grayscale: #6A6A6A. Windows color (decimal): -1760603 or 10822373. OLE color: 10822373.
HSL color Cylindrical-coordinate representation of color #E522A5: hue angle of 319.69º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E522A5 is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 34 | 165 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.10 |
| HSL | 319.69º | 0.79% | 0.52% | - |
| HSV(B) | 319.69º | 0.85% | 0.9% | - |
| XYZ | 39.68 | 20.52 | 37.47 | - |
| YUV | 107.24 | 160.6 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 34 | 165 | 0 | 0.85 | 0.28 | 0.10 | 319.69 | 0.79 | 0.52 |
| Hex | E5 | 22 | A5 | 0 | 55 | 1C | A | 140 | 4F | 34 |
| Octal | 345 | 42 | 245 | 0 | 125 | 34 | 12 | 500 | 117 | 64 |
| Binary | 11100101 | 100010 | 10100101 | 0 | 1010101 | 11100 | 1010 | 101000000 | 1001111 | 110100 |
Color Harmonies of #E522A5
Complementary color
Monochromatic Colors of #E522A5
Black with #E522A5
Text Example
Text Example
White with #E522A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E522A5; }
p { color: rgb(229,34,165); }
H1.HeaderClassName
{
color: #E522A5;
}
.AnyTagClassName
{
color: #E522A5;
}
</style>
background-color css
<style>
a { background-color: #E522A5; }
a { background-color: rgb(229,34,165); }
div.DivClassName
{
background-color: #E522A5;
}
.BgClassName
{
background-color: #E522A5;
}
</style>
border-color css
<style>
span { border-color: #E522A5; }
span { border-color: rgb(229,34,165); }
td.TdClassName
{
border-color: #E522A5;
}
.TagClassName
{
border-color: #E522A5;
}
</style>