Shades of Persian Rose #E03AAB
Tints of Persian Rose #E03AAB
RGB
CMYK
RGB Variations
Color information
#E03AAB (or 0xE03AAB) is known color: Persian Rose. HEX triplet: E0, 3A and AB. RGB value is (224,58,171). Sum of RGB (Red+Green+Blue) = 224+58+171=453 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.45% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 224 - color contains mainly: red. Hex color #E03AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E03AAB is #1FC554. Grayscale: #787878. Windows color (decimal): -2082133 or 11221728. OLE color: 11221728.
HSL color Cylindrical-coordinate representation of color #E03AAB: hue angle of 319.16º 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 #E03AAB is Cyan = 0, Magento = 0.74, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 58 | 171 | - |
| CMYK | 0 | 0.74 | 0.24 | 0.12 |
| HSL | 319.16º | 0.73% | 0.55% | - |
| HSV(B) | 319.16º | 0.74% | 0.88% | - |
| XYZ | 39.6 | 21.81 | 40.65 | - |
| YUV | 120.52 | 156.5 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 58 | 171 | 0 | 0.74 | 0.24 | 0.12 | 319.16 | 0.73 | 0.55 |
| Hex | E0 | 3A | AB | 0 | 4A | 18 | C | 13F | 49 | 37 |
| Octal | 340 | 72 | 253 | 0 | 112 | 30 | 14 | 477 | 111 | 67 |
| Binary | 11100000 | 111010 | 10101011 | 0 | 1001010 | 11000 | 1100 | 100111111 | 1001001 | 110111 |
Color Harmonies of #E03AAB
Complementary color
Monochromatic Colors of #E03AAB
Black with #E03AAB
Text Example
Text Example
White with #E03AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03AAB; }
p { color: rgb(224,58,171); }
H1.HeaderClassName
{
color: #E03AAB;
}
.AnyTagClassName
{
color: #E03AAB;
}
</style>
background-color css
<style>
a { background-color: #E03AAB; }
a { background-color: rgb(224,58,171); }
div.DivClassName
{
background-color: #E03AAB;
}
.BgClassName
{
background-color: #E03AAB;
}
</style>
border-color css
<style>
span { border-color: #E03AAB; }
span { border-color: rgb(224,58,171); }
td.TdClassName
{
border-color: #E03AAB;
}
.TagClassName
{
border-color: #E03AAB;
}
</style>