Shades of Persian Rose #E03BAA
Tints of Persian Rose #E03BAA
RGB
CMYK
RGB Variations
Color information
#E03BAA (or 0xE03BAA) is known color: Persian Rose. HEX triplet: E0, 3B and AA. RGB value is (224,59,170). Sum of RGB (Red+Green+Blue) = 224+59+170=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E03BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03BAA is #1FC455. Grayscale: #787878. Windows color (decimal): -2081878 or 11156448. OLE color: 11156448.
HSL color Cylindrical-coordinate representation of color #E03BAA: hue angle of 319.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E03BAA is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 59 | 170 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.12 |
| HSL | 319.64º | 0.73% | 0.55% | - |
| HSV(B) | 319.64º | 0.74% | 0.88% | - |
| XYZ | 39.56 | 21.88 | 40.17 | - |
| YUV | 120.99 | 155.66 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 59 | 170 | 0 | 0.74 | 0.24 | 0.12 | 319.64 | 0.73 | 0.55 |
| Hex | E0 | 3B | AA | 0 | 4A | 18 | C | 140 | 49 | 37 |
| Octal | 340 | 73 | 252 | 0 | 112 | 30 | 14 | 500 | 111 | 67 |
| Binary | 11100000 | 111011 | 10101010 | 0 | 1001010 | 11000 | 1100 | 101000000 | 1001001 | 110111 |
Color Harmonies of #E03BAA
Complementary color
Monochromatic Colors of #E03BAA
Black with #E03BAA
Text Example
Text Example
White with #E03BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03BAA; }
p { color: rgb(224,59,170); }
H1.HeaderClassName
{
color: #E03BAA;
}
.AnyTagClassName
{
color: #E03BAA;
}
</style>
background-color css
<style>
a { background-color: #E03BAA; }
a { background-color: rgb(224,59,170); }
div.DivClassName
{
background-color: #E03BAA;
}
.BgClassName
{
background-color: #E03BAA;
}
</style>
border-color css
<style>
span { border-color: #E03BAA; }
span { border-color: rgb(224,59,170); }
td.TdClassName
{
border-color: #E03BAA;
}
.TagClassName
{
border-color: #E03BAA;
}
</style>