Shades of Persian Pink #E86DBB
Tints of Persian Pink #E86DBB
RGB
CMYK
RGB Variations
Color information
#E86DBB (or 0xE86DBB) is known color: Persian Pink. HEX triplet: E8, 6D and BB. RGB value is (232,109,187). Sum of RGB (Red+Green+Blue) = 232+109+187=528 (69% of max value = 765). Red value is 232 (91.02% from 255 or 43.94% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 232 - color contains mainly: red. Hex color #E86DBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E86DBB is #179244. Grayscale: #9A9A9A. Windows color (decimal): -1544773 or 12283368. OLE color: 12283368.
HSL color Cylindrical-coordinate representation of color #E86DBB: hue angle of 321.95º 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 #E86DBB is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 109 | 187 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.09 |
| HSL | 321.95º | 0.73% | 0.67% | - |
| HSV(B) | 321.95º | 0.53% | 0.91% | - |
| XYZ | 47.72 | 31.68 | 50.61 | - |
| YUV | 154.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 109 | 187 | 0 | 0.53 | 0.19 | 0.09 | 321.95 | 0.73 | 0.67 |
| Hex | E8 | 6D | BB | 0 | 35 | 13 | 9 | 142 | 49 | 43 |
| Octal | 350 | 155 | 273 | 0 | 65 | 23 | 11 | 502 | 111 | 103 |
| Binary | 11101000 | 1101101 | 10111011 | 0 | 110101 | 10011 | 1001 | 101000010 | 1001001 | 1000011 |
Color Harmonies of #E86DBB
Complementary color
Monochromatic Colors of #E86DBB
Black with #E86DBB
Text Example
Text Example
White with #E86DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E86DBB; }
p { color: rgb(232,109,187); }
H1.HeaderClassName
{
color: #E86DBB;
}
.AnyTagClassName
{
color: #E86DBB;
}
</style>
background-color css
<style>
a { background-color: #E86DBB; }
a { background-color: rgb(232,109,187); }
div.DivClassName
{
background-color: #E86DBB;
}
.BgClassName
{
background-color: #E86DBB;
}
</style>
border-color css
<style>
span { border-color: #E86DBB; }
span { border-color: rgb(232,109,187); }
td.TdClassName
{
border-color: #E86DBB;
}
.TagClassName
{
border-color: #E86DBB;
}
</style>