Shades of Froly #EA797F
Tints of Froly #EA797F
RGB
CMYK
RGB Variations
Color information
#EA797F (or 0xEA797F) is known color: Froly. HEX triplet: EA, 79 and 7F. RGB value is (234,121,127). Sum of RGB (Red+Green+Blue) = 234+121+127=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA797F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA797F is #158680. Grayscale: #9B9B9B. Windows color (decimal): -1410689 or 8354282. OLE color: 8354282.
HSL color Cylindrical-coordinate representation of color #EA797F: hue angle of 356.81º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EA797F is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 121 | 127 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.08 |
| HSL | 356.81º | 0.73% | 0.7% | - |
| HSV(B) | 356.81º | 0.48% | 0.92% | - |
| XYZ | 44.6 | 32.7 | 24.04 | - |
| YUV | 155.47 | 111.94 | 184.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 121 | 127 | 0 | 0.48 | 0.46 | 0.08 | 356.81 | 0.73 | 0.7 |
| Hex | EA | 79 | 7F | 0 | 30 | 2E | 8 | 165 | 49 | 46 |
| Octal | 352 | 171 | 177 | 0 | 60 | 56 | 10 | 545 | 111 | 106 |
| Binary | 11101010 | 1111001 | 1111111 | 0 | 110000 | 101110 | 1000 | 101100101 | 1001001 | 1000110 |
Color Harmonies of #EA797F
Complementary color
Monochromatic Colors of #EA797F
Black with #EA797F
Text Example
Text Example
White with #EA797F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA797F; }
p { color: rgb(234,121,127); }
H1.HeaderClassName
{
color: #EA797F;
}
.AnyTagClassName
{
color: #EA797F;
}
</style>
background-color css
<style>
a { background-color: #EA797F; }
a { background-color: rgb(234,121,127); }
div.DivClassName
{
background-color: #EA797F;
}
.BgClassName
{
background-color: #EA797F;
}
</style>
border-color css
<style>
span { border-color: #EA797F; }
span { border-color: rgb(234,121,127); }
td.TdClassName
{
border-color: #EA797F;
}
.TagClassName
{
border-color: #EA797F;
}
</style>