Shades of Froly #EE6A6C
Tints of Froly #EE6A6C
RGB
CMYK
RGB Variations
Color information
#EE6A6C (or 0xEE6A6C) is known color: Froly. HEX triplet: EE, 6A and 6C. RGB value is (238,106,108). Sum of RGB (Red+Green+Blue) = 238+106+108=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A6C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6A6C is #119593. Grayscale: #919191. Windows color (decimal): -1152404 or 7105262. OLE color: 7105262.
HSL color Cylindrical-coordinate representation of color #EE6A6C: hue angle of 359.09º 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 #EE6A6C is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 108 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.07 |
| HSL | 359.09º | 0.8% | 0.67% | - |
| HSV(B) | 359.09º | 0.55% | 0.93% | - |
| XYZ | 43.12 | 29.57 | 17.62 | - |
| YUV | 145.7 | 106.73 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 108 | 0 | 0.55 | 0.55 | 0.07 | 359.09 | 0.8 | 0.67 |
| Hex | EE | 6A | 6C | 0 | 37 | 37 | 7 | 167 | 50 | 43 |
| Octal | 356 | 152 | 154 | 0 | 67 | 67 | 7 | 547 | 120 | 103 |
| Binary | 11101110 | 1101010 | 1101100 | 0 | 110111 | 110111 | 111 | 101100111 | 1010000 | 1000011 |
Color Harmonies of #EE6A6C
Complementary color
Monochromatic Colors of #EE6A6C
Black with #EE6A6C
Text Example
Text Example
White with #EE6A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6A6C; }
p { color: rgb(238,106,108); }
H1.HeaderClassName
{
color: #EE6A6C;
}
.AnyTagClassName
{
color: #EE6A6C;
}
</style>
background-color css
<style>
a { background-color: #EE6A6C; }
a { background-color: rgb(238,106,108); }
div.DivClassName
{
background-color: #EE6A6C;
}
.BgClassName
{
background-color: #EE6A6C;
}
</style>
border-color css
<style>
span { border-color: #EE6A6C; }
span { border-color: rgb(238,106,108); }
td.TdClassName
{
border-color: #EE6A6C;
}
.TagClassName
{
border-color: #EE6A6C;
}
</style>