Shades of Froly #EE6C6D
Tints of Froly #EE6C6D
RGB
CMYK
RGB Variations
Color information
#EE6C6D (or 0xEE6C6D) is known color: Froly. HEX triplet: EE, 6C and 6D. RGB value is (238,108,109). Sum of RGB (Red+Green+Blue) = 238+108+109=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6C6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6C6D is #119392. Grayscale: #939393. Windows color (decimal): -1151891 or 7171310. OLE color: 7171310.
HSL color Cylindrical-coordinate representation of color #EE6C6D: hue angle of 359.54º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6C6D is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 108 | 109 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.07 |
| HSL | 359.54º | 0.79% | 0.68% | - |
| HSV(B) | 359.54º | 0.55% | 0.93% | - |
| XYZ | 43.38 | 30.01 | 17.97 | - |
| YUV | 146.98 | 106.57 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 108 | 109 | 0 | 0.55 | 0.54 | 0.07 | 359.54 | 0.79 | 0.68 |
| Hex | EE | 6C | 6D | 0 | 37 | 36 | 7 | 168 | 4F | 44 |
| Octal | 356 | 154 | 155 | 0 | 67 | 66 | 7 | 550 | 117 | 104 |
| Binary | 11101110 | 1101100 | 1101101 | 0 | 110111 | 110110 | 111 | 101101000 | 1001111 | 1000100 |
Color Harmonies of #EE6C6D
Complementary color
Monochromatic Colors of #EE6C6D
Black with #EE6C6D
Text Example
Text Example
White with #EE6C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6C6D; }
p { color: rgb(238,108,109); }
H1.HeaderClassName
{
color: #EE6C6D;
}
.AnyTagClassName
{
color: #EE6C6D;
}
</style>
background-color css
<style>
a { background-color: #EE6C6D; }
a { background-color: rgb(238,108,109); }
div.DivClassName
{
background-color: #EE6C6D;
}
.BgClassName
{
background-color: #EE6C6D;
}
</style>
border-color css
<style>
span { border-color: #EE6C6D; }
span { border-color: rgb(238,108,109); }
td.TdClassName
{
border-color: #EE6C6D;
}
.TagClassName
{
border-color: #EE6C6D;
}
</style>