Shades of Persian Rose #E140AA
Tints of Persian Rose #E140AA
RGB
CMYK
RGB Variations
Color information
#E140AA (or 0xE140AA) is known color: Persian Rose. HEX triplet: E1, 40 and AA. RGB value is (225,64,170). Sum of RGB (Red+Green+Blue) = 225+64+170=459 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.02% from 459); Green value is 64 (25.39% from 255 or 13.94% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 225 - color contains mainly: red. Hex color #E140AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E140AA is #1EBF55. Grayscale: #7B7B7B. Windows color (decimal): -2015062 or 11157729. OLE color: 11157729.
HSL color Cylindrical-coordinate representation of color #E140AA: hue angle of 320.5º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E140AA is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 170 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.12 |
| HSL | 320.5º | 0.73% | 0.57% | - |
| HSV(B) | 320.5º | 0.72% | 0.88% | - |
| XYZ | 40.14 | 22.58 | 40.27 | - |
| YUV | 124.22 | 153.84 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 170 | 0 | 0.72 | 0.24 | 0.12 | 320.5 | 0.73 | 0.57 |
| Hex | E1 | 40 | AA | 0 | 48 | 18 | C | 140 | 49 | 39 |
| Octal | 341 | 100 | 252 | 0 | 110 | 30 | 14 | 500 | 111 | 71 |
| Binary | 11100001 | 1000000 | 10101010 | 0 | 1001000 | 11000 | 1100 | 101000000 | 1001001 | 111001 |
Color Harmonies of #E140AA
Complementary color
Monochromatic Colors of #E140AA
Black with #E140AA
Text Example
Text Example
White with #E140AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E140AA; }
p { color: rgb(225,64,170); }
H1.HeaderClassName
{
color: #E140AA;
}
.AnyTagClassName
{
color: #E140AA;
}
</style>
background-color css
<style>
a { background-color: #E140AA; }
a { background-color: rgb(225,64,170); }
div.DivClassName
{
background-color: #E140AA;
}
.BgClassName
{
background-color: #E140AA;
}
</style>
border-color css
<style>
span { border-color: #E140AA; }
span { border-color: rgb(225,64,170); }
td.TdClassName
{
border-color: #E140AA;
}
.TagClassName
{
border-color: #E140AA;
}
</style>