Shades of Persian Rose #E134AF
Tints of Persian Rose #E134AF
RGB
CMYK
RGB Variations
Color information
#E134AF (or 0xE134AF) is known color: Persian Rose. HEX triplet: E1, 34 and AF. RGB value is (225,52,175). Sum of RGB (Red+Green+Blue) = 225+52+175=452 (59% of max value = 765). Red value is 225 (88.28% from 255 or 49.78% from 452); Green value is 52 (20.70% from 255 or 11.50% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 225 - color contains mainly: red. Hex color #E134AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E134AF is #1ECB50. Grayscale: #757575. Windows color (decimal): -2018129 or 11482337. OLE color: 11482337.
HSL color Cylindrical-coordinate representation of color #E134AF: hue angle of 317.34º 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 #E134AF is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 175 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.12 |
| HSL | 317.34º | 0.74% | 0.54% | - |
| HSV(B) | 317.34º | 0.77% | 0.88% | - |
| XYZ | 40.02 | 21.56 | 42.61 | - |
| YUV | 117.75 | 160.31 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 175 | 0 | 0.77 | 0.22 | 0.12 | 317.34 | 0.74 | 0.54 |
| Hex | E1 | 34 | AF | 0 | 4D | 16 | C | 13D | 4A | 36 |
| Octal | 341 | 64 | 257 | 0 | 115 | 26 | 14 | 475 | 112 | 66 |
| Binary | 11100001 | 110100 | 10101111 | 0 | 1001101 | 10110 | 1100 | 100111101 | 1001010 | 110110 |
Color Harmonies of #E134AF
Complementary color
Monochromatic Colors of #E134AF
Black with #E134AF
Text Example
Text Example
White with #E134AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E134AF; }
p { color: rgb(225,52,175); }
H1.HeaderClassName
{
color: #E134AF;
}
.AnyTagClassName
{
color: #E134AF;
}
</style>
background-color css
<style>
a { background-color: #E134AF; }
a { background-color: rgb(225,52,175); }
div.DivClassName
{
background-color: #E134AF;
}
.BgClassName
{
background-color: #E134AF;
}
</style>
border-color css
<style>
span { border-color: #E134AF; }
span { border-color: rgb(225,52,175); }
td.TdClassName
{
border-color: #E134AF;
}
.TagClassName
{
border-color: #E134AF;
}
</style>