Shades of Froly #EA676F
Tints of Froly #EA676F
RGB
CMYK
RGB Variations
Color information
#EA676F (or 0xEA676F) is known color: Froly. HEX triplet: EA, 67 and 6F. RGB value is (234,103,111). Sum of RGB (Red+Green+Blue) = 234+103+111=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA676F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA676F is #159890. Grayscale: #8F8F8F. Windows color (decimal): -1415313 or 7301098. OLE color: 7301098.
HSL color Cylindrical-coordinate representation of color #EA676F: hue angle of 356.34º 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 #EA676F is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 103 | 111 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.08 |
| HSL | 356.34º | 0.76% | 0.66% | - |
| HSV(B) | 356.34º | 0.56% | 0.92% | - |
| XYZ | 41.65 | 28.34 | 18.31 | - |
| YUV | 143.08 | 109.9 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 103 | 111 | 0 | 0.56 | 0.53 | 0.08 | 356.34 | 0.76 | 0.66 |
| Hex | EA | 67 | 6F | 0 | 38 | 35 | 8 | 164 | 4C | 42 |
| Octal | 352 | 147 | 157 | 0 | 70 | 65 | 10 | 544 | 114 | 102 |
| Binary | 11101010 | 1100111 | 1101111 | 0 | 111000 | 110101 | 1000 | 101100100 | 1001100 | 1000010 |
Color Harmonies of #EA676F
Complementary color
Monochromatic Colors of #EA676F
Black with #EA676F
Text Example
Text Example
White with #EA676F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA676F; }
p { color: rgb(234,103,111); }
H1.HeaderClassName
{
color: #EA676F;
}
.AnyTagClassName
{
color: #EA676F;
}
</style>
background-color css
<style>
a { background-color: #EA676F; }
a { background-color: rgb(234,103,111); }
div.DivClassName
{
background-color: #EA676F;
}
.BgClassName
{
background-color: #EA676F;
}
</style>
border-color css
<style>
span { border-color: #EA676F; }
span { border-color: rgb(234,103,111); }
td.TdClassName
{
border-color: #EA676F;
}
.TagClassName
{
border-color: #EA676F;
}
</style>