Shades of Persian Pink #E777C2
Tints of Persian Pink #E777C2
RGB
CMYK
RGB Variations
Color information
#E777C2 (or 0xE777C2) is known color: Persian Pink. HEX triplet: E7, 77 and C2. RGB value is (231,119,194). Sum of RGB (Red+Green+Blue) = 231+119+194=544 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.46% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 194 (76.17% from 255 or 35.66% from 544); Max value from RGB is 231 - color contains mainly: red. Hex color #E777C2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777C2 is #18883D. Grayscale: #A0A0A0. Windows color (decimal): -1607742 or 12744679. OLE color: 12744679.
HSL color Cylindrical-coordinate representation of color #E777C2: hue angle of 319.82º 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 #E777C2 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 119 | 194 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.09 |
| HSL | 319.82º | 0.7% | 0.69% | - |
| HSV(B) | 319.82º | 0.48% | 0.91% | - |
| XYZ | 49.29 | 34.08 | 55.02 | - |
| YUV | 161.04 | 146.61 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 119 | 194 | 0 | 0.48 | 0.16 | 0.09 | 319.82 | 0.7 | 0.69 |
| Hex | E7 | 77 | C2 | 0 | 30 | 10 | 9 | 140 | 46 | 45 |
| Octal | 347 | 167 | 302 | 0 | 60 | 20 | 11 | 500 | 106 | 105 |
| Binary | 11100111 | 1110111 | 11000010 | 0 | 110000 | 10000 | 1001 | 101000000 | 1000110 | 1000101 |
Color Harmonies of #E777C2
Complementary color
Monochromatic Colors of #E777C2
Black with #E777C2
Text Example
Text Example
White with #E777C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E777C2; }
p { color: rgb(231,119,194); }
H1.HeaderClassName
{
color: #E777C2;
}
.AnyTagClassName
{
color: #E777C2;
}
</style>
background-color css
<style>
a { background-color: #E777C2; }
a { background-color: rgb(231,119,194); }
div.DivClassName
{
background-color: #E777C2;
}
.BgClassName
{
background-color: #E777C2;
}
</style>
border-color css
<style>
span { border-color: #E777C2; }
span { border-color: rgb(231,119,194); }
td.TdClassName
{
border-color: #E777C2;
}
.TagClassName
{
border-color: #E777C2;
}
</style>