Shades of Persian Rose #E3219C
Tints of Persian Rose #E3219C
RGB
CMYK
RGB Variations
Color information
#E3219C (or 0xE3219C) is known color: Persian Rose. HEX triplet: E3, 21 and 9C. RGB value is (227,33,156). Sum of RGB (Red+Green+Blue) = 227+33+156=416 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.57% from 416); Green value is 33 (13.28% from 255 or 7.93% from 416); Blue value is 156 (61.33% from 255 or 37.5% from 416); Max value from RGB is 227 - color contains mainly: red. Hex color #E3219C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E3219C is #1CDE63. Grayscale: #686868. Windows color (decimal): -1891940 or 10232291. OLE color: 10232291.
HSL color Cylindrical-coordinate representation of color #E3219C: hue angle of 321.96º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E3219C is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 33 | 156 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.11 |
| HSL | 321.96º | 0.78% | 0.51% | - |
| HSV(B) | 321.96º | 0.85% | 0.89% | - |
| XYZ | 38.22 | 19.82 | 33.26 | - |
| YUV | 105.03 | 156.77 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 33 | 156 | 0 | 0.85 | 0.31 | 0.11 | 321.96 | 0.78 | 0.51 |
| Hex | E3 | 21 | 9C | 0 | 55 | 1F | B | 142 | 4E | 33 |
| Octal | 343 | 41 | 234 | 0 | 125 | 37 | 13 | 502 | 116 | 63 |
| Binary | 11100011 | 100001 | 10011100 | 0 | 1010101 | 11111 | 1011 | 101000010 | 1001110 | 110011 |
Color Harmonies of #E3219C
Complementary color
Monochromatic Colors of #E3219C
Black with #E3219C
Text Example
Text Example
White with #E3219C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3219C; }
p { color: rgb(227,33,156); }
H1.HeaderClassName
{
color: #E3219C;
}
.AnyTagClassName
{
color: #E3219C;
}
</style>
background-color css
<style>
a { background-color: #E3219C; }
a { background-color: rgb(227,33,156); }
div.DivClassName
{
background-color: #E3219C;
}
.BgClassName
{
background-color: #E3219C;
}
</style>
border-color css
<style>
span { border-color: #E3219C; }
span { border-color: rgb(227,33,156); }
td.TdClassName
{
border-color: #E3219C;
}
.TagClassName
{
border-color: #E3219C;
}
</style>