Shades of Persian Rose #E030AB
Tints of Persian Rose #E030AB
RGB
CMYK
RGB Variations
Color information
#E030AB (or 0xE030AB) is known color: Persian Rose. HEX triplet: E0, 30 and AB. RGB value is (224,48,171). Sum of RGB (Red+Green+Blue) = 224+48+171=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 48 (19.14% from 255 or 10.84% from 443); Blue value is 171 (67.19% from 255 or 38.60% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E030AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E030AB is #1FCF54. Grayscale: #727272. Windows color (decimal): -2084693 or 11219168. OLE color: 11219168.
HSL color Cylindrical-coordinate representation of color #E030AB: hue angle of 318.07º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E030AB is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 171 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.12 |
| HSL | 318.07º | 0.74% | 0.53% | - |
| HSV(B) | 318.07º | 0.79% | 0.88% | - |
| XYZ | 39.15 | 20.9 | 40.5 | - |
| YUV | 114.65 | 159.81 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 171 | 0 | 0.79 | 0.24 | 0.12 | 318.07 | 0.74 | 0.53 |
| Hex | E0 | 30 | AB | 0 | 4F | 18 | C | 13E | 4A | 35 |
| Octal | 340 | 60 | 253 | 0 | 117 | 30 | 14 | 476 | 112 | 65 |
| Binary | 11100000 | 110000 | 10101011 | 0 | 1001111 | 11000 | 1100 | 100111110 | 1001010 | 110101 |
Color Harmonies of #E030AB
Complementary color
Monochromatic Colors of #E030AB
Black with #E030AB
Text Example
Text Example
White with #E030AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E030AB; }
p { color: rgb(224,48,171); }
H1.HeaderClassName
{
color: #E030AB;
}
.AnyTagClassName
{
color: #E030AB;
}
</style>
background-color css
<style>
a { background-color: #E030AB; }
a { background-color: rgb(224,48,171); }
div.DivClassName
{
background-color: #E030AB;
}
.BgClassName
{
background-color: #E030AB;
}
</style>
border-color css
<style>
span { border-color: #E030AB; }
span { border-color: rgb(224,48,171); }
td.TdClassName
{
border-color: #E030AB;
}
.TagClassName
{
border-color: #E030AB;
}
</style>