Shades of Persian Rose #E538A4
Tints of Persian Rose #E538A4
RGB
CMYK
RGB Variations
Color information
#E538A4 (or 0xE538A4) is known color: Persian Rose. HEX triplet: E5, 38 and A4. RGB value is (229,56,164). Sum of RGB (Red+Green+Blue) = 229+56+164=449 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.00% from 449); Green value is 56 (22.27% from 255 or 12.47% from 449); Blue value is 164 (64.45% from 255 or 36.53% from 449); Max value from RGB is 229 - color contains mainly: red. Hex color #E538A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E538A4 is #1AC75B. Grayscale: #777777. Windows color (decimal): -1754972 or 10762469. OLE color: 10762469.
HSL color Cylindrical-coordinate representation of color #E538A4: hue angle of 322.54º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E538A4 is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 164 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.10 |
| HSL | 322.54º | 0.77% | 0.56% | - |
| HSV(B) | 322.54º | 0.76% | 0.9% | - |
| XYZ | 40.43 | 22.17 | 37.27 | - |
| YUV | 120.04 | 152.81 | 205.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 164 | 0 | 0.76 | 0.28 | 0.10 | 322.54 | 0.77 | 0.56 |
| Hex | E5 | 38 | A4 | 0 | 4C | 1C | A | 143 | 4D | 38 |
| Octal | 345 | 70 | 244 | 0 | 114 | 34 | 12 | 503 | 115 | 70 |
| Binary | 11100101 | 111000 | 10100100 | 0 | 1001100 | 11100 | 1010 | 101000011 | 1001101 | 111000 |
Color Harmonies of #E538A4
Complementary color
Monochromatic Colors of #E538A4
Black with #E538A4
Text Example
Text Example
White with #E538A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E538A4; }
p { color: rgb(229,56,164); }
H1.HeaderClassName
{
color: #E538A4;
}
.AnyTagClassName
{
color: #E538A4;
}
</style>
background-color css
<style>
a { background-color: #E538A4; }
a { background-color: rgb(229,56,164); }
div.DivClassName
{
background-color: #E538A4;
}
.BgClassName
{
background-color: #E538A4;
}
</style>
border-color css
<style>
span { border-color: #E538A4; }
span { border-color: rgb(229,56,164); }
td.TdClassName
{
border-color: #E538A4;
}
.TagClassName
{
border-color: #E538A4;
}
</style>