Shades of Persian Rose #E33FAA
Tints of Persian Rose #E33FAA
RGB
CMYK
RGB Variations
Color information
#E33FAA (or 0xE33FAA) is known color: Persian Rose. HEX triplet: E3, 3F and AA. RGB value is (227,63,170). Sum of RGB (Red+Green+Blue) = 227+63+170=460 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.35% from 460); Green value is 63 (25% from 255 or 13.70% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 227 - color contains mainly: red. Hex color #E33FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33FAA is #1CC055. Grayscale: #7B7B7B. Windows color (decimal): -1884246 or 11157475. OLE color: 11157475.
HSL color Cylindrical-coordinate representation of color #E33FAA: hue angle of 320.85º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E33FAA is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 63 | 170 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.11 |
| HSL | 320.85º | 0.75% | 0.57% | - |
| HSV(B) | 320.85º | 0.72% | 0.89% | - |
| XYZ | 40.71 | 22.79 | 40.28 | - |
| YUV | 124.23 | 153.83 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 63 | 170 | 0 | 0.72 | 0.25 | 0.11 | 320.85 | 0.75 | 0.57 |
| Hex | E3 | 3F | AA | 0 | 48 | 19 | B | 141 | 4B | 39 |
| Octal | 343 | 77 | 252 | 0 | 110 | 31 | 13 | 501 | 113 | 71 |
| Binary | 11100011 | 111111 | 10101010 | 0 | 1001000 | 11001 | 1011 | 101000001 | 1001011 | 111001 |
Color Harmonies of #E33FAA
Complementary color
Monochromatic Colors of #E33FAA
Black with #E33FAA
Text Example
Text Example
White with #E33FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33FAA; }
p { color: rgb(227,63,170); }
H1.HeaderClassName
{
color: #E33FAA;
}
.AnyTagClassName
{
color: #E33FAA;
}
</style>
background-color css
<style>
a { background-color: #E33FAA; }
a { background-color: rgb(227,63,170); }
div.DivClassName
{
background-color: #E33FAA;
}
.BgClassName
{
background-color: #E33FAA;
}
</style>
border-color css
<style>
span { border-color: #E33FAA; }
span { border-color: rgb(227,63,170); }
td.TdClassName
{
border-color: #E33FAA;
}
.TagClassName
{
border-color: #E33FAA;
}
</style>