Shades of Froly #EE697B
Tints of Froly #EE697B
RGB
CMYK
RGB Variations
Color information
#EE697B (or 0xEE697B) is known color: Froly. HEX triplet: EE, 69 and 7B. RGB value is (238,105,123). Sum of RGB (Red+Green+Blue) = 238+105+123=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE697B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE697B is #119684. Grayscale: #929292. Windows color (decimal): -1152645 or 8088046. OLE color: 8088046.
HSL color Cylindrical-coordinate representation of color #EE697B: hue angle of 351.88º 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 #EE697B is Cyan = 0, Magento = 0.56, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 123 | - |
| CMYK | 0 | 0.56 | 0.48 | 0.07 |
| HSL | 351.88º | 0.8% | 0.67% | - |
| HSV(B) | 351.88º | 0.56% | 0.93% | - |
| XYZ | 43.89 | 29.71 | 22.16 | - |
| YUV | 146.82 | 114.56 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 123 | 0 | 0.56 | 0.48 | 0.07 | 351.88 | 0.8 | 0.67 |
| Hex | EE | 69 | 7B | 0 | 38 | 30 | 7 | 160 | 50 | 43 |
| Octal | 356 | 151 | 173 | 0 | 70 | 60 | 7 | 540 | 120 | 103 |
| Binary | 11101110 | 1101001 | 1111011 | 0 | 111000 | 110000 | 111 | 101100000 | 1010000 | 1000011 |
Color Harmonies of #EE697B
Complementary color
Monochromatic Colors of #EE697B
Black with #EE697B
Text Example
Text Example
White with #EE697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE697B; }
p { color: rgb(238,105,123); }
H1.HeaderClassName
{
color: #EE697B;
}
.AnyTagClassName
{
color: #EE697B;
}
</style>
background-color css
<style>
a { background-color: #EE697B; }
a { background-color: rgb(238,105,123); }
div.DivClassName
{
background-color: #EE697B;
}
.BgClassName
{
background-color: #EE697B;
}
</style>
border-color css
<style>
span { border-color: #EE697B; }
span { border-color: rgb(238,105,123); }
td.TdClassName
{
border-color: #EE697B;
}
.TagClassName
{
border-color: #EE697B;
}
</style>