Shades of Froly #EA666D
Tints of Froly #EA666D
RGB
CMYK
RGB Variations
Color information
#EA666D (or 0xEA666D) is known color: Froly. HEX triplet: EA, 66 and 6D. RGB value is (234,102,109). Sum of RGB (Red+Green+Blue) = 234+102+109=445 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.58% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 234 - color contains mainly: red. Hex color #EA666D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA666D is #159992. Grayscale: #8E8E8E. Windows color (decimal): -1415571 or 7169770. OLE color: 7169770.
HSL color Cylindrical-coordinate representation of color #EA666D: hue angle of 356.82º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EA666D is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 102 | 109 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.08 |
| HSL | 356.82º | 0.76% | 0.66% | - |
| HSV(B) | 356.82º | 0.56% | 0.92% | - |
| XYZ | 41.44 | 28.1 | 17.71 | - |
| YUV | 142.27 | 109.23 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 102 | 109 | 0 | 0.56 | 0.53 | 0.08 | 356.82 | 0.76 | 0.66 |
| Hex | EA | 66 | 6D | 0 | 38 | 35 | 8 | 165 | 4C | 42 |
| Octal | 352 | 146 | 155 | 0 | 70 | 65 | 10 | 545 | 114 | 102 |
| Binary | 11101010 | 1100110 | 1101101 | 0 | 111000 | 110101 | 1000 | 101100101 | 1001100 | 1000010 |
Color Harmonies of #EA666D
Complementary color
Monochromatic Colors of #EA666D
Black with #EA666D
Text Example
Text Example
White with #EA666D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA666D; }
p { color: rgb(234,102,109); }
H1.HeaderClassName
{
color: #EA666D;
}
.AnyTagClassName
{
color: #EA666D;
}
</style>
background-color css
<style>
a { background-color: #EA666D; }
a { background-color: rgb(234,102,109); }
div.DivClassName
{
background-color: #EA666D;
}
.BgClassName
{
background-color: #EA666D;
}
</style>
border-color css
<style>
span { border-color: #EA666D; }
span { border-color: rgb(234,102,109); }
td.TdClassName
{
border-color: #EA666D;
}
.TagClassName
{
border-color: #EA666D;
}
</style>