Shades of Persian Rose #E326AA
Tints of Persian Rose #E326AA
RGB
CMYK
RGB Variations
Color information
#E326AA (or 0xE326AA) is known color: Persian Rose. HEX triplet: E3, 26 and AA. RGB value is (227,38,170). Sum of RGB (Red+Green+Blue) = 227+38+170=435 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.18% from 435); Green value is 38 (15.23% from 255 or 8.74% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 227 - color contains mainly: red. Hex color #E326AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E326AA is #1CD955. Grayscale: #6D6D6D. Windows color (decimal): -1890646 or 11151075. OLE color: 11151075.
HSL color Cylindrical-coordinate representation of color #E326AA: hue angle of 318.1º 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 #E326AA is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 38 | 170 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.11 |
| HSL | 318.1º | 0.77% | 0.52% | - |
| HSV(B) | 318.1º | 0.83% | 0.89% | - |
| XYZ | 39.63 | 20.62 | 39.92 | - |
| YUV | 109.56 | 162.12 | 211.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 38 | 170 | 0 | 0.83 | 0.25 | 0.11 | 318.1 | 0.77 | 0.52 |
| Hex | E3 | 26 | AA | 0 | 53 | 19 | B | 13E | 4D | 34 |
| Octal | 343 | 46 | 252 | 0 | 123 | 31 | 13 | 476 | 115 | 64 |
| Binary | 11100011 | 100110 | 10101010 | 0 | 1010011 | 11001 | 1011 | 100111110 | 1001101 | 110100 |
Color Harmonies of #E326AA
Complementary color
Monochromatic Colors of #E326AA
Black with #E326AA
Text Example
Text Example
White with #E326AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E326AA; }
p { color: rgb(227,38,170); }
H1.HeaderClassName
{
color: #E326AA;
}
.AnyTagClassName
{
color: #E326AA;
}
</style>
background-color css
<style>
a { background-color: #E326AA; }
a { background-color: rgb(227,38,170); }
div.DivClassName
{
background-color: #E326AA;
}
.BgClassName
{
background-color: #E326AA;
}
</style>
border-color css
<style>
span { border-color: #E326AA; }
span { border-color: rgb(227,38,170); }
td.TdClassName
{
border-color: #E326AA;
}
.TagClassName
{
border-color: #E326AA;
}
</style>