Shades of Froly #E76674
Tints of Froly #E76674
RGB
CMYK
RGB Variations
Color information
#E76674 (or 0xE76674) is known color: Froly. HEX triplet: E7, 66 and 74. RGB value is (231,102,116). Sum of RGB (Red+Green+Blue) = 231+102+116=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 102 (40.23% from 255 or 22.72% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E76674 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76674 is #18998B. Grayscale: #8E8E8E. Windows color (decimal): -1612172 or 7628519. OLE color: 7628519.
HSL color Cylindrical-coordinate representation of color #E76674: hue angle of 353.49º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E76674 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 102 | 116 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.09 |
| HSL | 353.49º | 0.73% | 0.65% | - |
| HSV(B) | 353.49º | 0.56% | 0.91% | - |
| XYZ | 40.86 | 27.75 | 19.73 | - |
| YUV | 142.17 | 113.24 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 102 | 116 | 0 | 0.56 | 0.50 | 0.09 | 353.49 | 0.73 | 0.65 |
| Hex | E7 | 66 | 74 | 0 | 38 | 32 | 9 | 161 | 49 | 41 |
| Octal | 347 | 146 | 164 | 0 | 70 | 62 | 11 | 541 | 111 | 101 |
| Binary | 11100111 | 1100110 | 1110100 | 0 | 111000 | 110010 | 1001 | 101100001 | 1001001 | 1000001 |
Color Harmonies of #E76674
Complementary color
Monochromatic Colors of #E76674
Black with #E76674
Text Example
Text Example
White with #E76674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76674; }
p { color: rgb(231,102,116); }
H1.HeaderClassName
{
color: #E76674;
}
.AnyTagClassName
{
color: #E76674;
}
</style>
background-color css
<style>
a { background-color: #E76674; }
a { background-color: rgb(231,102,116); }
div.DivClassName
{
background-color: #E76674;
}
.BgClassName
{
background-color: #E76674;
}
</style>
border-color css
<style>
span { border-color: #E76674; }
span { border-color: rgb(231,102,116); }
td.TdClassName
{
border-color: #E76674;
}
.TagClassName
{
border-color: #E76674;
}
</style>