Shades of Froly #E7707C
Tints of Froly #E7707C
RGB
CMYK
RGB Variations
Color information
#E7707C (or 0xE7707C) is known color: Froly. HEX triplet: E7, 70 and 7C. RGB value is (231,112,124). Sum of RGB (Red+Green+Blue) = 231+112+124=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E7707C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E7707C is #188F83. Grayscale: #959595. Windows color (decimal): -1609604 or 8155367. OLE color: 8155367.
HSL color Cylindrical-coordinate representation of color #E7707C: hue angle of 353.95º 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 #E7707C is Cyan = 0, Magento = 0.52, Yellow = 0.46 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 112 | 124 | - |
| CMYK | 0 | 0.52 | 0.46 | 0.09 |
| HSL | 353.95º | 0.71% | 0.67% | - |
| HSV(B) | 353.95º | 0.52% | 0.91% | - |
| XYZ | 42.39 | 30.03 | 22.63 | - |
| YUV | 148.95 | 113.92 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 112 | 124 | 0 | 0.52 | 0.46 | 0.09 | 353.95 | 0.71 | 0.67 |
| Hex | E7 | 70 | 7C | 0 | 34 | 2E | 9 | 162 | 47 | 43 |
| Octal | 347 | 160 | 174 | 0 | 64 | 56 | 11 | 542 | 107 | 103 |
| Binary | 11100111 | 1110000 | 1111100 | 0 | 110100 | 101110 | 1001 | 101100010 | 1000111 | 1000011 |
Color Harmonies of #E7707C
Complementary color
Monochromatic Colors of #E7707C
Black with #E7707C
Text Example
Text Example
White with #E7707C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7707C; }
p { color: rgb(231,112,124); }
H1.HeaderClassName
{
color: #E7707C;
}
.AnyTagClassName
{
color: #E7707C;
}
</style>
background-color css
<style>
a { background-color: #E7707C; }
a { background-color: rgb(231,112,124); }
div.DivClassName
{
background-color: #E7707C;
}
.BgClassName
{
background-color: #E7707C;
}
</style>
border-color css
<style>
span { border-color: #E7707C; }
span { border-color: rgb(231,112,124); }
td.TdClassName
{
border-color: #E7707C;
}
.TagClassName
{
border-color: #E7707C;
}
</style>