Shades of Persian Rose #E341AE
Tints of Persian Rose #E341AE
RGB
CMYK
RGB Variations
Color information
#E341AE (or 0xE341AE) is known color: Persian Rose. HEX triplet: E3, 41 and AE. RGB value is (227,65,174). Sum of RGB (Red+Green+Blue) = 227+65+174=466 (61% of max value = 765). Red value is 227 (89.06% from 255 or 48.71% from 466); Green value is 65 (25.78% from 255 or 13.95% from 466); Blue value is 174 (68.36% from 255 or 37.34% from 466); Max value from RGB is 227 - color contains mainly: red. Hex color #E341AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E341AE is #1CBE51. Grayscale: #7D7D7D. Windows color (decimal): -1883730 or 11420131. OLE color: 11420131.
HSL color Cylindrical-coordinate representation of color #E341AE: hue angle of 319.63º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E341AE is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 65 | 174 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.11 |
| HSL | 319.63º | 0.74% | 0.57% | - |
| HSV(B) | 319.63º | 0.71% | 0.89% | - |
| XYZ | 41.21 | 23.17 | 42.34 | - |
| YUV | 125.86 | 155.17 | 200.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 65 | 174 | 0 | 0.71 | 0.23 | 0.11 | 319.63 | 0.74 | 0.57 |
| Hex | E3 | 41 | AE | 0 | 47 | 17 | B | 140 | 4A | 39 |
| Octal | 343 | 101 | 256 | 0 | 107 | 27 | 13 | 500 | 112 | 71 |
| Binary | 11100011 | 1000001 | 10101110 | 0 | 1000111 | 10111 | 1011 | 101000000 | 1001010 | 111001 |
Color Harmonies of #E341AE
Complementary color
Monochromatic Colors of #E341AE
Black with #E341AE
Text Example
Text Example
White with #E341AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E341AE; }
p { color: rgb(227,65,174); }
H1.HeaderClassName
{
color: #E341AE;
}
.AnyTagClassName
{
color: #E341AE;
}
</style>
background-color css
<style>
a { background-color: #E341AE; }
a { background-color: rgb(227,65,174); }
div.DivClassName
{
background-color: #E341AE;
}
.BgClassName
{
background-color: #E341AE;
}
</style>
border-color css
<style>
span { border-color: #E341AE; }
span { border-color: rgb(227,65,174); }
td.TdClassName
{
border-color: #E341AE;
}
.TagClassName
{
border-color: #E341AE;
}
</style>