Shades of Persian Rose #E331AB
Tints of Persian Rose #E331AB
RGB
CMYK
RGB Variations
Color information
#E331AB (or 0xE331AB) is known color: Persian Rose. HEX triplet: E3, 31 and AB. RGB value is (227,49,171). Sum of RGB (Red+Green+Blue) = 227+49+171=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 49 (19.53% from 255 or 10.96% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E331AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E331AB is #1CCE54. Grayscale: #737373. Windows color (decimal): -1887829 or 11219427. OLE color: 11219427.
HSL color Cylindrical-coordinate representation of color #E331AB: hue angle of 318.88º 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 #E331AB is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 49 | 171 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.11 |
| HSL | 318.88º | 0.76% | 0.54% | - |
| HSV(B) | 318.88º | 0.78% | 0.89% | - |
| XYZ | 40.13 | 21.47 | 40.56 | - |
| YUV | 116.13 | 158.97 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 49 | 171 | 0 | 0.78 | 0.25 | 0.11 | 318.88 | 0.76 | 0.54 |
| Hex | E3 | 31 | AB | 0 | 4E | 19 | B | 13F | 4C | 36 |
| Octal | 343 | 61 | 253 | 0 | 116 | 31 | 13 | 477 | 114 | 66 |
| Binary | 11100011 | 110001 | 10101011 | 0 | 1001110 | 11001 | 1011 | 100111111 | 1001100 | 110110 |
Color Harmonies of #E331AB
Complementary color
Monochromatic Colors of #E331AB
Black with #E331AB
Text Example
Text Example
White with #E331AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E331AB; }
p { color: rgb(227,49,171); }
H1.HeaderClassName
{
color: #E331AB;
}
.AnyTagClassName
{
color: #E331AB;
}
</style>
background-color css
<style>
a { background-color: #E331AB; }
a { background-color: rgb(227,49,171); }
div.DivClassName
{
background-color: #E331AB;
}
.BgClassName
{
background-color: #E331AB;
}
</style>
border-color css
<style>
span { border-color: #E331AB; }
span { border-color: rgb(227,49,171); }
td.TdClassName
{
border-color: #E331AB;
}
.TagClassName
{
border-color: #E331AB;
}
</style>