Shades of Froly #EE7172
Tints of Froly #EE7172
RGB
CMYK
RGB Variations
Color information
#EE7172 (or 0xEE7172) is known color: Froly. HEX triplet: EE, 71 and 72. RGB value is (238,113,114). Sum of RGB (Red+Green+Blue) = 238+113+114=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7172 is #118E8D. Grayscale: #969696. Windows color (decimal): -1150606 or 7500270. OLE color: 7500270.
HSL color Cylindrical-coordinate representation of color #EE7172: hue angle of 359.52º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE7172 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 114 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.07 |
| HSL | 359.52º | 0.79% | 0.69% | - |
| HSV(B) | 359.52º | 0.53% | 0.93% | - |
| XYZ | 44.2 | 31.2 | 19.61 | - |
| YUV | 150.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 114 | 0 | 0.53 | 0.52 | 0.07 | 359.52 | 0.79 | 0.69 |
| Hex | EE | 71 | 72 | 0 | 35 | 34 | 7 | 168 | 4F | 45 |
| Octal | 356 | 161 | 162 | 0 | 65 | 64 | 7 | 550 | 117 | 105 |
| Binary | 11101110 | 1110001 | 1110010 | 0 | 110101 | 110100 | 111 | 101101000 | 1001111 | 1000101 |
Color Harmonies of #EE7172
Complementary color
Monochromatic Colors of #EE7172
Black with #EE7172
Text Example
Text Example
White with #EE7172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7172; }
p { color: rgb(238,113,114); }
H1.HeaderClassName
{
color: #EE7172;
}
.AnyTagClassName
{
color: #EE7172;
}
</style>
background-color css
<style>
a { background-color: #EE7172; }
a { background-color: rgb(238,113,114); }
div.DivClassName
{
background-color: #EE7172;
}
.BgClassName
{
background-color: #EE7172;
}
</style>
border-color css
<style>
span { border-color: #EE7172; }
span { border-color: rgb(238,113,114); }
td.TdClassName
{
border-color: #EE7172;
}
.TagClassName
{
border-color: #EE7172;
}
</style>