Shades of Persian Rose #E038A9
Tints of Persian Rose #E038A9
RGB
CMYK
RGB Variations
Color information
#E038A9 (or 0xE038A9) is known color: Persian Rose. HEX triplet: E0, 38 and A9. RGB value is (224,56,169). Sum of RGB (Red+Green+Blue) = 224+56+169=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 169 (66.41% from 255 or 37.64% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E038A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E038A9 is #1FC756. Grayscale: #767676. Windows color (decimal): -2082647 or 11090144. OLE color: 11090144.
HSL color Cylindrical-coordinate representation of color #E038A9: hue angle of 319.64º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E038A9 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 56 | 169 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.12 |
| HSL | 319.64º | 0.73% | 0.55% | - |
| HSV(B) | 319.64º | 0.75% | 0.88% | - |
| XYZ | 39.32 | 21.54 | 39.62 | - |
| YUV | 119.11 | 156.16 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 56 | 169 | 0 | 0.75 | 0.25 | 0.12 | 319.64 | 0.73 | 0.55 |
| Hex | E0 | 38 | A9 | 0 | 4B | 19 | C | 140 | 49 | 37 |
| Octal | 340 | 70 | 251 | 0 | 113 | 31 | 14 | 500 | 111 | 67 |
| Binary | 11100000 | 111000 | 10101001 | 0 | 1001011 | 11001 | 1100 | 101000000 | 1001001 | 110111 |
Color Harmonies of #E038A9
Complementary color
Monochromatic Colors of #E038A9
Black with #E038A9
Text Example
Text Example
White with #E038A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E038A9; }
p { color: rgb(224,56,169); }
H1.HeaderClassName
{
color: #E038A9;
}
.AnyTagClassName
{
color: #E038A9;
}
</style>
background-color css
<style>
a { background-color: #E038A9; }
a { background-color: rgb(224,56,169); }
div.DivClassName
{
background-color: #E038A9;
}
.BgClassName
{
background-color: #E038A9;
}
</style>
border-color css
<style>
span { border-color: #E038A9; }
span { border-color: rgb(224,56,169); }
td.TdClassName
{
border-color: #E038A9;
}
.TagClassName
{
border-color: #E038A9;
}
</style>