Shades of Froly #E97073
Tints of Froly #E97073
RGB
CMYK
RGB Variations
Color information
#E97073 (or 0xE97073) is known color: Froly. HEX triplet: E9, 70 and 73. RGB value is (233,112,115). Sum of RGB (Red+Green+Blue) = 233+112+115=460 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.65% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 233 - color contains mainly: red. Hex color #E97073 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E97073 is #168F8C. Grayscale: #949494. Windows color (decimal): -1478541 or 7565545. OLE color: 7565545.
HSL color Cylindrical-coordinate representation of color #E97073: hue angle of 358.51º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E97073 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 112 | 115 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.09 |
| HSL | 358.51º | 0.73% | 0.68% | - |
| HSV(B) | 358.51º | 0.52% | 0.91% | - |
| XYZ | 42.49 | 30.15 | 19.8 | - |
| YUV | 148.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 112 | 115 | 0 | 0.52 | 0.51 | 0.09 | 358.51 | 0.73 | 0.68 |
| Hex | E9 | 70 | 73 | 0 | 34 | 33 | 9 | 167 | 49 | 44 |
| Octal | 351 | 160 | 163 | 0 | 64 | 63 | 11 | 547 | 111 | 104 |
| Binary | 11101001 | 1110000 | 1110011 | 0 | 110100 | 110011 | 1001 | 101100111 | 1001001 | 1000100 |
Color Harmonies of #E97073
Complementary color
Monochromatic Colors of #E97073
Black with #E97073
Text Example
Text Example
White with #E97073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97073; }
p { color: rgb(233,112,115); }
H1.HeaderClassName
{
color: #E97073;
}
.AnyTagClassName
{
color: #E97073;
}
</style>
background-color css
<style>
a { background-color: #E97073; }
a { background-color: rgb(233,112,115); }
div.DivClassName
{
background-color: #E97073;
}
.BgClassName
{
background-color: #E97073;
}
</style>
border-color css
<style>
span { border-color: #E97073; }
span { border-color: rgb(233,112,115); }
td.TdClassName
{
border-color: #E97073;
}
.TagClassName
{
border-color: #E97073;
}
</style>