Shades of Froly #EE6F80
Tints of Froly #EE6F80
RGB
CMYK
RGB Variations
Color information
#EE6F80 (or 0xEE6F80) is known color: Froly. HEX triplet: EE, 6F and 80. RGB value is (238,111,128). Sum of RGB (Red+Green+Blue) = 238+111+128=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 111 (43.75% from 255 or 23.27% from 477); Blue value is 128 (50.39% from 255 or 26.83% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE6F80 is #11907F. Grayscale: #969696. Windows color (decimal): -1151104 or 8417262. OLE color: 8417262.
HSL color Cylindrical-coordinate representation of color #EE6F80: hue angle of 351.97º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE6F80 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 111 | 128 | - |
| CMYK | 0 | 0.53 | 0.46 | 0.07 |
| HSL | 351.97º | 0.79% | 0.68% | - |
| HSV(B) | 351.97º | 0.53% | 0.93% | - |
| XYZ | 44.84 | 31.1 | 24.06 | - |
| YUV | 150.91 | 115.08 | 190.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 111 | 128 | 0 | 0.53 | 0.46 | 0.07 | 351.97 | 0.79 | 0.68 |
| Hex | EE | 6F | 80 | 0 | 35 | 2E | 7 | 160 | 4F | 44 |
| Octal | 356 | 157 | 200 | 0 | 65 | 56 | 7 | 540 | 117 | 104 |
| Binary | 11101110 | 1101111 | 10000000 | 0 | 110101 | 101110 | 111 | 101100000 | 1001111 | 1000100 |
Color Harmonies of #EE6F80
Complementary color
Monochromatic Colors of #EE6F80
Black with #EE6F80
Text Example
Text Example
White with #EE6F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6F80; }
p { color: rgb(238,111,128); }
H1.HeaderClassName
{
color: #EE6F80;
}
.AnyTagClassName
{
color: #EE6F80;
}
</style>
background-color css
<style>
a { background-color: #EE6F80; }
a { background-color: rgb(238,111,128); }
div.DivClassName
{
background-color: #EE6F80;
}
.BgClassName
{
background-color: #EE6F80;
}
</style>
border-color css
<style>
span { border-color: #EE6F80; }
span { border-color: rgb(238,111,128); }
td.TdClassName
{
border-color: #EE6F80;
}
.TagClassName
{
border-color: #EE6F80;
}
</style>