Shades of Froly #EE7374
Tints of Froly #EE7374
RGB
CMYK
RGB Variations
Color information
#EE7374 (or 0xEE7374) is known color: Froly. HEX triplet: EE, 73 and 74. RGB value is (238,115,116). Sum of RGB (Red+Green+Blue) = 238+115+116=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 115 (45.31% from 255 or 24.52% from 469); Blue value is 116 (45.70% from 255 or 24.73% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7374 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7374 is #118C8B. Grayscale: #989898. Windows color (decimal): -1150092 or 7631854. OLE color: 7631854.
HSL color Cylindrical-coordinate representation of color #EE7374: hue angle of 359.51º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE7374 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 115 | 116 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.07 |
| HSL | 359.51º | 0.78% | 0.69% | - |
| HSV(B) | 359.51º | 0.52% | 0.93% | - |
| XYZ | 44.54 | 31.7 | 20.29 | - |
| YUV | 151.89 | 107.75 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 115 | 116 | 0 | 0.52 | 0.51 | 0.07 | 359.51 | 0.78 | 0.69 |
| Hex | EE | 73 | 74 | 0 | 34 | 33 | 7 | 168 | 4E | 45 |
| Octal | 356 | 163 | 164 | 0 | 64 | 63 | 7 | 550 | 116 | 105 |
| Binary | 11101110 | 1110011 | 1110100 | 0 | 110100 | 110011 | 111 | 101101000 | 1001110 | 1000101 |
Color Harmonies of #EE7374
Complementary color
Monochromatic Colors of #EE7374
Black with #EE7374
Text Example
Text Example
White with #EE7374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7374; }
p { color: rgb(238,115,116); }
H1.HeaderClassName
{
color: #EE7374;
}
.AnyTagClassName
{
color: #EE7374;
}
</style>
background-color css
<style>
a { background-color: #EE7374; }
a { background-color: rgb(238,115,116); }
div.DivClassName
{
background-color: #EE7374;
}
.BgClassName
{
background-color: #EE7374;
}
</style>
border-color css
<style>
span { border-color: #EE7374; }
span { border-color: rgb(238,115,116); }
td.TdClassName
{
border-color: #EE7374;
}
.TagClassName
{
border-color: #EE7374;
}
</style>