Shades of Persian Rose #E030AF
Tints of Persian Rose #E030AF
RGB
CMYK
RGB Variations
Color information
#E030AF (or 0xE030AF) is known color: Persian Rose. HEX triplet: E0, 30 and AF. RGB value is (224,48,175). Sum of RGB (Red+Green+Blue) = 224+48+175=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 48 (19.14% from 255 or 10.74% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E030AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E030AF is #1FCF50. Grayscale: #727272. Windows color (decimal): -2084689 or 11481312. OLE color: 11481312.
HSL color Cylindrical-coordinate representation of color #E030AF: hue angle of 316.7º 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 #E030AF is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 48 | 175 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.12 |
| HSL | 316.7º | 0.74% | 0.53% | - |
| HSV(B) | 316.7º | 0.79% | 0.88% | - |
| XYZ | 39.54 | 21.06 | 42.54 | - |
| YUV | 115.1 | 161.81 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 48 | 175 | 0 | 0.79 | 0.22 | 0.12 | 316.7 | 0.74 | 0.53 |
| Hex | E0 | 30 | AF | 0 | 4F | 16 | C | 13D | 4A | 35 |
| Octal | 340 | 60 | 257 | 0 | 117 | 26 | 14 | 475 | 112 | 65 |
| Binary | 11100000 | 110000 | 10101111 | 0 | 1001111 | 10110 | 1100 | 100111101 | 1001010 | 110101 |
Color Harmonies of #E030AF
Complementary color
Monochromatic Colors of #E030AF
Black with #E030AF
Text Example
Text Example
White with #E030AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E030AF; }
p { color: rgb(224,48,175); }
H1.HeaderClassName
{
color: #E030AF;
}
.AnyTagClassName
{
color: #E030AF;
}
</style>
background-color css
<style>
a { background-color: #E030AF; }
a { background-color: rgb(224,48,175); }
div.DivClassName
{
background-color: #E030AF;
}
.BgClassName
{
background-color: #E030AF;
}
</style>
border-color css
<style>
span { border-color: #E030AF; }
span { border-color: rgb(224,48,175); }
td.TdClassName
{
border-color: #E030AF;
}
.TagClassName
{
border-color: #E030AF;
}
</style>