Shades of Froly #EE7175
Tints of Froly #EE7175
RGB
CMYK
RGB Variations
Color information
#EE7175 (or 0xEE7175) is known color: Froly. HEX triplet: EE, 71 and 75. RGB value is (238,113,117). Sum of RGB (Red+Green+Blue) = 238+113+117=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 113 (44.53% from 255 or 24.15% from 468); Blue value is 117 (46.09% from 255 or 25% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE7175 is #118E8A. Grayscale: #969696. Windows color (decimal): -1150603 or 7696878. OLE color: 7696878.
HSL color Cylindrical-coordinate representation of color #EE7175: hue angle of 358.08º 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 #EE7175 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 113 | 117 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.07 |
| HSL | 358.08º | 0.79% | 0.69% | - |
| HSV(B) | 358.08º | 0.53% | 0.93% | - |
| XYZ | 44.38 | 31.27 | 20.53 | - |
| YUV | 150.83 | 108.91 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 113 | 117 | 0 | 0.53 | 0.51 | 0.07 | 358.08 | 0.79 | 0.69 |
| Hex | EE | 71 | 75 | 0 | 35 | 33 | 7 | 166 | 4F | 45 |
| Octal | 356 | 161 | 165 | 0 | 65 | 63 | 7 | 546 | 117 | 105 |
| Binary | 11101110 | 1110001 | 1110101 | 0 | 110101 | 110011 | 111 | 101100110 | 1001111 | 1000101 |
Color Harmonies of #EE7175
Complementary color
Monochromatic Colors of #EE7175
Black with #EE7175
Text Example
Text Example
White with #EE7175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE7175; }
p { color: rgb(238,113,117); }
H1.HeaderClassName
{
color: #EE7175;
}
.AnyTagClassName
{
color: #EE7175;
}
</style>
background-color css
<style>
a { background-color: #EE7175; }
a { background-color: rgb(238,113,117); }
div.DivClassName
{
background-color: #EE7175;
}
.BgClassName
{
background-color: #EE7175;
}
</style>
border-color css
<style>
span { border-color: #EE7175; }
span { border-color: rgb(238,113,117); }
td.TdClassName
{
border-color: #EE7175;
}
.TagClassName
{
border-color: #EE7175;
}
</style>