Shades of Froly #EE6172
Tints of Froly #EE6172
RGB
CMYK
RGB Variations
Color information
#EE6172 (or 0xEE6172) is known color: Froly. HEX triplet: EE, 61 and 72. RGB value is (238,97,114). Sum of RGB (Red+Green+Blue) = 238+97+114=449 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.01% from 449); Green value is 97 (38.28% from 255 or 21.60% from 449); Blue value is 114 (44.92% from 255 or 25.39% from 449); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6172 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6172 is #119E8D. Grayscale: #8D8D8D. Windows color (decimal): -1154702 or 7496174. OLE color: 7496174.
HSL color Cylindrical-coordinate representation of color #EE6172: hue angle of 352.77º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE6172 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 114 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.07 |
| HSL | 352.77º | 0.81% | 0.66% | - |
| HSV(B) | 352.77º | 0.59% | 0.93% | - |
| XYZ | 42.57 | 27.94 | 19.07 | - |
| YUV | 141.1 | 112.71 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 114 | 0 | 0.59 | 0.52 | 0.07 | 352.77 | 0.81 | 0.66 |
| Hex | EE | 61 | 72 | 0 | 3B | 34 | 7 | 161 | 51 | 42 |
| Octal | 356 | 141 | 162 | 0 | 73 | 64 | 7 | 541 | 121 | 102 |
| Binary | 11101110 | 1100001 | 1110010 | 0 | 111011 | 110100 | 111 | 101100001 | 1010001 | 1000010 |
Color Harmonies of #EE6172
Complementary color
Monochromatic Colors of #EE6172
Black with #EE6172
Text Example
Text Example
White with #EE6172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6172; }
p { color: rgb(238,97,114); }
H1.HeaderClassName
{
color: #EE6172;
}
.AnyTagClassName
{
color: #EE6172;
}
</style>
background-color css
<style>
a { background-color: #EE6172; }
a { background-color: rgb(238,97,114); }
div.DivClassName
{
background-color: #EE6172;
}
.BgClassName
{
background-color: #EE6172;
}
</style>
border-color css
<style>
span { border-color: #EE6172; }
span { border-color: rgb(238,97,114); }
td.TdClassName
{
border-color: #EE6172;
}
.TagClassName
{
border-color: #EE6172;
}
</style>