Shades of Persian Rose #E130AD
Tints of Persian Rose #E130AD
RGB
CMYK
RGB Variations
Color information
#E130AD (or 0xE130AD) is known color: Persian Rose. HEX triplet: E1, 30 and AD. RGB value is (225,48,173). Sum of RGB (Red+Green+Blue) = 225+48+173=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 48 (19.14% from 255 or 10.76% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E130AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E130AD is #1ECF52. Grayscale: #727272. Windows color (decimal): -2019155 or 11350241. OLE color: 11350241.
HSL color Cylindrical-coordinate representation of color #E130AD: hue angle of 317.63º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E130AD is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 173 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.12 |
| HSL | 317.63º | 0.75% | 0.54% | - |
| HSV(B) | 317.63º | 0.79% | 0.88% | - |
| XYZ | 39.65 | 21.14 | 41.53 | - |
| YUV | 115.17 | 160.64 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 173 | 0 | 0.79 | 0.23 | 0.12 | 317.63 | 0.75 | 0.54 |
| Hex | E1 | 30 | AD | 0 | 4F | 17 | C | 13E | 4B | 36 |
| Octal | 341 | 60 | 255 | 0 | 117 | 27 | 14 | 476 | 113 | 66 |
| Binary | 11100001 | 110000 | 10101101 | 0 | 1001111 | 10111 | 1100 | 100111110 | 1001011 | 110110 |
Color Harmonies of #E130AD
Complementary color
Monochromatic Colors of #E130AD
Black with #E130AD
Text Example
Text Example
White with #E130AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E130AD; }
p { color: rgb(225,48,173); }
H1.HeaderClassName
{
color: #E130AD;
}
.AnyTagClassName
{
color: #E130AD;
}
</style>
background-color css
<style>
a { background-color: #E130AD; }
a { background-color: rgb(225,48,173); }
div.DivClassName
{
background-color: #E130AD;
}
.BgClassName
{
background-color: #E130AD;
}
</style>
border-color css
<style>
span { border-color: #E130AD; }
span { border-color: rgb(225,48,173); }
td.TdClassName
{
border-color: #E130AD;
}
.TagClassName
{
border-color: #E130AD;
}
</style>