Shades of Persian Rose #E033AD
Tints of Persian Rose #E033AD
RGB
CMYK
RGB Variations
Color information
#E033AD (or 0xE033AD) is known color: Persian Rose. HEX triplet: E0, 33 and AD. RGB value is (224,51,173). Sum of RGB (Red+Green+Blue) = 224+51+173=448 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 173 (67.97% from 255 or 38.62% from 448); Max value from RGB is 224 - color contains mainly: red. Hex color #E033AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E033AD is #1FCC52. Grayscale: #747474. Windows color (decimal): -2083923 or 11351008. OLE color: 11351008.
HSL color Cylindrical-coordinate representation of color #E033AD: hue angle of 317.69º 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 #E033AD is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 51 | 173 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.12 |
| HSL | 317.69º | 0.74% | 0.54% | - |
| HSV(B) | 317.69º | 0.77% | 0.88% | - |
| XYZ | 39.47 | 21.23 | 41.55 | - |
| YUV | 116.64 | 159.81 | 204.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 51 | 173 | 0 | 0.77 | 0.23 | 0.12 | 317.69 | 0.74 | 0.54 |
| Hex | E0 | 33 | AD | 0 | 4D | 17 | C | 13E | 4A | 36 |
| Octal | 340 | 63 | 255 | 0 | 115 | 27 | 14 | 476 | 112 | 66 |
| Binary | 11100000 | 110011 | 10101101 | 0 | 1001101 | 10111 | 1100 | 100111110 | 1001010 | 110110 |
Color Harmonies of #E033AD
Complementary color
Monochromatic Colors of #E033AD
Black with #E033AD
Text Example
Text Example
White with #E033AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E033AD; }
p { color: rgb(224,51,173); }
H1.HeaderClassName
{
color: #E033AD;
}
.AnyTagClassName
{
color: #E033AD;
}
</style>
background-color css
<style>
a { background-color: #E033AD; }
a { background-color: rgb(224,51,173); }
div.DivClassName
{
background-color: #E033AD;
}
.BgClassName
{
background-color: #E033AD;
}
</style>
border-color css
<style>
span { border-color: #E033AD; }
span { border-color: rgb(224,51,173); }
td.TdClassName
{
border-color: #E033AD;
}
.TagClassName
{
border-color: #E033AD;
}
</style>