Shades of Froly #E76875
Tints of Froly #E76875
RGB
CMYK
RGB Variations
Color information
#E76875 (or 0xE76875) is known color: Froly. HEX triplet: E7, 68 and 75. RGB value is (231,104,117). Sum of RGB (Red+Green+Blue) = 231+104+117=452 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.11% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 231 - color contains mainly: red. Hex color #E76875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76875 is #18978A. Grayscale: #8F8F8F. Windows color (decimal): -1611659 or 7694567. OLE color: 7694567.
HSL color Cylindrical-coordinate representation of color #E76875: hue angle of 353.86º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E76875 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 117 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.09 |
| HSL | 353.86º | 0.73% | 0.66% | - |
| HSV(B) | 353.86º | 0.55% | 0.91% | - |
| XYZ | 41.12 | 28.17 | 20.1 | - |
| YUV | 143.46 | 113.08 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 117 | 0 | 0.55 | 0.49 | 0.09 | 353.86 | 0.73 | 0.66 |
| Hex | E7 | 68 | 75 | 0 | 37 | 31 | 9 | 162 | 49 | 42 |
| Octal | 347 | 150 | 165 | 0 | 67 | 61 | 11 | 542 | 111 | 102 |
| Binary | 11100111 | 1101000 | 1110101 | 0 | 110111 | 110001 | 1001 | 101100010 | 1001001 | 1000010 |
Color Harmonies of #E76875
Complementary color
Monochromatic Colors of #E76875
Black with #E76875
Text Example
Text Example
White with #E76875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76875; }
p { color: rgb(231,104,117); }
H1.HeaderClassName
{
color: #E76875;
}
.AnyTagClassName
{
color: #E76875;
}
</style>
background-color css
<style>
a { background-color: #E76875; }
a { background-color: rgb(231,104,117); }
div.DivClassName
{
background-color: #E76875;
}
.BgClassName
{
background-color: #E76875;
}
</style>
border-color css
<style>
span { border-color: #E76875; }
span { border-color: rgb(231,104,117); }
td.TdClassName
{
border-color: #E76875;
}
.TagClassName
{
border-color: #E76875;
}
</style>