Shades of Froly #EE7174
Tints of Froly #EE7174
RGB
CMYK
RGB Variations
Color information
#EE7174 (or 0xEE7174) is known color: Froly. HEX triplet: EE, 71 and 74. RGB value is (238,113,116). Sum of RGB (Red+Green+Blue) = 238+113+116=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 113 (44.53% from 255 or 24.20% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7174 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7174 is #118E8B. Grayscale: #969696. Windows color (decimal): -1150604 or 7631342. OLE color: 7631342.
HSL color Cylindrical-coordinate representation of color #EE7174: hue angle of 358.56º 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 #EE7174 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 116 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.07 |
| HSL | 358.56º | 0.79% | 0.69% | - |
| HSV(B) | 358.56º | 0.53% | 0.93% | - |
| XYZ | 44.32 | 31.25 | 20.22 | - |
| YUV | 150.72 | 108.41 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 116 | 0 | 0.53 | 0.51 | 0.07 | 358.56 | 0.79 | 0.69 |
| Hex | EE | 71 | 74 | 0 | 35 | 33 | 7 | 167 | 4F | 45 |
| Octal | 356 | 161 | 164 | 0 | 65 | 63 | 7 | 547 | 117 | 105 |
| Binary | 11101110 | 1110001 | 1110100 | 0 | 110101 | 110011 | 111 | 101100111 | 1001111 | 1000101 |
Color Harmonies of #EE7174
Complementary color
Monochromatic Colors of #EE7174
Black with #EE7174
Text Example
Text Example
White with #EE7174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7174; }
p { color: rgb(238,113,116); }
H1.HeaderClassName
{
color: #EE7174;
}
.AnyTagClassName
{
color: #EE7174;
}
</style>
background-color css
<style>
a { background-color: #EE7174; }
a { background-color: rgb(238,113,116); }
div.DivClassName
{
background-color: #EE7174;
}
.BgClassName
{
background-color: #EE7174;
}
</style>
border-color css
<style>
span { border-color: #EE7174; }
span { border-color: rgb(238,113,116); }
td.TdClassName
{
border-color: #EE7174;
}
.TagClassName
{
border-color: #EE7174;
}
</style>