Shades of Persian Rose #E33CAA
Tints of Persian Rose #E33CAA
RGB
CMYK
RGB Variations
Color information
#E33CAA (or 0xE33CAA) is known color: Persian Rose. HEX triplet: E3, 3C and AA. RGB value is (227,60,170). Sum of RGB (Red+Green+Blue) = 227+60+170=457 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.67% from 457); Green value is 60 (23.83% from 255 or 13.13% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 227 - color contains mainly: red. Hex color #E33CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33CAA is #1CC355. Grayscale: #7A7A7A. Windows color (decimal): -1885014 or 11156707. OLE color: 11156707.
HSL color Cylindrical-coordinate representation of color #E33CAA: hue angle of 320.48º 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 #E33CAA is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 60 | 170 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.11 |
| HSL | 320.48º | 0.75% | 0.56% | - |
| HSV(B) | 320.48º | 0.74% | 0.89% | - |
| XYZ | 40.55 | 22.46 | 40.23 | - |
| YUV | 122.47 | 154.83 | 202.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 60 | 170 | 0 | 0.74 | 0.25 | 0.11 | 320.48 | 0.75 | 0.56 |
| Hex | E3 | 3C | AA | 0 | 4A | 19 | B | 140 | 4B | 38 |
| Octal | 343 | 74 | 252 | 0 | 112 | 31 | 13 | 500 | 113 | 70 |
| Binary | 11100011 | 111100 | 10101010 | 0 | 1001010 | 11001 | 1011 | 101000000 | 1001011 | 111000 |
Color Harmonies of #E33CAA
Complementary color
Monochromatic Colors of #E33CAA
Black with #E33CAA
Text Example
Text Example
White with #E33CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33CAA; }
p { color: rgb(227,60,170); }
H1.HeaderClassName
{
color: #E33CAA;
}
.AnyTagClassName
{
color: #E33CAA;
}
</style>
background-color css
<style>
a { background-color: #E33CAA; }
a { background-color: rgb(227,60,170); }
div.DivClassName
{
background-color: #E33CAA;
}
.BgClassName
{
background-color: #E33CAA;
}
</style>
border-color css
<style>
span { border-color: #E33CAA; }
span { border-color: rgb(227,60,170); }
td.TdClassName
{
border-color: #E33CAA;
}
.TagClassName
{
border-color: #E33CAA;
}
</style>