Shades of Froly #EE6A6E
Tints of Froly #EE6A6E
RGB
CMYK
RGB Variations
Color information
#EE6A6E (or 0xEE6A6E) is known color: Froly. HEX triplet: EE, 6A and 6E. RGB value is (238,106,110). Sum of RGB (Red+Green+Blue) = 238+106+110=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 110 (43.36% from 255 or 24.23% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6A6E is #119591. Grayscale: #929292. Windows color (decimal): -1152402 or 7236334. OLE color: 7236334.
HSL color Cylindrical-coordinate representation of color #EE6A6E: hue angle of 358.18º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6A6E is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 110 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.07 |
| HSL | 358.18º | 0.8% | 0.67% | - |
| HSV(B) | 358.18º | 0.55% | 0.93% | - |
| XYZ | 43.23 | 29.61 | 18.19 | - |
| YUV | 145.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 110 | 0 | 0.55 | 0.54 | 0.07 | 358.18 | 0.8 | 0.67 |
| Hex | EE | 6A | 6E | 0 | 37 | 36 | 7 | 166 | 50 | 43 |
| Octal | 356 | 152 | 156 | 0 | 67 | 66 | 7 | 546 | 120 | 103 |
| Binary | 11101110 | 1101010 | 1101110 | 0 | 110111 | 110110 | 111 | 101100110 | 1010000 | 1000011 |
Color Harmonies of #EE6A6E
Complementary color
Monochromatic Colors of #EE6A6E
Black with #EE6A6E
Text Example
Text Example
White with #EE6A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6A6E; }
p { color: rgb(238,106,110); }
H1.HeaderClassName
{
color: #EE6A6E;
}
.AnyTagClassName
{
color: #EE6A6E;
}
</style>
background-color css
<style>
a { background-color: #EE6A6E; }
a { background-color: rgb(238,106,110); }
div.DivClassName
{
background-color: #EE6A6E;
}
.BgClassName
{
background-color: #EE6A6E;
}
</style>
border-color css
<style>
span { border-color: #EE6A6E; }
span { border-color: rgb(238,106,110); }
td.TdClassName
{
border-color: #EE6A6E;
}
.TagClassName
{
border-color: #EE6A6E;
}
</style>