Shades of Persian Rose #E327A9
Tints of Persian Rose #E327A9
RGB
CMYK
RGB Variations
Color information
#E327A9 (or 0xE327A9) is known color: Persian Rose. HEX triplet: E3, 27 and A9. RGB value is (227,39,169). Sum of RGB (Red+Green+Blue) = 227+39+169=435 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.18% from 435); Green value is 39 (15.62% from 255 or 8.97% from 435); Blue value is 169 (66.41% from 255 or 38.85% from 435); Max value from RGB is 227 - color contains mainly: red. Hex color #E327A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E327A9 is #1CD856. Grayscale: #6D6D6D. Windows color (decimal): -1890391 or 11085795. OLE color: 11085795.
HSL color Cylindrical-coordinate representation of color #E327A9: hue angle of 318.51º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E327A9 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 39 | 169 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.11 |
| HSL | 318.51º | 0.77% | 0.52% | - |
| HSV(B) | 318.51º | 0.83% | 0.89% | - |
| XYZ | 39.57 | 20.65 | 39.44 | - |
| YUV | 110.03 | 161.28 | 211.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 39 | 169 | 0 | 0.83 | 0.26 | 0.11 | 318.51 | 0.77 | 0.52 |
| Hex | E3 | 27 | A9 | 0 | 53 | 1A | B | 13F | 4D | 34 |
| Octal | 343 | 47 | 251 | 0 | 123 | 32 | 13 | 477 | 115 | 64 |
| Binary | 11100011 | 100111 | 10101001 | 0 | 1010011 | 11010 | 1011 | 100111111 | 1001101 | 110100 |
Color Harmonies of #E327A9
Complementary color
Monochromatic Colors of #E327A9
Black with #E327A9
Text Example
Text Example
White with #E327A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E327A9; }
p { color: rgb(227,39,169); }
H1.HeaderClassName
{
color: #E327A9;
}
.AnyTagClassName
{
color: #E327A9;
}
</style>
background-color css
<style>
a { background-color: #E327A9; }
a { background-color: rgb(227,39,169); }
div.DivClassName
{
background-color: #E327A9;
}
.BgClassName
{
background-color: #E327A9;
}
</style>
border-color css
<style>
span { border-color: #E327A9; }
span { border-color: rgb(227,39,169); }
td.TdClassName
{
border-color: #E327A9;
}
.TagClassName
{
border-color: #E327A9;
}
</style>