Shades of Froly #EE6D79
Tints of Froly #EE6D79
RGB
CMYK
RGB Variations
Color information
#EE6D79 (or 0xEE6D79) is known color: Froly. HEX triplet: EE, 6D and 79. RGB value is (238,109,121). Sum of RGB (Red+Green+Blue) = 238+109+121=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 121 (47.66% from 255 or 25.85% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6D79 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6D79 is #119286. Grayscale: #959595. Windows color (decimal): -1151623 or 7957998. OLE color: 7957998.
HSL color Cylindrical-coordinate representation of color #EE6D79: hue angle of 354.42º 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 #EE6D79 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 109 | 121 | - |
| CMYK | 0 | 0.54 | 0.49 | 0.07 |
| HSL | 354.42º | 0.79% | 0.68% | - |
| HSV(B) | 354.42º | 0.54% | 0.93% | - |
| XYZ | 44.18 | 30.49 | 21.65 | - |
| YUV | 148.94 | 112.24 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 109 | 121 | 0 | 0.54 | 0.49 | 0.07 | 354.42 | 0.79 | 0.68 |
| Hex | EE | 6D | 79 | 0 | 36 | 31 | 7 | 162 | 4F | 44 |
| Octal | 356 | 155 | 171 | 0 | 66 | 61 | 7 | 542 | 117 | 104 |
| Binary | 11101110 | 1101101 | 1111001 | 0 | 110110 | 110001 | 111 | 101100010 | 1001111 | 1000100 |
Color Harmonies of #EE6D79
Complementary color
Monochromatic Colors of #EE6D79
Black with #EE6D79
Text Example
Text Example
White with #EE6D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6D79; }
p { color: rgb(238,109,121); }
H1.HeaderClassName
{
color: #EE6D79;
}
.AnyTagClassName
{
color: #EE6D79;
}
</style>
background-color css
<style>
a { background-color: #EE6D79; }
a { background-color: rgb(238,109,121); }
div.DivClassName
{
background-color: #EE6D79;
}
.BgClassName
{
background-color: #EE6D79;
}
</style>
border-color css
<style>
span { border-color: #EE6D79; }
span { border-color: rgb(238,109,121); }
td.TdClassName
{
border-color: #EE6D79;
}
.TagClassName
{
border-color: #EE6D79;
}
</style>