Shades of Froly #EA7377
Tints of Froly #EA7377
RGB
CMYK
RGB Variations
Color information
#EA7377 (or 0xEA7377) is known color: Froly. HEX triplet: EA, 73 and 77. RGB value is (234,115,119). Sum of RGB (Red+Green+Blue) = 234+115+119=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7377 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7377 is #158C88. Grayscale: #979797. Windows color (decimal): -1412233 or 7828458. OLE color: 7828458.
HSL color Cylindrical-coordinate representation of color #EA7377: hue angle of 357.98º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA7377 is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 119 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.08 |
| HSL | 357.98º | 0.74% | 0.68% | - |
| HSV(B) | 357.98º | 0.51% | 0.92% | - |
| XYZ | 43.39 | 31.09 | 21.17 | - |
| YUV | 151.04 | 109.92 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 119 | 0 | 0.51 | 0.49 | 0.08 | 357.98 | 0.74 | 0.68 |
| Hex | EA | 73 | 77 | 0 | 33 | 31 | 8 | 166 | 4A | 44 |
| Octal | 352 | 163 | 167 | 0 | 63 | 61 | 10 | 546 | 112 | 104 |
| Binary | 11101010 | 1110011 | 1110111 | 0 | 110011 | 110001 | 1000 | 101100110 | 1001010 | 1000100 |
Color Harmonies of #EA7377
Complementary color
Monochromatic Colors of #EA7377
Black with #EA7377
Text Example
Text Example
White with #EA7377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7377; }
p { color: rgb(234,115,119); }
H1.HeaderClassName
{
color: #EA7377;
}
.AnyTagClassName
{
color: #EA7377;
}
</style>
background-color css
<style>
a { background-color: #EA7377; }
a { background-color: rgb(234,115,119); }
div.DivClassName
{
background-color: #EA7377;
}
.BgClassName
{
background-color: #EA7377;
}
</style>
border-color css
<style>
span { border-color: #EA7377; }
span { border-color: rgb(234,115,119); }
td.TdClassName
{
border-color: #EA7377;
}
.TagClassName
{
border-color: #EA7377;
}
</style>