Shades of Persian Rose #E332A8
Tints of Persian Rose #E332A8
RGB
CMYK
RGB Variations
Color information
#E332A8 (or 0xE332A8) is known color: Persian Rose. HEX triplet: E3, 32 and A8. RGB value is (227,50,168). Sum of RGB (Red+Green+Blue) = 227+50+168=445 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.01% from 445); Green value is 50 (19.92% from 255 or 11.24% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 227 - color contains mainly: red. Hex color #E332A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E332A8 is #1CCD57. Grayscale: #747474. Windows color (decimal): -1887576 or 11023075. OLE color: 11023075.
HSL color Cylindrical-coordinate representation of color #E332A8: hue angle of 320º 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 #E332A8 is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 50 | 168 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.11 |
| HSL | 320º | 0.76% | 0.54% | - |
| HSV(B) | 320º | 0.78% | 0.89% | - |
| XYZ | 39.89 | 21.44 | 39.08 | - |
| YUV | 116.38 | 157.14 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 50 | 168 | 0 | 0.78 | 0.26 | 0.11 | 320 | 0.76 | 0.54 |
| Hex | E3 | 32 | A8 | 0 | 4E | 1A | B | 140 | 4C | 36 |
| Octal | 343 | 62 | 250 | 0 | 116 | 32 | 13 | 500 | 114 | 66 |
| Binary | 11100011 | 110010 | 10101000 | 0 | 1001110 | 11010 | 1011 | 101000000 | 1001100 | 110110 |
Color Harmonies of #E332A8
Complementary color
Monochromatic Colors of #E332A8
Black with #E332A8
Text Example
Text Example
White with #E332A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E332A8; }
p { color: rgb(227,50,168); }
H1.HeaderClassName
{
color: #E332A8;
}
.AnyTagClassName
{
color: #E332A8;
}
</style>
background-color css
<style>
a { background-color: #E332A8; }
a { background-color: rgb(227,50,168); }
div.DivClassName
{
background-color: #E332A8;
}
.BgClassName
{
background-color: #E332A8;
}
</style>
border-color css
<style>
span { border-color: #E332A8; }
span { border-color: rgb(227,50,168); }
td.TdClassName
{
border-color: #E332A8;
}
.TagClassName
{
border-color: #E332A8;
}
</style>