Shades of Froly #EE697E
Tints of Froly #EE697E
RGB
CMYK
RGB Variations
Color information
#EE697E (or 0xEE697E) is known color: Froly. HEX triplet: EE, 69 and 7E. RGB value is (238,105,126). Sum of RGB (Red+Green+Blue) = 238+105+126=469 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.75% from 469); Green value is 105 (41.41% from 255 or 22.39% from 469); Blue value is 126 (49.61% from 255 or 26.87% from 469); Max value from RGB is 238 - color contains mainly: red. Hex color #EE697E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE697E is #119681. Grayscale: #939393. Windows color (decimal): -1152642 or 8284654. OLE color: 8284654.
HSL color Cylindrical-coordinate representation of color #EE697E: hue angle of 350.53º 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 #EE697E is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 126 | - |
| CMYK | 0 | 0.56 | 0.47 | 0.07 |
| HSL | 350.53º | 0.8% | 0.67% | - |
| HSV(B) | 350.53º | 0.56% | 0.93% | - |
| XYZ | 44.08 | 29.79 | 23.16 | - |
| YUV | 147.16 | 116.06 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 126 | 0 | 0.56 | 0.47 | 0.07 | 350.53 | 0.8 | 0.67 |
| Hex | EE | 69 | 7E | 0 | 38 | 2F | 7 | 15F | 50 | 43 |
| Octal | 356 | 151 | 176 | 0 | 70 | 57 | 7 | 537 | 120 | 103 |
| Binary | 11101110 | 1101001 | 1111110 | 0 | 111000 | 101111 | 111 | 101011111 | 1010000 | 1000011 |
Color Harmonies of #EE697E
Complementary color
Monochromatic Colors of #EE697E
Black with #EE697E
Text Example
Text Example
White with #EE697E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE697E; }
p { color: rgb(238,105,126); }
H1.HeaderClassName
{
color: #EE697E;
}
.AnyTagClassName
{
color: #EE697E;
}
</style>
background-color css
<style>
a { background-color: #EE697E; }
a { background-color: rgb(238,105,126); }
div.DivClassName
{
background-color: #EE697E;
}
.BgClassName
{
background-color: #EE697E;
}
</style>
border-color css
<style>
span { border-color: #EE697E; }
span { border-color: rgb(238,105,126); }
td.TdClassName
{
border-color: #EE697E;
}
.TagClassName
{
border-color: #EE697E;
}
</style>