Shades of Persian Rose #E82FAC
Tints of Persian Rose #E82FAC
RGB
CMYK
RGB Variations
Color information
#E82FAC (or 0xE82FAC) is known color: Persian Rose. HEX triplet: E8, 2F and AC. RGB value is (232,47,172). Sum of RGB (Red+Green+Blue) = 232+47+172=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 47 (18.75% from 255 or 10.42% from 451); Blue value is 172 (67.58% from 255 or 38.14% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E82FAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82FAC is #17D053. Grayscale: #747474. Windows color (decimal): -1560660 or 11284456. OLE color: 11284456.
HSL color Cylindrical-coordinate representation of color #E82FAC: hue angle of 319.46º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E82FAC is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 47 | 172 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.09 |
| HSL | 319.46º | 0.8% | 0.55% | - |
| HSV(B) | 319.46º | 0.8% | 0.91% | - |
| XYZ | 41.74 | 22.17 | 41.11 | - |
| YUV | 116.57 | 159.29 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 47 | 172 | 0 | 0.80 | 0.26 | 0.09 | 319.46 | 0.8 | 0.55 |
| Hex | E8 | 2F | AC | 0 | 50 | 1A | 9 | 13F | 50 | 37 |
| Octal | 350 | 57 | 254 | 0 | 120 | 32 | 11 | 477 | 120 | 67 |
| Binary | 11101000 | 101111 | 10101100 | 0 | 1010000 | 11010 | 1001 | 100111111 | 1010000 | 110111 |
Color Harmonies of #E82FAC
Complementary color
Monochromatic Colors of #E82FAC
Black with #E82FAC
Text Example
Text Example
White with #E82FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82FAC; }
p { color: rgb(232,47,172); }
H1.HeaderClassName
{
color: #E82FAC;
}
.AnyTagClassName
{
color: #E82FAC;
}
</style>
background-color css
<style>
a { background-color: #E82FAC; }
a { background-color: rgb(232,47,172); }
div.DivClassName
{
background-color: #E82FAC;
}
.BgClassName
{
background-color: #E82FAC;
}
</style>
border-color css
<style>
span { border-color: #E82FAC; }
span { border-color: rgb(232,47,172); }
td.TdClassName
{
border-color: #E82FAC;
}
.TagClassName
{
border-color: #E82FAC;
}
</style>