Shades of Persian Pink #E86EB9
Tints of Persian Pink #E86EB9
RGB
CMYK
RGB Variations
Color information
#E86EB9 (or 0xE86EB9) is known color: Persian Pink. HEX triplet: E8, 6E and B9. RGB value is (232,110,185). Sum of RGB (Red+Green+Blue) = 232+110+185=527 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.02% from 527); Green value is 110 (43.36% from 255 or 20.87% from 527); Blue value is 185 (72.66% from 255 or 35.10% from 527); Max value from RGB is 232 - color contains mainly: red. Hex color #E86EB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86EB9 is #179146. Grayscale: #9A9A9A. Windows color (decimal): -1544519 or 12152552. OLE color: 12152552.
HSL color Cylindrical-coordinate representation of color #E86EB9: hue angle of 323.11º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E86EB9 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 110 | 185 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.09 |
| HSL | 323.11º | 0.73% | 0.67% | - |
| HSV(B) | 323.11º | 0.53% | 0.91% | - |
| XYZ | 47.61 | 31.81 | 49.53 | - |
| YUV | 155.03 | 144.92 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 110 | 185 | 0 | 0.53 | 0.20 | 0.09 | 323.11 | 0.73 | 0.67 |
| Hex | E8 | 6E | B9 | 0 | 35 | 14 | 9 | 143 | 49 | 43 |
| Octal | 350 | 156 | 271 | 0 | 65 | 24 | 11 | 503 | 111 | 103 |
| Binary | 11101000 | 1101110 | 10111001 | 0 | 110101 | 10100 | 1001 | 101000011 | 1001001 | 1000011 |
Color Harmonies of #E86EB9
Complementary color
Monochromatic Colors of #E86EB9
Black with #E86EB9
Text Example
Text Example
White with #E86EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86EB9; }
p { color: rgb(232,110,185); }
H1.HeaderClassName
{
color: #E86EB9;
}
.AnyTagClassName
{
color: #E86EB9;
}
</style>
background-color css
<style>
a { background-color: #E86EB9; }
a { background-color: rgb(232,110,185); }
div.DivClassName
{
background-color: #E86EB9;
}
.BgClassName
{
background-color: #E86EB9;
}
</style>
border-color css
<style>
span { border-color: #E86EB9; }
span { border-color: rgb(232,110,185); }
td.TdClassName
{
border-color: #E86EB9;
}
.TagClassName
{
border-color: #E86EB9;
}
</style>