Shades of Froly #E76869
Tints of Froly #E76869
RGB
CMYK
RGB Variations
Color information
#E76869 (or 0xE76869) is known color: Froly. HEX triplet: E7, 68 and 69. RGB value is (231,104,105). Sum of RGB (Red+Green+Blue) = 231+104+105=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E76869 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76869 is #189796. Grayscale: #8E8E8E. Windows color (decimal): -1611671 or 6908135. OLE color: 6908135.
HSL color Cylindrical-coordinate representation of color #E76869: hue angle of 359.53º 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 #E76869 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 104 | 105 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.09 |
| HSL | 359.53º | 0.73% | 0.66% | - |
| HSV(B) | 359.53º | 0.55% | 0.91% | - |
| XYZ | 40.46 | 27.91 | 16.62 | - |
| YUV | 142.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 104 | 105 | 0 | 0.55 | 0.55 | 0.09 | 359.53 | 0.73 | 0.66 |
| Hex | E7 | 68 | 69 | 0 | 37 | 37 | 9 | 168 | 49 | 42 |
| Octal | 347 | 150 | 151 | 0 | 67 | 67 | 11 | 550 | 111 | 102 |
| Binary | 11100111 | 1101000 | 1101001 | 0 | 110111 | 110111 | 1001 | 101101000 | 1001001 | 1000010 |
Color Harmonies of #E76869
Complementary color
Monochromatic Colors of #E76869
Black with #E76869
Text Example
Text Example
White with #E76869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76869; }
p { color: rgb(231,104,105); }
H1.HeaderClassName
{
color: #E76869;
}
.AnyTagClassName
{
color: #E76869;
}
</style>
background-color css
<style>
a { background-color: #E76869; }
a { background-color: rgb(231,104,105); }
div.DivClassName
{
background-color: #E76869;
}
.BgClassName
{
background-color: #E76869;
}
</style>
border-color css
<style>
span { border-color: #E76869; }
span { border-color: rgb(231,104,105); }
td.TdClassName
{
border-color: #E76869;
}
.TagClassName
{
border-color: #E76869;
}
</style>