Shades of Froly #EE6E70
Tints of Froly #EE6E70
RGB
CMYK
RGB Variations
Color information
#EE6E70 (or 0xEE6E70) is known color: Froly. HEX triplet: EE, 6E and 70. RGB value is (238,110,112). Sum of RGB (Red+Green+Blue) = 238+110+112=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6E70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6E70 is #11918F. Grayscale: #949494. Windows color (decimal): -1151376 or 7368430. OLE color: 7368430.
HSL color Cylindrical-coordinate representation of color #EE6E70: hue angle of 359.06º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6E70 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 110 | 112 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.07 |
| HSL | 359.06º | 0.79% | 0.68% | - |
| HSV(B) | 359.06º | 0.54% | 0.93% | - |
| XYZ | 43.76 | 30.5 | 18.91 | - |
| YUV | 148.5 | 107.41 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 110 | 112 | 0 | 0.54 | 0.53 | 0.07 | 359.06 | 0.79 | 0.68 |
| Hex | EE | 6E | 70 | 0 | 36 | 35 | 7 | 167 | 4F | 44 |
| Octal | 356 | 156 | 160 | 0 | 66 | 65 | 7 | 547 | 117 | 104 |
| Binary | 11101110 | 1101110 | 1110000 | 0 | 110110 | 110101 | 111 | 101100111 | 1001111 | 1000100 |
Color Harmonies of #EE6E70
Complementary color
Monochromatic Colors of #EE6E70
Black with #EE6E70
Text Example
Text Example
White with #EE6E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6E70; }
p { color: rgb(238,110,112); }
H1.HeaderClassName
{
color: #EE6E70;
}
.AnyTagClassName
{
color: #EE6E70;
}
</style>
background-color css
<style>
a { background-color: #EE6E70; }
a { background-color: rgb(238,110,112); }
div.DivClassName
{
background-color: #EE6E70;
}
.BgClassName
{
background-color: #EE6E70;
}
</style>
border-color css
<style>
span { border-color: #EE6E70; }
span { border-color: rgb(238,110,112); }
td.TdClassName
{
border-color: #EE6E70;
}
.TagClassName
{
border-color: #EE6E70;
}
</style>