Shades of Froly #EE6F7F
Tints of Froly #EE6F7F
RGB
CMYK
RGB Variations
Color information
#EE6F7F (or 0xEE6F7F) is known color: Froly. HEX triplet: EE, 6F and 7F. RGB value is (238,111,127). Sum of RGB (Red+Green+Blue) = 238+111+127=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6F7F is #119080. Grayscale: #969696. Windows color (decimal): -1151105 or 8351726. OLE color: 8351726.
HSL color Cylindrical-coordinate representation of color #EE6F7F: hue angle of 352.44º 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 #EE6F7F is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 111 | 127 | - |
| CMYK | 0 | 0.53 | 0.47 | 0.07 |
| HSL | 352.44º | 0.79% | 0.68% | - |
| HSV(B) | 352.44º | 0.53% | 0.93% | - |
| XYZ | 44.78 | 31.08 | 23.72 | - |
| YUV | 150.8 | 114.58 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 111 | 127 | 0 | 0.53 | 0.47 | 0.07 | 352.44 | 0.79 | 0.68 |
| Hex | EE | 6F | 7F | 0 | 35 | 2F | 7 | 160 | 4F | 44 |
| Octal | 356 | 157 | 177 | 0 | 65 | 57 | 7 | 540 | 117 | 104 |
| Binary | 11101110 | 1101111 | 1111111 | 0 | 110101 | 101111 | 111 | 101100000 | 1001111 | 1000100 |
Color Harmonies of #EE6F7F
Complementary color
Monochromatic Colors of #EE6F7F
Black with #EE6F7F
Text Example
Text Example
White with #EE6F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6F7F; }
p { color: rgb(238,111,127); }
H1.HeaderClassName
{
color: #EE6F7F;
}
.AnyTagClassName
{
color: #EE6F7F;
}
</style>
background-color css
<style>
a { background-color: #EE6F7F; }
a { background-color: rgb(238,111,127); }
div.DivClassName
{
background-color: #EE6F7F;
}
.BgClassName
{
background-color: #EE6F7F;
}
</style>
border-color css
<style>
span { border-color: #EE6F7F; }
span { border-color: rgb(238,111,127); }
td.TdClassName
{
border-color: #EE6F7F;
}
.TagClassName
{
border-color: #EE6F7F;
}
</style>