Shades of Persian Rose #E334AA
Tints of Persian Rose #E334AA
RGB
CMYK
RGB Variations
Color information
#E334AA (or 0xE334AA) is known color: Persian Rose. HEX triplet: E3, 34 and AA. RGB value is (227,52,170). Sum of RGB (Red+Green+Blue) = 227+52+170=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E334AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E334AA is #1CCB55. Grayscale: #757575. Windows color (decimal): -1887062 or 11154659. OLE color: 11154659.
HSL color Cylindrical-coordinate representation of color #E334AA: hue angle of 319.54º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E334AA is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 52 | 170 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.11 |
| HSL | 319.54º | 0.76% | 0.55% | - |
| HSV(B) | 319.54º | 0.77% | 0.89% | - |
| XYZ | 40.16 | 21.69 | 40.1 | - |
| YUV | 117.78 | 157.48 | 205.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 52 | 170 | 0 | 0.77 | 0.25 | 0.11 | 319.54 | 0.76 | 0.55 |
| Hex | E3 | 34 | AA | 0 | 4D | 19 | B | 140 | 4C | 37 |
| Octal | 343 | 64 | 252 | 0 | 115 | 31 | 13 | 500 | 114 | 67 |
| Binary | 11100011 | 110100 | 10101010 | 0 | 1001101 | 11001 | 1011 | 101000000 | 1001100 | 110111 |
Color Harmonies of #E334AA
Complementary color
Monochromatic Colors of #E334AA
Black with #E334AA
Text Example
Text Example
White with #E334AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E334AA; }
p { color: rgb(227,52,170); }
H1.HeaderClassName
{
color: #E334AA;
}
.AnyTagClassName
{
color: #E334AA;
}
</style>
background-color css
<style>
a { background-color: #E334AA; }
a { background-color: rgb(227,52,170); }
div.DivClassName
{
background-color: #E334AA;
}
.BgClassName
{
background-color: #E334AA;
}
</style>
border-color css
<style>
span { border-color: #E334AA; }
span { border-color: rgb(227,52,170); }
td.TdClassName
{
border-color: #E334AA;
}
.TagClassName
{
border-color: #E334AA;
}
</style>