Shades of Froly #EA6D6E
Tints of Froly #EA6D6E
RGB
CMYK
RGB Variations
Color information
#EA6D6E (or 0xEA6D6E) is known color: Froly. HEX triplet: EA, 6D and 6E. RGB value is (234,109,110). Sum of RGB (Red+Green+Blue) = 234+109+110=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6D6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6D6E is #159291. Grayscale: #929292. Windows color (decimal): -1413778 or 7237098. OLE color: 7237098.
HSL color Cylindrical-coordinate representation of color #EA6D6E: hue angle of 359.52º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6D6E is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 109 | 110 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.08 |
| HSL | 359.52º | 0.75% | 0.67% | - |
| HSV(B) | 359.52º | 0.53% | 0.92% | - |
| XYZ | 42.21 | 29.56 | 18.23 | - |
| YUV | 146.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 109 | 110 | 0 | 0.53 | 0.53 | 0.08 | 359.52 | 0.75 | 0.67 |
| Hex | EA | 6D | 6E | 0 | 35 | 35 | 8 | 168 | 4B | 43 |
| Octal | 352 | 155 | 156 | 0 | 65 | 65 | 10 | 550 | 113 | 103 |
| Binary | 11101010 | 1101101 | 1101110 | 0 | 110101 | 110101 | 1000 | 101101000 | 1001011 | 1000011 |
Color Harmonies of #EA6D6E
Complementary color
Monochromatic Colors of #EA6D6E
Black with #EA6D6E
Text Example
Text Example
White with #EA6D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA6D6E; }
p { color: rgb(234,109,110); }
H1.HeaderClassName
{
color: #EA6D6E;
}
.AnyTagClassName
{
color: #EA6D6E;
}
</style>
background-color css
<style>
a { background-color: #EA6D6E; }
a { background-color: rgb(234,109,110); }
div.DivClassName
{
background-color: #EA6D6E;
}
.BgClassName
{
background-color: #EA6D6E;
}
</style>
border-color css
<style>
span { border-color: #EA6D6E; }
span { border-color: rgb(234,109,110); }
td.TdClassName
{
border-color: #EA6D6E;
}
.TagClassName
{
border-color: #EA6D6E;
}
</style>