Shades of Persian Rose #E328AB
Tints of Persian Rose #E328AB
RGB
CMYK
RGB Variations
Color information
#E328AB (or 0xE328AB) is known color: Persian Rose. HEX triplet: E3, 28 and AB. RGB value is (227,40,171). Sum of RGB (Red+Green+Blue) = 227+40+171=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 40 (16.02% from 255 or 9.13% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E328AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E328AB is #1CD754. Grayscale: #6E6E6E. Windows color (decimal): -1890133 or 11217123. OLE color: 11217123.
HSL color Cylindrical-coordinate representation of color #E328AB: hue angle of 317.97º 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 #E328AB is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 171 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.11 |
| HSL | 317.97º | 0.77% | 0.52% | - |
| HSV(B) | 317.97º | 0.82% | 0.89% | - |
| XYZ | 39.79 | 20.79 | 40.44 | - |
| YUV | 110.85 | 161.95 | 210.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 171 | 0 | 0.82 | 0.25 | 0.11 | 317.97 | 0.77 | 0.52 |
| Hex | E3 | 28 | AB | 0 | 52 | 19 | B | 13E | 4D | 34 |
| Octal | 343 | 50 | 253 | 0 | 122 | 31 | 13 | 476 | 115 | 64 |
| Binary | 11100011 | 101000 | 10101011 | 0 | 1010010 | 11001 | 1011 | 100111110 | 1001101 | 110100 |
Color Harmonies of #E328AB
Complementary color
Monochromatic Colors of #E328AB
Black with #E328AB
Text Example
Text Example
White with #E328AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E328AB; }
p { color: rgb(227,40,171); }
H1.HeaderClassName
{
color: #E328AB;
}
.AnyTagClassName
{
color: #E328AB;
}
</style>
background-color css
<style>
a { background-color: #E328AB; }
a { background-color: rgb(227,40,171); }
div.DivClassName
{
background-color: #E328AB;
}
.BgClassName
{
background-color: #E328AB;
}
</style>
border-color css
<style>
span { border-color: #E328AB; }
span { border-color: rgb(227,40,171); }
td.TdClassName
{
border-color: #E328AB;
}
.TagClassName
{
border-color: #E328AB;
}
</style>