Shades of Persian Rose #E328AA
Tints of Persian Rose #E328AA
RGB
CMYK
RGB Variations
Color information
#E328AA (or 0xE328AA) is known color: Persian Rose. HEX triplet: E3, 28 and AA. RGB value is (227,40,170). Sum of RGB (Red+Green+Blue) = 227+40+170=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 40 (16.02% from 255 or 9.15% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E328AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E328AA is #1CD755. Grayscale: #6E6E6E. Windows color (decimal): -1890134 or 11151587. OLE color: 11151587.
HSL color Cylindrical-coordinate representation of color #E328AA: hue angle of 318.29º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E328AA is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 170 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.11 |
| HSL | 318.29º | 0.77% | 0.52% | - |
| HSV(B) | 318.29º | 0.82% | 0.89% | - |
| XYZ | 39.69 | 20.75 | 39.94 | - |
| YUV | 110.73 | 161.45 | 210.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 170 | 0 | 0.82 | 0.25 | 0.11 | 318.29 | 0.77 | 0.52 |
| Hex | E3 | 28 | AA | 0 | 52 | 19 | B | 13E | 4D | 34 |
| Octal | 343 | 50 | 252 | 0 | 122 | 31 | 13 | 476 | 115 | 64 |
| Binary | 11100011 | 101000 | 10101010 | 0 | 1010010 | 11001 | 1011 | 100111110 | 1001101 | 110100 |
Color Harmonies of #E328AA
Complementary color
Monochromatic Colors of #E328AA
Black with #E328AA
Text Example
Text Example
White with #E328AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E328AA; }
p { color: rgb(227,40,170); }
H1.HeaderClassName
{
color: #E328AA;
}
.AnyTagClassName
{
color: #E328AA;
}
</style>
background-color css
<style>
a { background-color: #E328AA; }
a { background-color: rgb(227,40,170); }
div.DivClassName
{
background-color: #E328AA;
}
.BgClassName
{
background-color: #E328AA;
}
</style>
border-color css
<style>
span { border-color: #E328AA; }
span { border-color: rgb(227,40,170); }
td.TdClassName
{
border-color: #E328AA;
}
.TagClassName
{
border-color: #E328AA;
}
</style>