Shades of Persian Rose #E83AAC
Tints of Persian Rose #E83AAC
RGB
CMYK
RGB Variations
Color information
#E83AAC (or 0xE83AAC) is known color: Persian Rose. HEX triplet: E8, 3A and AC. RGB value is (232,58,172). Sum of RGB (Red+Green+Blue) = 232+58+172=462 (61% of max value = 765). Red value is 232 (91.02% from 255 or 50.22% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 232 - color contains mainly: red. Hex color #E83AAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E83AAC is #17C553. Grayscale: #7A7A7A. Windows color (decimal): -1557844 or 11287272. OLE color: 11287272.
HSL color Cylindrical-coordinate representation of color #E83AAC: hue angle of 320.69º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E83AAC is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 58 | 172 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.09 |
| HSL | 320.69º | 0.79% | 0.57% | - |
| HSV(B) | 320.69º | 0.75% | 0.91% | - |
| XYZ | 42.24 | 23.16 | 41.27 | - |
| YUV | 123.02 | 155.65 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 58 | 172 | 0 | 0.75 | 0.26 | 0.09 | 320.69 | 0.79 | 0.57 |
| Hex | E8 | 3A | AC | 0 | 4B | 1A | 9 | 141 | 4F | 39 |
| Octal | 350 | 72 | 254 | 0 | 113 | 32 | 11 | 501 | 117 | 71 |
| Binary | 11101000 | 111010 | 10101100 | 0 | 1001011 | 11010 | 1001 | 101000001 | 1001111 | 111001 |
Color Harmonies of #E83AAC
Complementary color
Monochromatic Colors of #E83AAC
Black with #E83AAC
Text Example
Text Example
White with #E83AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83AAC; }
p { color: rgb(232,58,172); }
H1.HeaderClassName
{
color: #E83AAC;
}
.AnyTagClassName
{
color: #E83AAC;
}
</style>
background-color css
<style>
a { background-color: #E83AAC; }
a { background-color: rgb(232,58,172); }
div.DivClassName
{
background-color: #E83AAC;
}
.BgClassName
{
background-color: #E83AAC;
}
</style>
border-color css
<style>
span { border-color: #E83AAC; }
span { border-color: rgb(232,58,172); }
td.TdClassName
{
border-color: #E83AAC;
}
.TagClassName
{
border-color: #E83AAC;
}
</style>