Shades of Persian Rose #E331AC
Tints of Persian Rose #E331AC
RGB
CMYK
RGB Variations
Color information
#E331AC (or 0xE331AC) is known color: Persian Rose. HEX triplet: E3, 31 and AC. RGB value is (227,49,172). Sum of RGB (Red+Green+Blue) = 227+49+172=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 49 (19.53% from 255 or 10.94% from 448); Blue value is 172 (67.58% from 255 or 38.39% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E331AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E331AC is #1CCE53. Grayscale: #737373. Windows color (decimal): -1887828 or 11284963. OLE color: 11284963.
HSL color Cylindrical-coordinate representation of color #E331AC: hue angle of 318.54º 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 #E331AC is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 49 | 172 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.11 |
| HSL | 318.54º | 0.76% | 0.54% | - |
| HSV(B) | 318.54º | 0.78% | 0.89% | - |
| XYZ | 40.22 | 21.51 | 41.06 | - |
| YUV | 116.24 | 159.47 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 49 | 172 | 0 | 0.78 | 0.24 | 0.11 | 318.54 | 0.76 | 0.54 |
| Hex | E3 | 31 | AC | 0 | 4E | 18 | B | 13F | 4C | 36 |
| Octal | 343 | 61 | 254 | 0 | 116 | 30 | 13 | 477 | 114 | 66 |
| Binary | 11100011 | 110001 | 10101100 | 0 | 1001110 | 11000 | 1011 | 100111111 | 1001100 | 110110 |
Color Harmonies of #E331AC
Complementary color
Monochromatic Colors of #E331AC
Black with #E331AC
Text Example
Text Example
White with #E331AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E331AC; }
p { color: rgb(227,49,172); }
H1.HeaderClassName
{
color: #E331AC;
}
.AnyTagClassName
{
color: #E331AC;
}
</style>
background-color css
<style>
a { background-color: #E331AC; }
a { background-color: rgb(227,49,172); }
div.DivClassName
{
background-color: #E331AC;
}
.BgClassName
{
background-color: #E331AC;
}
</style>
border-color css
<style>
span { border-color: #E331AC; }
span { border-color: rgb(227,49,172); }
td.TdClassName
{
border-color: #E331AC;
}
.TagClassName
{
border-color: #E331AC;
}
</style>