Shades of Persian Rose #E332A6
Tints of Persian Rose #E332A6
RGB
CMYK
RGB Variations
Color information
#E332A6 (or 0xE332A6) is known color: Persian Rose. HEX triplet: E3, 32 and A6. RGB value is (227,50,166). Sum of RGB (Red+Green+Blue) = 227+50+166=443 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.24% from 443); Green value is 50 (19.92% from 255 or 11.29% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 227 - color contains mainly: red. Hex color #E332A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E332A6 is #1CCD59. Grayscale: #737373. Windows color (decimal): -1887578 or 10892003. OLE color: 10892003.
HSL color Cylindrical-coordinate representation of color #E332A6: hue angle of 320.68º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E332A6 is Cyan = 0, Magento = 0.78, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 50 | 166 | - |
| CMYK | 0 | 0.78 | 0.27 | 0.11 |
| HSL | 320.68º | 0.76% | 0.54% | - |
| HSV(B) | 320.68º | 0.78% | 0.89% | - |
| XYZ | 39.7 | 21.37 | 38.11 | - |
| YUV | 116.15 | 156.14 | 207.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 50 | 166 | 0 | 0.78 | 0.27 | 0.11 | 320.68 | 0.76 | 0.54 |
| Hex | E3 | 32 | A6 | 0 | 4E | 1B | B | 141 | 4C | 36 |
| Octal | 343 | 62 | 246 | 0 | 116 | 33 | 13 | 501 | 114 | 66 |
| Binary | 11100011 | 110010 | 10100110 | 0 | 1001110 | 11011 | 1011 | 101000001 | 1001100 | 110110 |
Color Harmonies of #E332A6
Complementary color
Monochromatic Colors of #E332A6
Black with #E332A6
Text Example
Text Example
White with #E332A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E332A6; }
p { color: rgb(227,50,166); }
H1.HeaderClassName
{
color: #E332A6;
}
.AnyTagClassName
{
color: #E332A6;
}
</style>
background-color css
<style>
a { background-color: #E332A6; }
a { background-color: rgb(227,50,166); }
div.DivClassName
{
background-color: #E332A6;
}
.BgClassName
{
background-color: #E332A6;
}
</style>
border-color css
<style>
span { border-color: #E332A6; }
span { border-color: rgb(227,50,166); }
td.TdClassName
{
border-color: #E332A6;
}
.TagClassName
{
border-color: #E332A6;
}
</style>