Shades of Froly #EA787C
Tints of Froly #EA787C
RGB
CMYK
RGB Variations
Color information
#EA787C (or 0xEA787C) is known color: Froly. HEX triplet: EA, 78 and 7C. RGB value is (234,120,124). Sum of RGB (Red+Green+Blue) = 234+120+124=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 120 (47.27% from 255 or 25.10% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA787C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA787C is #158783. Grayscale: #9A9A9A. Windows color (decimal): -1410948 or 8157418. OLE color: 8157418.
HSL color Cylindrical-coordinate representation of color #EA787C: hue angle of 357.89º 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 #EA787C is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 120 | 124 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.08 |
| HSL | 357.89º | 0.73% | 0.69% | - |
| HSV(B) | 357.89º | 0.49% | 0.92% | - |
| XYZ | 44.29 | 32.38 | 22.98 | - |
| YUV | 154.54 | 110.77 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 120 | 124 | 0 | 0.49 | 0.47 | 0.08 | 357.89 | 0.73 | 0.69 |
| Hex | EA | 78 | 7C | 0 | 31 | 2F | 8 | 166 | 49 | 45 |
| Octal | 352 | 170 | 174 | 0 | 61 | 57 | 10 | 546 | 111 | 105 |
| Binary | 11101010 | 1111000 | 1111100 | 0 | 110001 | 101111 | 1000 | 101100110 | 1001001 | 1000101 |
Color Harmonies of #EA787C
Complementary color
Monochromatic Colors of #EA787C
Black with #EA787C
Text Example
Text Example
White with #EA787C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA787C; }
p { color: rgb(234,120,124); }
H1.HeaderClassName
{
color: #EA787C;
}
.AnyTagClassName
{
color: #EA787C;
}
</style>
background-color css
<style>
a { background-color: #EA787C; }
a { background-color: rgb(234,120,124); }
div.DivClassName
{
background-color: #EA787C;
}
.BgClassName
{
background-color: #EA787C;
}
</style>
border-color css
<style>
span { border-color: #EA787C; }
span { border-color: rgb(234,120,124); }
td.TdClassName
{
border-color: #EA787C;
}
.TagClassName
{
border-color: #EA787C;
}
</style>