Shades of Froly #EE666A
Tints of Froly #EE666A
RGB
CMYK
RGB Variations
Color information
#EE666A (or 0xEE666A) is known color: Froly. HEX triplet: EE, 66 and 6A. RGB value is (238,102,106). Sum of RGB (Red+Green+Blue) = 238+102+106=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 102 (40.23% from 255 or 22.87% from 446); Blue value is 106 (41.80% from 255 or 23.77% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EE666A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE666A is #119995. Grayscale: #8F8F8F. Windows color (decimal): -1153430 or 6973166. OLE color: 6973166.
HSL color Cylindrical-coordinate representation of color #EE666A: hue angle of 358.24º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE666A is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 106 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.07 |
| HSL | 358.24º | 0.8% | 0.67% | - |
| HSV(B) | 358.24º | 0.57% | 0.93% | - |
| XYZ | 42.61 | 28.72 | 16.93 | - |
| YUV | 143.12 | 107.06 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 106 | 0 | 0.57 | 0.55 | 0.07 | 358.24 | 0.8 | 0.67 |
| Hex | EE | 66 | 6A | 0 | 39 | 37 | 7 | 166 | 50 | 43 |
| Octal | 356 | 146 | 152 | 0 | 71 | 67 | 7 | 546 | 120 | 103 |
| Binary | 11101110 | 1100110 | 1101010 | 0 | 111001 | 110111 | 111 | 101100110 | 1010000 | 1000011 |
Color Harmonies of #EE666A
Complementary color
Monochromatic Colors of #EE666A
Black with #EE666A
Text Example
Text Example
White with #EE666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE666A; }
p { color: rgb(238,102,106); }
H1.HeaderClassName
{
color: #EE666A;
}
.AnyTagClassName
{
color: #EE666A;
}
</style>
background-color css
<style>
a { background-color: #EE666A; }
a { background-color: rgb(238,102,106); }
div.DivClassName
{
background-color: #EE666A;
}
.BgClassName
{
background-color: #EE666A;
}
</style>
border-color css
<style>
span { border-color: #EE666A; }
span { border-color: rgb(238,102,106); }
td.TdClassName
{
border-color: #EE666A;
}
.TagClassName
{
border-color: #EE666A;
}
</style>