Shades of Persian Pink #E886B6
Tints of Persian Pink #E886B6
RGB
CMYK
RGB Variations
Color information
#E886B6 (or 0xE886B6) is known color: Persian Pink. HEX triplet: E8, 86 and B6. RGB value is (232,134,182). Sum of RGB (Red+Green+Blue) = 232+134+182=548 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.34% from 548); Green value is 134 (52.73% from 255 or 24.45% from 548); Blue value is 182 (71.48% from 255 or 33.21% from 548); Max value from RGB is 232 - color contains mainly: red. Hex color #E886B6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886B6 is #177949. Grayscale: #A8A8A8. Windows color (decimal): -1538378 or 11962088. OLE color: 11962088.
HSL color Cylindrical-coordinate representation of color #E886B6: hue angle of 330.61º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E886B6 is Cyan = 0, Magento = 0.42, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 182 | - |
| CMYK | 0 | 0.42 | 0.22 | 0.09 |
| HSL | 330.61º | 0.68% | 0.72% | - |
| HSV(B) | 330.61º | 0.42% | 0.91% | - |
| XYZ | 50.25 | 37.58 | 48.86 | - |
| YUV | 168.77 | 135.47 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 182 | 0 | 0.42 | 0.22 | 0.09 | 330.61 | 0.68 | 0.72 |
| Hex | E8 | 86 | B6 | 0 | 2A | 16 | 9 | 14B | 44 | 48 |
| Octal | 350 | 206 | 266 | 0 | 52 | 26 | 11 | 513 | 104 | 110 |
| Binary | 11101000 | 10000110 | 10110110 | 0 | 101010 | 10110 | 1001 | 101001011 | 1000100 | 1001000 |
Color Harmonies of #E886B6
Complementary color
Monochromatic Colors of #E886B6
Black with #E886B6
Text Example
Text Example
White with #E886B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E886B6; }
p { color: rgb(232,134,182); }
H1.HeaderClassName
{
color: #E886B6;
}
.AnyTagClassName
{
color: #E886B6;
}
</style>
background-color css
<style>
a { background-color: #E886B6; }
a { background-color: rgb(232,134,182); }
div.DivClassName
{
background-color: #E886B6;
}
.BgClassName
{
background-color: #E886B6;
}
</style>
border-color css
<style>
span { border-color: #E886B6; }
span { border-color: rgb(232,134,182); }
td.TdClassName
{
border-color: #E886B6;
}
.TagClassName
{
border-color: #E886B6;
}
</style>