Shades of Persian Pink #E886B7
Tints of Persian Pink #E886B7
RGB
CMYK
RGB Variations
Color information
#E886B7 (or 0xE886B7) is known color: Persian Pink. HEX triplet: E8, 86 and B7. RGB value is (232,134,183). Sum of RGB (Red+Green+Blue) = 232+134+183=549 (72% of max value = 765). Red value is 232 (91.02% from 255 or 42.26% from 549); Green value is 134 (52.73% from 255 or 24.41% from 549); Blue value is 183 (71.88% from 255 or 33.33% from 549); Max value from RGB is 232 - color contains mainly: red. Hex color #E886B7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E886B7 is #177948. Grayscale: #A8A8A8. Windows color (decimal): -1538377 or 12027624. OLE color: 12027624.
HSL color Cylindrical-coordinate representation of color #E886B7: hue angle of 330º 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 #E886B7 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 183 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.09 |
| HSL | 330º | 0.68% | 0.72% | - |
| HSV(B) | 330º | 0.42% | 0.91% | - |
| XYZ | 50.35 | 37.62 | 49.41 | - |
| YUV | 168.89 | 135.97 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 183 | 0 | 0.42 | 0.21 | 0.09 | 330 | 0.68 | 0.72 |
| Hex | E8 | 86 | B7 | 0 | 2A | 15 | 9 | 14A | 44 | 48 |
| Octal | 350 | 206 | 267 | 0 | 52 | 25 | 11 | 512 | 104 | 110 |
| Binary | 11101000 | 10000110 | 10110111 | 0 | 101010 | 10101 | 1001 | 101001010 | 1000100 | 1001000 |
Color Harmonies of #E886B7
Complementary color
Monochromatic Colors of #E886B7
Black with #E886B7
Text Example
Text Example
White with #E886B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E886B7; }
p { color: rgb(232,134,183); }
H1.HeaderClassName
{
color: #E886B7;
}
.AnyTagClassName
{
color: #E886B7;
}
</style>
background-color css
<style>
a { background-color: #E886B7; }
a { background-color: rgb(232,134,183); }
div.DivClassName
{
background-color: #E886B7;
}
.BgClassName
{
background-color: #E886B7;
}
</style>
border-color css
<style>
span { border-color: #E886B7; }
span { border-color: rgb(232,134,183); }
td.TdClassName
{
border-color: #E886B7;
}
.TagClassName
{
border-color: #E886B7;
}
</style>