Shades of Persian Pink #E76EBB
Tints of Persian Pink #E76EBB
RGB
CMYK
RGB Variations
Color information
#E76EBB (or 0xE76EBB) is known color: Persian Pink. HEX triplet: E7, 6E and BB. RGB value is (231,110,187). Sum of RGB (Red+Green+Blue) = 231+110+187=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 187 (73.44% from 255 or 35.42% from 528); Max value from RGB is 231 - color contains mainly: red. Hex color #E76EBB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76EBB is #189144. Grayscale: #9A9A9A. Windows color (decimal): -1610053 or 12283623. OLE color: 12283623.
HSL color Cylindrical-coordinate representation of color #E76EBB: hue angle of 321.82º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76EBB is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 110 | 187 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.09 |
| HSL | 321.82º | 0.72% | 0.67% | - |
| HSV(B) | 321.82º | 0.52% | 0.91% | - |
| XYZ | 47.5 | 31.73 | 50.63 | - |
| YUV | 154.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 110 | 187 | 0 | 0.52 | 0.19 | 0.09 | 321.82 | 0.72 | 0.67 |
| Hex | E7 | 6E | BB | 0 | 34 | 13 | 9 | 142 | 48 | 43 |
| Octal | 347 | 156 | 273 | 0 | 64 | 23 | 11 | 502 | 110 | 103 |
| Binary | 11100111 | 1101110 | 10111011 | 0 | 110100 | 10011 | 1001 | 101000010 | 1001000 | 1000011 |
Color Harmonies of #E76EBB
Complementary color
Monochromatic Colors of #E76EBB
Black with #E76EBB
Text Example
Text Example
White with #E76EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76EBB; }
p { color: rgb(231,110,187); }
H1.HeaderClassName
{
color: #E76EBB;
}
.AnyTagClassName
{
color: #E76EBB;
}
</style>
background-color css
<style>
a { background-color: #E76EBB; }
a { background-color: rgb(231,110,187); }
div.DivClassName
{
background-color: #E76EBB;
}
.BgClassName
{
background-color: #E76EBB;
}
</style>
border-color css
<style>
span { border-color: #E76EBB; }
span { border-color: rgb(231,110,187); }
td.TdClassName
{
border-color: #E76EBB;
}
.TagClassName
{
border-color: #E76EBB;
}
</style>