Shades of Persian Rose #E134AC
Tints of Persian Rose #E134AC
RGB
CMYK
RGB Variations
Color information
#E134AC (or 0xE134AC) is known color: Persian Rose. HEX triplet: E1, 34 and AC. RGB value is (225,52,172). Sum of RGB (Red+Green+Blue) = 225+52+172=449 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.11% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 225 - color contains mainly: red. Hex color #E134AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E134AC is #1ECB53. Grayscale: #757575. Windows color (decimal): -2018132 or 11285729. OLE color: 11285729.
HSL color Cylindrical-coordinate representation of color #E134AC: hue angle of 318.38º 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 #E134AC is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 52 | 172 | - |
| CMYK | 0 | 0.77 | 0.24 | 0.12 |
| HSL | 318.38º | 0.74% | 0.54% | - |
| HSV(B) | 318.38º | 0.77% | 0.88% | - |
| XYZ | 39.73 | 21.44 | 41.07 | - |
| YUV | 117.41 | 158.81 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 52 | 172 | 0 | 0.77 | 0.24 | 0.12 | 318.38 | 0.74 | 0.54 |
| Hex | E1 | 34 | AC | 0 | 4D | 18 | C | 13E | 4A | 36 |
| Octal | 341 | 64 | 254 | 0 | 115 | 30 | 14 | 476 | 112 | 66 |
| Binary | 11100001 | 110100 | 10101100 | 0 | 1001101 | 11000 | 1100 | 100111110 | 1001010 | 110110 |
Color Harmonies of #E134AC
Complementary color
Monochromatic Colors of #E134AC
Black with #E134AC
Text Example
Text Example
White with #E134AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E134AC; }
p { color: rgb(225,52,172); }
H1.HeaderClassName
{
color: #E134AC;
}
.AnyTagClassName
{
color: #E134AC;
}
</style>
background-color css
<style>
a { background-color: #E134AC; }
a { background-color: rgb(225,52,172); }
div.DivClassName
{
background-color: #E134AC;
}
.BgClassName
{
background-color: #E134AC;
}
</style>
border-color css
<style>
span { border-color: #E134AC; }
span { border-color: rgb(225,52,172); }
td.TdClassName
{
border-color: #E134AC;
}
.TagClassName
{
border-color: #E134AC;
}
</style>