Shades of Froly #EA777C
Tints of Froly #EA777C
RGB
CMYK
RGB Variations
Color information
#EA777C (or 0xEA777C) is known color: Froly. HEX triplet: EA, 77 and 7C. RGB value is (234,119,124). Sum of RGB (Red+Green+Blue) = 234+119+124=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EA777C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA777C is #158883. Grayscale: #9A9A9A. Windows color (decimal): -1411204 or 8157162. OLE color: 8157162.
HSL color Cylindrical-coordinate representation of color #EA777C: hue angle of 357.39º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EA777C is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 119 | 124 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.08 |
| HSL | 357.39º | 0.73% | 0.69% | - |
| HSV(B) | 357.39º | 0.49% | 0.92% | - |
| XYZ | 44.17 | 32.14 | 22.94 | - |
| YUV | 153.96 | 111.1 | 185.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 119 | 124 | 0 | 0.49 | 0.47 | 0.08 | 357.39 | 0.73 | 0.69 |
| Hex | EA | 77 | 7C | 0 | 31 | 2F | 8 | 165 | 49 | 45 |
| Octal | 352 | 167 | 174 | 0 | 61 | 57 | 10 | 545 | 111 | 105 |
| Binary | 11101010 | 1110111 | 1111100 | 0 | 110001 | 101111 | 1000 | 101100101 | 1001001 | 1000101 |
Color Harmonies of #EA777C
Complementary color
Monochromatic Colors of #EA777C
Black with #EA777C
Text Example
Text Example
White with #EA777C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA777C; }
p { color: rgb(234,119,124); }
H1.HeaderClassName
{
color: #EA777C;
}
.AnyTagClassName
{
color: #EA777C;
}
</style>
background-color css
<style>
a { background-color: #EA777C; }
a { background-color: rgb(234,119,124); }
div.DivClassName
{
background-color: #EA777C;
}
.BgClassName
{
background-color: #EA777C;
}
</style>
border-color css
<style>
span { border-color: #EA777C; }
span { border-color: rgb(234,119,124); }
td.TdClassName
{
border-color: #EA777C;
}
.TagClassName
{
border-color: #EA777C;
}
</style>