Shades of Persian Rose #E33AAE
Tints of Persian Rose #E33AAE
RGB
CMYK
RGB Variations
Color information
#E33AAE (or 0xE33AAE) is known color: Persian Rose. HEX triplet: E3, 3A and AE. RGB value is (227,58,174). Sum of RGB (Red+Green+Blue) = 227+58+174=459 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.46% from 459); Green value is 58 (23.05% from 255 or 12.64% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 227 - color contains mainly: red. Hex color #E33AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33AAE is #1CC551. Grayscale: #797979. Windows color (decimal): -1885522 or 11418339. OLE color: 11418339.
HSL color Cylindrical-coordinate representation of color #E33AAE: hue angle of 318.82º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E33AAE is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 58 | 174 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.11 |
| HSL | 318.82º | 0.75% | 0.56% | - |
| HSV(B) | 318.82º | 0.74% | 0.89% | - |
| XYZ | 40.83 | 22.41 | 42.22 | - |
| YUV | 121.76 | 157.49 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 58 | 174 | 0 | 0.74 | 0.23 | 0.11 | 318.82 | 0.75 | 0.56 |
| Hex | E3 | 3A | AE | 0 | 4A | 17 | B | 13F | 4B | 38 |
| Octal | 343 | 72 | 256 | 0 | 112 | 27 | 13 | 477 | 113 | 70 |
| Binary | 11100011 | 111010 | 10101110 | 0 | 1001010 | 10111 | 1011 | 100111111 | 1001011 | 111000 |
Color Harmonies of #E33AAE
Complementary color
Monochromatic Colors of #E33AAE
Black with #E33AAE
Text Example
Text Example
White with #E33AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33AAE; }
p { color: rgb(227,58,174); }
H1.HeaderClassName
{
color: #E33AAE;
}
.AnyTagClassName
{
color: #E33AAE;
}
</style>
background-color css
<style>
a { background-color: #E33AAE; }
a { background-color: rgb(227,58,174); }
div.DivClassName
{
background-color: #E33AAE;
}
.BgClassName
{
background-color: #E33AAE;
}
</style>
border-color css
<style>
span { border-color: #E33AAE; }
span { border-color: rgb(227,58,174); }
td.TdClassName
{
border-color: #E33AAE;
}
.TagClassName
{
border-color: #E33AAE;
}
</style>