Shades of Persian Pink #E86DB8
Tints of Persian Pink #E86DB8
RGB
CMYK
RGB Variations
Color information
#E86DB8 (or 0xE86DB8) is known color: Persian Pink. HEX triplet: E8, 6D and B8. RGB value is (232,109,184). Sum of RGB (Red+Green+Blue) = 232+109+184=525 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.19% from 525); Green value is 109 (42.97% from 255 or 20.76% from 525); Blue value is 184 (72.27% from 255 or 35.05% from 525); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86DB8 is #179247. Grayscale: #9A9A9A. Windows color (decimal): -1544776 or 12086760. OLE color: 12086760.
HSL color Cylindrical-coordinate representation of color #E86DB8: hue angle of 323.41º 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 #E86DB8 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 109 | 184 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.09 |
| HSL | 323.41º | 0.73% | 0.67% | - |
| HSV(B) | 323.41º | 0.53% | 0.91% | - |
| XYZ | 47.4 | 31.55 | 48.94 | - |
| YUV | 154.33 | 144.75 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 184 | 0 | 0.53 | 0.21 | 0.09 | 323.41 | 0.73 | 0.67 |
| Hex | E8 | 6D | B8 | 0 | 35 | 15 | 9 | 143 | 49 | 43 |
| Octal | 350 | 155 | 270 | 0 | 65 | 25 | 11 | 503 | 111 | 103 |
| Binary | 11101000 | 1101101 | 10111000 | 0 | 110101 | 10101 | 1001 | 101000011 | 1001001 | 1000011 |
Color Harmonies of #E86DB8
Complementary color
Monochromatic Colors of #E86DB8
Black with #E86DB8
Text Example
Text Example
White with #E86DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86DB8; }
p { color: rgb(232,109,184); }
H1.HeaderClassName
{
color: #E86DB8;
}
.AnyTagClassName
{
color: #E86DB8;
}
</style>
background-color css
<style>
a { background-color: #E86DB8; }
a { background-color: rgb(232,109,184); }
div.DivClassName
{
background-color: #E86DB8;
}
.BgClassName
{
background-color: #E86DB8;
}
</style>
border-color css
<style>
span { border-color: #E86DB8; }
span { border-color: rgb(232,109,184); }
td.TdClassName
{
border-color: #E86DB8;
}
.TagClassName
{
border-color: #E86DB8;
}
</style>