Shades of Froly #E76574
Tints of Froly #E76574
RGB
CMYK
RGB Variations
Color information
#E76574 (or 0xE76574) is known color: Froly. HEX triplet: E7, 65 and 74. RGB value is (231,101,116). Sum of RGB (Red+Green+Blue) = 231+101+116=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E76574 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76574 is #189A8B. Grayscale: #8D8D8D. Windows color (decimal): -1612428 or 7628263. OLE color: 7628263.
HSL color Cylindrical-coordinate representation of color #E76574: hue angle of 353.08º 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 #E76574 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 116 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.09 |
| HSL | 353.08º | 0.73% | 0.65% | - |
| HSV(B) | 353.08º | 0.56% | 0.91% | - |
| XYZ | 40.76 | 27.56 | 19.69 | - |
| YUV | 141.58 | 113.57 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 116 | 0 | 0.56 | 0.50 | 0.09 | 353.08 | 0.73 | 0.65 |
| Hex | E7 | 65 | 74 | 0 | 38 | 32 | 9 | 161 | 49 | 41 |
| Octal | 347 | 145 | 164 | 0 | 70 | 62 | 11 | 541 | 111 | 101 |
| Binary | 11100111 | 1100101 | 1110100 | 0 | 111000 | 110010 | 1001 | 101100001 | 1001001 | 1000001 |
Color Harmonies of #E76574
Complementary color
Monochromatic Colors of #E76574
Black with #E76574
Text Example
Text Example
White with #E76574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76574; }
p { color: rgb(231,101,116); }
H1.HeaderClassName
{
color: #E76574;
}
.AnyTagClassName
{
color: #E76574;
}
</style>
background-color css
<style>
a { background-color: #E76574; }
a { background-color: rgb(231,101,116); }
div.DivClassName
{
background-color: #E76574;
}
.BgClassName
{
background-color: #E76574;
}
</style>
border-color css
<style>
span { border-color: #E76574; }
span { border-color: rgb(231,101,116); }
td.TdClassName
{
border-color: #E76574;
}
.TagClassName
{
border-color: #E76574;
}
</style>