Shades of Froly #E7777E
Tints of Froly #E7777E
RGB
CMYK
RGB Variations
Color information
#E7777E (or 0xE7777E) is known color: Froly. HEX triplet: E7, 77 and 7E. RGB value is (231,119,126). Sum of RGB (Red+Green+Blue) = 231+119+126=476 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.53% from 476); Green value is 119 (46.88% from 255 or 25% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 231 - color contains mainly: red. Hex color #E7777E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7777E is #188881. Grayscale: #999999. Windows color (decimal): -1607810 or 8288231. OLE color: 8288231.
HSL color Cylindrical-coordinate representation of color #E7777E: hue angle of 356.25º 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 #E7777E is Cyan = 0, Magento = 0.48, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 119 | 126 | - |
| CMYK | 0 | 0.48 | 0.45 | 0.09 |
| HSL | 356.25º | 0.7% | 0.69% | - |
| HSV(B) | 356.25º | 0.48% | 0.91% | - |
| XYZ | 43.32 | 31.69 | 23.57 | - |
| YUV | 153.29 | 112.61 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 119 | 126 | 0 | 0.48 | 0.45 | 0.09 | 356.25 | 0.7 | 0.69 |
| Hex | E7 | 77 | 7E | 0 | 30 | 2D | 9 | 164 | 46 | 45 |
| Octal | 347 | 167 | 176 | 0 | 60 | 55 | 11 | 544 | 106 | 105 |
| Binary | 11100111 | 1110111 | 1111110 | 0 | 110000 | 101101 | 1001 | 101100100 | 1000110 | 1000101 |
Color Harmonies of #E7777E
Complementary color
Monochromatic Colors of #E7777E
Black with #E7777E
Text Example
Text Example
White with #E7777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7777E; }
p { color: rgb(231,119,126); }
H1.HeaderClassName
{
color: #E7777E;
}
.AnyTagClassName
{
color: #E7777E;
}
</style>
background-color css
<style>
a { background-color: #E7777E; }
a { background-color: rgb(231,119,126); }
div.DivClassName
{
background-color: #E7777E;
}
.BgClassName
{
background-color: #E7777E;
}
</style>
border-color css
<style>
span { border-color: #E7777E; }
span { border-color: rgb(231,119,126); }
td.TdClassName
{
border-color: #E7777E;
}
.TagClassName
{
border-color: #E7777E;
}
</style>