Shades of Persian Rose #E33AAA
Tints of Persian Rose #E33AAA
RGB
CMYK
RGB Variations
Color information
#E33AAA (or 0xE33AAA) is known color: Persian Rose. HEX triplet: E3, 3A and AA. RGB value is (227,58,170). Sum of RGB (Red+Green+Blue) = 227+58+170=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 58 (23.05% from 255 or 12.75% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E33AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33AAA is #1CC555. Grayscale: #797979. Windows color (decimal): -1885526 or 11156195. OLE color: 11156195.
HSL color Cylindrical-coordinate representation of color #E33AAA: hue angle of 320.24º 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 #E33AAA is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 58 | 170 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.11 |
| HSL | 320.24º | 0.75% | 0.56% | - |
| HSV(B) | 320.24º | 0.74% | 0.89% | - |
| XYZ | 40.45 | 22.26 | 40.19 | - |
| YUV | 121.3 | 155.49 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 58 | 170 | 0 | 0.74 | 0.25 | 0.11 | 320.24 | 0.75 | 0.56 |
| Hex | E3 | 3A | AA | 0 | 4A | 19 | B | 140 | 4B | 38 |
| Octal | 343 | 72 | 252 | 0 | 112 | 31 | 13 | 500 | 113 | 70 |
| Binary | 11100011 | 111010 | 10101010 | 0 | 1001010 | 11001 | 1011 | 101000000 | 1001011 | 111000 |
Color Harmonies of #E33AAA
Complementary color
Monochromatic Colors of #E33AAA
Black with #E33AAA
Text Example
Text Example
White with #E33AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33AAA; }
p { color: rgb(227,58,170); }
H1.HeaderClassName
{
color: #E33AAA;
}
.AnyTagClassName
{
color: #E33AAA;
}
</style>
background-color css
<style>
a { background-color: #E33AAA; }
a { background-color: rgb(227,58,170); }
div.DivClassName
{
background-color: #E33AAA;
}
.BgClassName
{
background-color: #E33AAA;
}
</style>
border-color css
<style>
span { border-color: #E33AAA; }
span { border-color: rgb(227,58,170); }
td.TdClassName
{
border-color: #E33AAA;
}
.TagClassName
{
border-color: #E33AAA;
}
</style>