Shades of Froly #EA7177
Tints of Froly #EA7177
RGB
CMYK
RGB Variations
Color information
#EA7177 (or 0xEA7177) is known color: Froly. HEX triplet: EA, 71 and 77. RGB value is (234,113,119). Sum of RGB (Red+Green+Blue) = 234+113+119=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7177 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7177 is #158E88. Grayscale: #959595. Windows color (decimal): -1412745 or 7827946. OLE color: 7827946.
HSL color Cylindrical-coordinate representation of color #EA7177: hue angle of 357.02º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EA7177 is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 113 | 119 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.08 |
| HSL | 357.02º | 0.74% | 0.68% | - |
| HSV(B) | 357.02º | 0.52% | 0.92% | - |
| XYZ | 43.17 | 30.63 | 21.09 | - |
| YUV | 149.86 | 110.59 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 113 | 119 | 0 | 0.52 | 0.49 | 0.08 | 357.02 | 0.74 | 0.68 |
| Hex | EA | 71 | 77 | 0 | 34 | 31 | 8 | 165 | 4A | 44 |
| Octal | 352 | 161 | 167 | 0 | 64 | 61 | 10 | 545 | 112 | 104 |
| Binary | 11101010 | 1110001 | 1110111 | 0 | 110100 | 110001 | 1000 | 101100101 | 1001010 | 1000100 |
Color Harmonies of #EA7177
Complementary color
Monochromatic Colors of #EA7177
Black with #EA7177
Text Example
Text Example
White with #EA7177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7177; }
p { color: rgb(234,113,119); }
H1.HeaderClassName
{
color: #EA7177;
}
.AnyTagClassName
{
color: #EA7177;
}
</style>
background-color css
<style>
a { background-color: #EA7177; }
a { background-color: rgb(234,113,119); }
div.DivClassName
{
background-color: #EA7177;
}
.BgClassName
{
background-color: #EA7177;
}
</style>
border-color css
<style>
span { border-color: #EA7177; }
span { border-color: rgb(234,113,119); }
td.TdClassName
{
border-color: #EA7177;
}
.TagClassName
{
border-color: #EA7177;
}
</style>