Shades of Persian Rose #E5219C
Tints of Persian Rose #E5219C
RGB
CMYK
RGB Variations
Color information
#E5219C (or 0xE5219C) is known color: Persian Rose. HEX triplet: E5, 21 and 9C. RGB value is (229,33,156). Sum of RGB (Red+Green+Blue) = 229+33+156=418 (55% of max value = 765). Red value is 229 (89.84% from 255 or 54.78% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 229 - color contains mainly: red. Hex color #E5219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E5219C is #1ADE63. Grayscale: #696969. Windows color (decimal): -1760868 or 10232293. OLE color: 10232293.
HSL color Cylindrical-coordinate representation of color #E5219C: hue angle of 322.35º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5219C is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 33 | 156 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.10 |
| HSL | 322.35º | 0.79% | 0.51% | - |
| HSV(B) | 322.35º | 0.86% | 0.9% | - |
| XYZ | 38.86 | 20.15 | 33.29 | - |
| YUV | 105.63 | 156.43 | 216 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 33 | 156 | 0 | 0.86 | 0.32 | 0.10 | 322.35 | 0.79 | 0.51 |
| Hex | E5 | 21 | 9C | 0 | 56 | 20 | A | 142 | 4F | 33 |
| Octal | 345 | 41 | 234 | 0 | 126 | 40 | 12 | 502 | 117 | 63 |
| Binary | 11100101 | 100001 | 10011100 | 0 | 1010110 | 100000 | 1010 | 101000010 | 1001111 | 110011 |
Color Harmonies of #E5219C
Complementary color
Monochromatic Colors of #E5219C
Black with #E5219C
Text Example
Text Example
White with #E5219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5219C; }
p { color: rgb(229,33,156); }
H1.HeaderClassName
{
color: #E5219C;
}
.AnyTagClassName
{
color: #E5219C;
}
</style>
background-color css
<style>
a { background-color: #E5219C; }
a { background-color: rgb(229,33,156); }
div.DivClassName
{
background-color: #E5219C;
}
.BgClassName
{
background-color: #E5219C;
}
</style>
border-color css
<style>
span { border-color: #E5219C; }
span { border-color: rgb(229,33,156); }
td.TdClassName
{
border-color: #E5219C;
}
.TagClassName
{
border-color: #E5219C;
}
</style>