Shades of Persian Rose #E130AF
Tints of Persian Rose #E130AF
RGB
CMYK
RGB Variations
Color information
#E130AF (or 0xE130AF) is known color: Persian Rose. HEX triplet: E1, 30 and AF. RGB value is (225,48,175). Sum of RGB (Red+Green+Blue) = 225+48+175=448 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.22% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 225 - color contains mainly: red. Hex color #E130AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E130AF is #1ECF50. Grayscale: #737373. Windows color (decimal): -2019153 or 11481313. OLE color: 11481313.
HSL color Cylindrical-coordinate representation of color #E130AF: hue angle of 316.95º 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 #E130AF is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 48 | 175 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.12 |
| HSL | 316.95º | 0.75% | 0.54% | - |
| HSV(B) | 316.95º | 0.79% | 0.88% | - |
| XYZ | 39.85 | 21.22 | 42.55 | - |
| YUV | 115.4 | 161.64 | 206.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 48 | 175 | 0 | 0.79 | 0.22 | 0.12 | 316.95 | 0.75 | 0.54 |
| Hex | E1 | 30 | AF | 0 | 4F | 16 | C | 13D | 4B | 36 |
| Octal | 341 | 60 | 257 | 0 | 117 | 26 | 14 | 475 | 113 | 66 |
| Binary | 11100001 | 110000 | 10101111 | 0 | 1001111 | 10110 | 1100 | 100111101 | 1001011 | 110110 |
Color Harmonies of #E130AF
Complementary color
Monochromatic Colors of #E130AF
Black with #E130AF
Text Example
Text Example
White with #E130AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E130AF; }
p { color: rgb(225,48,175); }
H1.HeaderClassName
{
color: #E130AF;
}
.AnyTagClassName
{
color: #E130AF;
}
</style>
background-color css
<style>
a { background-color: #E130AF; }
a { background-color: rgb(225,48,175); }
div.DivClassName
{
background-color: #E130AF;
}
.BgClassName
{
background-color: #E130AF;
}
</style>
border-color css
<style>
span { border-color: #E130AF; }
span { border-color: rgb(225,48,175); }
td.TdClassName
{
border-color: #E130AF;
}
.TagClassName
{
border-color: #E130AF;
}
</style>