Shades of Froly #E76F80
Tints of Froly #E76F80
RGB
CMYK
RGB Variations
Color information
#E76F80 (or 0xE76F80) is known color: Froly. HEX triplet: E7, 6F and 80. RGB value is (231,111,128). Sum of RGB (Red+Green+Blue) = 231+111+128=470 (62% of max value = 765). Red value is 231 (90.62% from 255 or 49.15% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 231 - color contains mainly: red. Hex color #E76F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76F80 is #18907F. Grayscale: #949494. Windows color (decimal): -1609856 or 8417255. OLE color: 8417255.
HSL color Cylindrical-coordinate representation of color #E76F80: hue angle of 351.5º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E76F80 is Cyan = 0, Magento = 0.52, Yellow = 0.45 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 111 | 128 | - |
| CMYK | 0 | 0.52 | 0.45 | 0.09 |
| HSL | 351.5º | 0.71% | 0.67% | - |
| HSV(B) | 351.5º | 0.52% | 0.91% | - |
| XYZ | 42.54 | 29.92 | 23.95 | - |
| YUV | 148.82 | 116.26 | 186.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 111 | 128 | 0 | 0.52 | 0.45 | 0.09 | 351.5 | 0.71 | 0.67 |
| Hex | E7 | 6F | 80 | 0 | 34 | 2D | 9 | 160 | 47 | 43 |
| Octal | 347 | 157 | 200 | 0 | 64 | 55 | 11 | 540 | 107 | 103 |
| Binary | 11100111 | 1101111 | 10000000 | 0 | 110100 | 101101 | 1001 | 101100000 | 1000111 | 1000011 |
Color Harmonies of #E76F80
Complementary color
Monochromatic Colors of #E76F80
Black with #E76F80
Text Example
Text Example
White with #E76F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76F80; }
p { color: rgb(231,111,128); }
H1.HeaderClassName
{
color: #E76F80;
}
.AnyTagClassName
{
color: #E76F80;
}
</style>
background-color css
<style>
a { background-color: #E76F80; }
a { background-color: rgb(231,111,128); }
div.DivClassName
{
background-color: #E76F80;
}
.BgClassName
{
background-color: #E76F80;
}
</style>
border-color css
<style>
span { border-color: #E76F80; }
span { border-color: rgb(231,111,128); }
td.TdClassName
{
border-color: #E76F80;
}
.TagClassName
{
border-color: #E76F80;
}
</style>