Shades of Froly #EA7374
Tints of Froly #EA7374
RGB
CMYK
RGB Variations
Color information
#EA7374 (or 0xEA7374) is known color: Froly. HEX triplet: EA, 73 and 74. RGB value is (234,115,116). Sum of RGB (Red+Green+Blue) = 234+115+116=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 115 (45.31% from 255 or 24.73% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7374 is #158C8B. Grayscale: #969696. Windows color (decimal): -1412236 or 7631850. OLE color: 7631850.
HSL color Cylindrical-coordinate representation of color #EA7374: 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.51%. Process color model (Four color, CMYK) of #EA7374 is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 115 | 116 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.08 |
| HSL | 359.5º | 0.74% | 0.68% | - |
| HSV(B) | 359.5º | 0.51% | 0.92% | - |
| XYZ | 43.21 | 31.01 | 20.23 | - |
| YUV | 150.7 | 108.42 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 115 | 116 | 0 | 0.51 | 0.50 | 0.08 | 359.5 | 0.74 | 0.68 |
| Hex | EA | 73 | 74 | 0 | 33 | 32 | 8 | 167 | 4A | 44 |
| Octal | 352 | 163 | 164 | 0 | 63 | 62 | 10 | 547 | 112 | 104 |
| Binary | 11101010 | 1110011 | 1110100 | 0 | 110011 | 110010 | 1000 | 101100111 | 1001010 | 1000100 |
Color Harmonies of #EA7374
Complementary color
Monochromatic Colors of #EA7374
Black with #EA7374
Text Example
Text Example
White with #EA7374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7374; }
p { color: rgb(234,115,116); }
H1.HeaderClassName
{
color: #EA7374;
}
.AnyTagClassName
{
color: #EA7374;
}
</style>
background-color css
<style>
a { background-color: #EA7374; }
a { background-color: rgb(234,115,116); }
div.DivClassName
{
background-color: #EA7374;
}
.BgClassName
{
background-color: #EA7374;
}
</style>
border-color css
<style>
span { border-color: #EA7374; }
span { border-color: rgb(234,115,116); }
td.TdClassName
{
border-color: #EA7374;
}
.TagClassName
{
border-color: #EA7374;
}
</style>