Shades of Persian Pink #E77CBE
Tints of Persian Pink #E77CBE
RGB
CMYK
RGB Variations
Color information
#E77CBE (or 0xE77CBE) is known color: Persian Pink. HEX triplet: E7, 7C and BE. RGB value is (231,124,190). Sum of RGB (Red+Green+Blue) = 231+124+190=545 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.39% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 190 (74.61% from 255 or 34.86% from 545); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CBE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77CBE is #188341. Grayscale: #A3A3A3. Windows color (decimal): -1606466 or 12483815. OLE color: 12483815.
HSL color Cylindrical-coordinate representation of color #E77CBE: hue angle of 322.99º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E77CBE is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 190 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.09 |
| HSL | 322.99º | 0.69% | 0.7% | - |
| HSV(B) | 322.99º | 0.46% | 0.91% | - |
| XYZ | 49.46 | 35.12 | 52.89 | - |
| YUV | 163.52 | 142.95 | 176.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 190 | 0 | 0.46 | 0.18 | 0.09 | 322.99 | 0.69 | 0.7 |
| Hex | E7 | 7C | BE | 0 | 2E | 12 | 9 | 143 | 45 | 46 |
| Octal | 347 | 174 | 276 | 0 | 56 | 22 | 11 | 503 | 105 | 106 |
| Binary | 11100111 | 1111100 | 10111110 | 0 | 101110 | 10010 | 1001 | 101000011 | 1000101 | 1000110 |
Color Harmonies of #E77CBE
Complementary color
Monochromatic Colors of #E77CBE
Black with #E77CBE
Text Example
Text Example
White with #E77CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77CBE; }
p { color: rgb(231,124,190); }
H1.HeaderClassName
{
color: #E77CBE;
}
.AnyTagClassName
{
color: #E77CBE;
}
</style>
background-color css
<style>
a { background-color: #E77CBE; }
a { background-color: rgb(231,124,190); }
div.DivClassName
{
background-color: #E77CBE;
}
.BgClassName
{
background-color: #E77CBE;
}
</style>
border-color css
<style>
span { border-color: #E77CBE; }
span { border-color: rgb(231,124,190); }
td.TdClassName
{
border-color: #E77CBE;
}
.TagClassName
{
border-color: #E77CBE;
}
</style>