Shades of Froly #EE696E
Tints of Froly #EE696E
RGB
CMYK
RGB Variations
Color information
#EE696E (or 0xEE696E) is known color: Froly. HEX triplet: EE, 69 and 6E. RGB value is (238,105,110). Sum of RGB (Red+Green+Blue) = 238+105+110=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EE696E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE696E is #119691. Grayscale: #919191. Windows color (decimal): -1152658 or 7236078. OLE color: 7236078.
HSL color Cylindrical-coordinate representation of color #EE696E: hue angle of 357.74º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE696E is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 110 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.07 |
| HSL | 357.74º | 0.8% | 0.67% | - |
| HSV(B) | 357.74º | 0.56% | 0.93% | - |
| XYZ | 43.13 | 29.41 | 18.15 | - |
| YUV | 145.34 | 108.06 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 110 | 0 | 0.56 | 0.54 | 0.07 | 357.74 | 0.8 | 0.67 |
| Hex | EE | 69 | 6E | 0 | 38 | 36 | 7 | 166 | 50 | 43 |
| Octal | 356 | 151 | 156 | 0 | 70 | 66 | 7 | 546 | 120 | 103 |
| Binary | 11101110 | 1101001 | 1101110 | 0 | 111000 | 110110 | 111 | 101100110 | 1010000 | 1000011 |
Color Harmonies of #EE696E
Complementary color
Monochromatic Colors of #EE696E
Black with #EE696E
Text Example
Text Example
White with #EE696E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE696E; }
p { color: rgb(238,105,110); }
H1.HeaderClassName
{
color: #EE696E;
}
.AnyTagClassName
{
color: #EE696E;
}
</style>
background-color css
<style>
a { background-color: #EE696E; }
a { background-color: rgb(238,105,110); }
div.DivClassName
{
background-color: #EE696E;
}
.BgClassName
{
background-color: #EE696E;
}
</style>
border-color css
<style>
span { border-color: #EE696E; }
span { border-color: rgb(238,105,110); }
td.TdClassName
{
border-color: #EE696E;
}
.TagClassName
{
border-color: #EE696E;
}
</style>