Shades of Persian Rose #E82BA4
Tints of Persian Rose #E82BA4
RGB
CMYK
RGB Variations
Color information
#E82BA4 (or 0xE82BA4) is known color: Persian Rose. HEX triplet: E8, 2B and A4. RGB value is (232,43,164). Sum of RGB (Red+Green+Blue) = 232+43+164=439 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.85% from 439); Green value is 43 (17.19% from 255 or 9.79% from 439); Blue value is 164 (64.45% from 255 or 37.36% from 439); Max value from RGB is 232 - color contains mainly: red. Hex color #E82BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82BA4 is #17D45B. Grayscale: #717171. Windows color (decimal): -1561692 or 10759144. OLE color: 10759144.
HSL color Cylindrical-coordinate representation of color #E82BA4: hue angle of 321.59º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E82BA4 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 43 | 164 | - |
| CMYK | 0 | 0.81 | 0.29 | 0.09 |
| HSL | 321.59º | 0.8% | 0.54% | - |
| HSV(B) | 321.59º | 0.81% | 0.91% | - |
| XYZ | 40.84 | 21.56 | 37.13 | - |
| YUV | 113.31 | 156.62 | 212.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 43 | 164 | 0 | 0.81 | 0.29 | 0.09 | 321.59 | 0.8 | 0.54 |
| Hex | E8 | 2B | A4 | 0 | 51 | 1D | 9 | 142 | 50 | 36 |
| Octal | 350 | 53 | 244 | 0 | 121 | 35 | 11 | 502 | 120 | 66 |
| Binary | 11101000 | 101011 | 10100100 | 0 | 1010001 | 11101 | 1001 | 101000010 | 1010000 | 110110 |
Color Harmonies of #E82BA4
Complementary color
Monochromatic Colors of #E82BA4
Black with #E82BA4
Text Example
Text Example
White with #E82BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82BA4; }
p { color: rgb(232,43,164); }
H1.HeaderClassName
{
color: #E82BA4;
}
.AnyTagClassName
{
color: #E82BA4;
}
</style>
background-color css
<style>
a { background-color: #E82BA4; }
a { background-color: rgb(232,43,164); }
div.DivClassName
{
background-color: #E82BA4;
}
.BgClassName
{
background-color: #E82BA4;
}
</style>
border-color css
<style>
span { border-color: #E82BA4; }
span { border-color: rgb(232,43,164); }
td.TdClassName
{
border-color: #E82BA4;
}
.TagClassName
{
border-color: #E82BA4;
}
</style>