Shades of Froly #EE6D71
Tints of Froly #EE6D71
RGB
CMYK
RGB Variations
Color information
#EE6D71 (or 0xEE6D71) is known color: Froly. HEX triplet: EE, 6D and 71. RGB value is (238,109,113). Sum of RGB (Red+Green+Blue) = 238+109+113=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 109 (42.97% from 255 or 23.70% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D71 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6D71 is #11928E. Grayscale: #949494. Windows color (decimal): -1151631 or 7433710. OLE color: 7433710.
HSL color Cylindrical-coordinate representation of color #EE6D71: hue angle of 358.14º 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 #EE6D71 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 109 | 113 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.07 |
| HSL | 358.14º | 0.79% | 0.68% | - |
| HSV(B) | 358.14º | 0.54% | 0.93% | - |
| XYZ | 43.71 | 30.31 | 19.17 | - |
| YUV | 148.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 109 | 113 | 0 | 0.54 | 0.53 | 0.07 | 358.14 | 0.79 | 0.68 |
| Hex | EE | 6D | 71 | 0 | 36 | 35 | 7 | 166 | 4F | 44 |
| Octal | 356 | 155 | 161 | 0 | 66 | 65 | 7 | 546 | 117 | 104 |
| Binary | 11101110 | 1101101 | 1110001 | 0 | 110110 | 110101 | 111 | 101100110 | 1001111 | 1000100 |
Color Harmonies of #EE6D71
Complementary color
Monochromatic Colors of #EE6D71
Black with #EE6D71
Text Example
Text Example
White with #EE6D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6D71; }
p { color: rgb(238,109,113); }
H1.HeaderClassName
{
color: #EE6D71;
}
.AnyTagClassName
{
color: #EE6D71;
}
</style>
background-color css
<style>
a { background-color: #EE6D71; }
a { background-color: rgb(238,109,113); }
div.DivClassName
{
background-color: #EE6D71;
}
.BgClassName
{
background-color: #EE6D71;
}
</style>
border-color css
<style>
span { border-color: #EE6D71; }
span { border-color: rgb(238,109,113); }
td.TdClassName
{
border-color: #EE6D71;
}
.TagClassName
{
border-color: #EE6D71;
}
</style>