Shades of Persian Pink #E777C6
Tints of Persian Pink #E777C6
RGB
CMYK
RGB Variations
Color information
#E777C6 (or 0xE777C6) is known color: Persian Pink. HEX triplet: E7, 77 and C6. RGB value is (231,119,198). Sum of RGB (Red+Green+Blue) = 231+119+198=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 198 (77.73% from 255 or 36.13% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E777C6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777C6 is #188839. Grayscale: #A1A1A1. Windows color (decimal): -1607738 or 13006823. OLE color: 13006823.
HSL color Cylindrical-coordinate representation of color #E777C6: hue angle of 317.68º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E777C6 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 119 | 198 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.09 |
| HSL | 317.68º | 0.7% | 0.69% | - |
| HSV(B) | 317.68º | 0.48% | 0.91% | - |
| XYZ | 49.74 | 34.26 | 57.42 | - |
| YUV | 161.49 | 148.61 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 119 | 198 | 0 | 0.48 | 0.14 | 0.09 | 317.68 | 0.7 | 0.69 |
| Hex | E7 | 77 | C6 | 0 | 30 | E | 9 | 13E | 46 | 45 |
| Octal | 347 | 167 | 306 | 0 | 60 | 16 | 11 | 476 | 106 | 105 |
| Binary | 11100111 | 1110111 | 11000110 | 0 | 110000 | 1110 | 1001 | 100111110 | 1000110 | 1000101 |
Color Harmonies of #E777C6
Complementary color
Monochromatic Colors of #E777C6
Black with #E777C6
Text Example
Text Example
White with #E777C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E777C6; }
p { color: rgb(231,119,198); }
H1.HeaderClassName
{
color: #E777C6;
}
.AnyTagClassName
{
color: #E777C6;
}
</style>
background-color css
<style>
a { background-color: #E777C6; }
a { background-color: rgb(231,119,198); }
div.DivClassName
{
background-color: #E777C6;
}
.BgClassName
{
background-color: #E777C6;
}
</style>
border-color css
<style>
span { border-color: #E777C6; }
span { border-color: rgb(231,119,198); }
td.TdClassName
{
border-color: #E777C6;
}
.TagClassName
{
border-color: #E777C6;
}
</style>