Shades of Froly #EA7172
Tints of Froly #EA7172
RGB
CMYK
RGB Variations
Color information
#EA7172 (or 0xEA7172) is known color: Froly. HEX triplet: EA, 71 and 72. RGB value is (234,113,114). Sum of RGB (Red+Green+Blue) = 234+113+114=461 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.76% from 461); Green value is 113 (44.53% from 255 or 24.51% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7172 is #158E8D. Grayscale: #959595. Windows color (decimal): -1412750 or 7500266. OLE color: 7500266.
HSL color Cylindrical-coordinate representation of color #EA7172: hue angle of 359.5º 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 #EA7172 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 113 | 114 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.08 |
| HSL | 359.5º | 0.74% | 0.68% | - |
| HSV(B) | 359.5º | 0.52% | 0.92% | - |
| XYZ | 42.87 | 30.52 | 19.55 | - |
| YUV | 149.29 | 108.09 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 113 | 114 | 0 | 0.52 | 0.51 | 0.08 | 359.5 | 0.74 | 0.68 |
| Hex | EA | 71 | 72 | 0 | 34 | 33 | 8 | 168 | 4A | 44 |
| Octal | 352 | 161 | 162 | 0 | 64 | 63 | 10 | 550 | 112 | 104 |
| Binary | 11101010 | 1110001 | 1110010 | 0 | 110100 | 110011 | 1000 | 101101000 | 1001010 | 1000100 |
Color Harmonies of #EA7172
Complementary color
Monochromatic Colors of #EA7172
Black with #EA7172
Text Example
Text Example
White with #EA7172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7172; }
p { color: rgb(234,113,114); }
H1.HeaderClassName
{
color: #EA7172;
}
.AnyTagClassName
{
color: #EA7172;
}
</style>
background-color css
<style>
a { background-color: #EA7172; }
a { background-color: rgb(234,113,114); }
div.DivClassName
{
background-color: #EA7172;
}
.BgClassName
{
background-color: #EA7172;
}
</style>
border-color css
<style>
span { border-color: #EA7172; }
span { border-color: rgb(234,113,114); }
td.TdClassName
{
border-color: #EA7172;
}
.TagClassName
{
border-color: #EA7172;
}
</style>