Shades of Persian Rose #E326A6
Tints of Persian Rose #E326A6
RGB
CMYK
RGB Variations
Color information
#E326A6 (or 0xE326A6) is known color: Persian Rose. HEX triplet: E3, 26 and A6. RGB value is (227,38,166). Sum of RGB (Red+Green+Blue) = 227+38+166=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E326A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E326A6 is #1CD959. Grayscale: #6C6C6C. Windows color (decimal): -1890650 or 10888931. OLE color: 10888931.
HSL color Cylindrical-coordinate representation of color #E326A6: hue angle of 319.37º 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 #E326A6 is Cyan = 0, Magento = 0.83, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 166 | - |
| CMYK | 0 | 0.83 | 0.27 | 0.11 |
| HSL | 319.37º | 0.77% | 0.52% | - |
| HSV(B) | 319.37º | 0.83% | 0.89% | - |
| XYZ | 39.25 | 20.47 | 37.96 | - |
| YUV | 109.1 | 160.12 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 166 | 0 | 0.83 | 0.27 | 0.11 | 319.37 | 0.77 | 0.52 |
| Hex | E3 | 26 | A6 | 0 | 53 | 1B | B | 13F | 4D | 34 |
| Octal | 343 | 46 | 246 | 0 | 123 | 33 | 13 | 477 | 115 | 64 |
| Binary | 11100011 | 100110 | 10100110 | 0 | 1010011 | 11011 | 1011 | 100111111 | 1001101 | 110100 |
Color Harmonies of #E326A6
Complementary color
Monochromatic Colors of #E326A6
Black with #E326A6
Text Example
Text Example
White with #E326A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E326A6; }
p { color: rgb(227,38,166); }
H1.HeaderClassName
{
color: #E326A6;
}
.AnyTagClassName
{
color: #E326A6;
}
</style>
background-color css
<style>
a { background-color: #E326A6; }
a { background-color: rgb(227,38,166); }
div.DivClassName
{
background-color: #E326A6;
}
.BgClassName
{
background-color: #E326A6;
}
</style>
border-color css
<style>
span { border-color: #E326A6; }
span { border-color: rgb(227,38,166); }
td.TdClassName
{
border-color: #E326A6;
}
.TagClassName
{
border-color: #E326A6;
}
</style>