Shades of Froly #E57374
Tints of Froly #E57374
RGB
CMYK
RGB Variations
Color information
#E57374 (or 0xE57374) is known color: Froly. HEX triplet: E5, 73 and 74. RGB value is (229,115,116). Sum of RGB (Red+Green+Blue) = 229+115+116=460 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.78% from 460); Green value is 115 (45.31% from 255 or 25% from 460); Blue value is 116 (45.70% from 255 or 25.22% from 460); Max value from RGB is 229 - color contains mainly: red. Hex color #E57374 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E57374 is #1A8C8B. Grayscale: #959595. Windows color (decimal): -1739916 or 7631845. OLE color: 7631845.
HSL color Cylindrical-coordinate representation of color #E57374: hue angle of 359.47º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E57374 is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 115 | 116 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.10 |
| HSL | 359.47º | 0.69% | 0.67% | - |
| HSV(B) | 359.47º | 0.5% | 0.9% | - |
| XYZ | 41.6 | 30.18 | 20.16 | - |
| YUV | 149.2 | 109.27 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 115 | 116 | 0 | 0.50 | 0.49 | 0.10 | 359.47 | 0.69 | 0.67 |
| Hex | E5 | 73 | 74 | 0 | 32 | 31 | A | 167 | 45 | 43 |
| Octal | 345 | 163 | 164 | 0 | 62 | 61 | 12 | 547 | 105 | 103 |
| Binary | 11100101 | 1110011 | 1110100 | 0 | 110010 | 110001 | 1010 | 101100111 | 1000101 | 1000011 |
Color Harmonies of #E57374
Complementary color
Monochromatic Colors of #E57374
Black with #E57374
Text Example
Text Example
White with #E57374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E57374; }
p { color: rgb(229,115,116); }
H1.HeaderClassName
{
color: #E57374;
}
.AnyTagClassName
{
color: #E57374;
}
</style>
background-color css
<style>
a { background-color: #E57374; }
a { background-color: rgb(229,115,116); }
div.DivClassName
{
background-color: #E57374;
}
.BgClassName
{
background-color: #E57374;
}
</style>
border-color css
<style>
span { border-color: #E57374; }
span { border-color: rgb(229,115,116); }
td.TdClassName
{
border-color: #E57374;
}
.TagClassName
{
border-color: #E57374;
}
</style>