Shades of Froly #EA616F
Tints of Froly #EA616F
RGB
CMYK
RGB Variations
Color information
#EA616F (or 0xEA616F) is known color: Froly. HEX triplet: EA, 61 and 6F. RGB value is (234,97,111). Sum of RGB (Red+Green+Blue) = 234+97+111=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 97 (38.28% from 255 or 21.95% from 442); Blue value is 111 (43.75% from 255 or 25.11% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA616F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA616F is #159E90. Grayscale: #8B8B8B. Windows color (decimal): -1416849 or 7299562. OLE color: 7299562.
HSL color Cylindrical-coordinate representation of color #EA616F: hue angle of 353.87º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA616F is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 97 | 111 | - |
| CMYK | 0 | 0.59 | 0.53 | 0.08 |
| HSL | 353.87º | 0.77% | 0.65% | - |
| HSV(B) | 353.87º | 0.59% | 0.92% | - |
| XYZ | 41.08 | 27.19 | 18.12 | - |
| YUV | 139.56 | 111.89 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 97 | 111 | 0 | 0.59 | 0.53 | 0.08 | 353.87 | 0.77 | 0.65 |
| Hex | EA | 61 | 6F | 0 | 3B | 35 | 8 | 162 | 4D | 41 |
| Octal | 352 | 141 | 157 | 0 | 73 | 65 | 10 | 542 | 115 | 101 |
| Binary | 11101010 | 1100001 | 1101111 | 0 | 111011 | 110101 | 1000 | 101100010 | 1001101 | 1000001 |
Color Harmonies of #EA616F
Complementary color
Monochromatic Colors of #EA616F
Black with #EA616F
Text Example
Text Example
White with #EA616F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA616F; }
p { color: rgb(234,97,111); }
H1.HeaderClassName
{
color: #EA616F;
}
.AnyTagClassName
{
color: #EA616F;
}
</style>
background-color css
<style>
a { background-color: #EA616F; }
a { background-color: rgb(234,97,111); }
div.DivClassName
{
background-color: #EA616F;
}
.BgClassName
{
background-color: #EA616F;
}
</style>
border-color css
<style>
span { border-color: #EA616F; }
span { border-color: rgb(234,97,111); }
td.TdClassName
{
border-color: #EA616F;
}
.TagClassName
{
border-color: #EA616F;
}
</style>