Shades of Persian Rose #E331A4
Tints of Persian Rose #E331A4
RGB
CMYK
RGB Variations
Color information
#E331A4 (or 0xE331A4) is known color: Persian Rose. HEX triplet: E3, 31 and A4. RGB value is (227,49,164). Sum of RGB (Red+Green+Blue) = 227+49+164=440 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.59% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 227 - color contains mainly: red. Hex color #E331A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E331A4 is #1CCE5B. Grayscale: #737373. Windows color (decimal): -1887836 or 10760675. OLE color: 10760675.
HSL color Cylindrical-coordinate representation of color #E331A4: hue angle of 321.24º 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 #E331A4 is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 49 | 164 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.11 |
| HSL | 321.24º | 0.76% | 0.54% | - |
| HSV(B) | 321.24º | 0.78% | 0.89% | - |
| XYZ | 39.48 | 21.21 | 37.13 | - |
| YUV | 115.33 | 155.47 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 49 | 164 | 0 | 0.78 | 0.28 | 0.11 | 321.24 | 0.76 | 0.54 |
| Hex | E3 | 31 | A4 | 0 | 4E | 1C | B | 141 | 4C | 36 |
| Octal | 343 | 61 | 244 | 0 | 116 | 34 | 13 | 501 | 114 | 66 |
| Binary | 11100011 | 110001 | 10100100 | 0 | 1001110 | 11100 | 1011 | 101000001 | 1001100 | 110110 |
Color Harmonies of #E331A4
Complementary color
Monochromatic Colors of #E331A4
Black with #E331A4
Text Example
Text Example
White with #E331A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E331A4; }
p { color: rgb(227,49,164); }
H1.HeaderClassName
{
color: #E331A4;
}
.AnyTagClassName
{
color: #E331A4;
}
</style>
background-color css
<style>
a { background-color: #E331A4; }
a { background-color: rgb(227,49,164); }
div.DivClassName
{
background-color: #E331A4;
}
.BgClassName
{
background-color: #E331A4;
}
</style>
border-color css
<style>
span { border-color: #E331A4; }
span { border-color: rgb(227,49,164); }
td.TdClassName
{
border-color: #E331A4;
}
.TagClassName
{
border-color: #E331A4;
}
</style>