Shades of Persian Pink #E76CBA
Tints of Persian Pink #E76CBA
RGB
CMYK
RGB Variations
Color information
#E76CBA (or 0xE76CBA) is known color: Persian Pink. HEX triplet: E7, 6C and BA. RGB value is (231,108,186). Sum of RGB (Red+Green+Blue) = 231+108+186=525 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44% from 525); Green value is 108 (42.58% from 255 or 20.57% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 231 - color contains mainly: red. Hex color #E76CBA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76CBA is #189345. Grayscale: #999999. Windows color (decimal): -1610566 or 12217575. OLE color: 12217575.
HSL color Cylindrical-coordinate representation of color #E76CBA: hue angle of 321.95º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76CBA is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 186 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.09 |
| HSL | 321.95º | 0.72% | 0.66% | - |
| HSV(B) | 321.95º | 0.53% | 0.91% | - |
| XYZ | 47.18 | 31.26 | 50 | - |
| YUV | 153.67 | 146.25 | 183.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 186 | 0 | 0.53 | 0.19 | 0.09 | 321.95 | 0.72 | 0.66 |
| Hex | E7 | 6C | BA | 0 | 35 | 13 | 9 | 142 | 48 | 42 |
| Octal | 347 | 154 | 272 | 0 | 65 | 23 | 11 | 502 | 110 | 102 |
| Binary | 11100111 | 1101100 | 10111010 | 0 | 110101 | 10011 | 1001 | 101000010 | 1001000 | 1000010 |
Color Harmonies of #E76CBA
Complementary color
Monochromatic Colors of #E76CBA
Black with #E76CBA
Text Example
Text Example
White with #E76CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76CBA; }
p { color: rgb(231,108,186); }
H1.HeaderClassName
{
color: #E76CBA;
}
.AnyTagClassName
{
color: #E76CBA;
}
</style>
background-color css
<style>
a { background-color: #E76CBA; }
a { background-color: rgb(231,108,186); }
div.DivClassName
{
background-color: #E76CBA;
}
.BgClassName
{
background-color: #E76CBA;
}
</style>
border-color css
<style>
span { border-color: #E76CBA; }
span { border-color: rgb(231,108,186); }
td.TdClassName
{
border-color: #E76CBA;
}
.TagClassName
{
border-color: #E76CBA;
}
</style>