Shades of Persian Rose #E034AB
Tints of Persian Rose #E034AB
RGB
CMYK
RGB Variations
Color information
#E034AB (or 0xE034AB) is known color: Persian Rose. HEX triplet: E0, 34 and AB. RGB value is (224,52,171). Sum of RGB (Red+Green+Blue) = 224+52+171=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 52 (20.70% from 255 or 11.63% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E034AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E034AB is #1FCB54. Grayscale: #747474. Windows color (decimal): -2083669 or 11220192. OLE color: 11220192.
HSL color Cylindrical-coordinate representation of color #E034AB: hue angle of 318.49º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E034AB is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 52 | 171 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.12 |
| HSL | 318.49º | 0.74% | 0.54% | - |
| HSV(B) | 318.49º | 0.77% | 0.88% | - |
| XYZ | 39.32 | 21.24 | 40.56 | - |
| YUV | 116.99 | 158.48 | 204.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 52 | 171 | 0 | 0.77 | 0.24 | 0.12 | 318.49 | 0.74 | 0.54 |
| Hex | E0 | 34 | AB | 0 | 4D | 18 | C | 13E | 4A | 36 |
| Octal | 340 | 64 | 253 | 0 | 115 | 30 | 14 | 476 | 112 | 66 |
| Binary | 11100000 | 110100 | 10101011 | 0 | 1001101 | 11000 | 1100 | 100111110 | 1001010 | 110110 |
Color Harmonies of #E034AB
Complementary color
Monochromatic Colors of #E034AB
Black with #E034AB
Text Example
Text Example
White with #E034AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E034AB; }
p { color: rgb(224,52,171); }
H1.HeaderClassName
{
color: #E034AB;
}
.AnyTagClassName
{
color: #E034AB;
}
</style>
background-color css
<style>
a { background-color: #E034AB; }
a { background-color: rgb(224,52,171); }
div.DivClassName
{
background-color: #E034AB;
}
.BgClassName
{
background-color: #E034AB;
}
</style>
border-color css
<style>
span { border-color: #E034AB; }
span { border-color: rgb(224,52,171); }
td.TdClassName
{
border-color: #E034AB;
}
.TagClassName
{
border-color: #E034AB;
}
</style>