Shades of Froly #EA7E80
Tints of Froly #EA7E80
RGB
CMYK
RGB Variations
Color information
#EA7E80 (or 0xEA7E80) is known color: Froly. HEX triplet: EA, 7E and 80. RGB value is (234,126,128). Sum of RGB (Red+Green+Blue) = 234+126+128=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 128 (50.39% from 255 or 26.23% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7E80 is #15817F. Grayscale: #9E9E9E. Windows color (decimal): -1409408 or 8421098. OLE color: 8421098.
HSL color Cylindrical-coordinate representation of color #EA7E80: hue angle of 358.89º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EA7E80 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 128 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.08 |
| HSL | 358.89º | 0.72% | 0.71% | - |
| HSV(B) | 358.89º | 0.46% | 0.92% | - |
| XYZ | 45.29 | 33.97 | 24.59 | - |
| YUV | 158.52 | 110.78 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 128 | 0 | 0.46 | 0.45 | 0.08 | 358.89 | 0.72 | 0.71 |
| Hex | EA | 7E | 80 | 0 | 2E | 2D | 8 | 167 | 48 | 47 |
| Octal | 352 | 176 | 200 | 0 | 56 | 55 | 10 | 547 | 110 | 107 |
| Binary | 11101010 | 1111110 | 10000000 | 0 | 101110 | 101101 | 1000 | 101100111 | 1001000 | 1000111 |
Color Harmonies of #EA7E80
Complementary color
Monochromatic Colors of #EA7E80
Black with #EA7E80
Text Example
Text Example
White with #EA7E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7E80; }
p { color: rgb(234,126,128); }
H1.HeaderClassName
{
color: #EA7E80;
}
.AnyTagClassName
{
color: #EA7E80;
}
</style>
background-color css
<style>
a { background-color: #EA7E80; }
a { background-color: rgb(234,126,128); }
div.DivClassName
{
background-color: #EA7E80;
}
.BgClassName
{
background-color: #EA7E80;
}
</style>
border-color css
<style>
span { border-color: #EA7E80; }
span { border-color: rgb(234,126,128); }
td.TdClassName
{
border-color: #EA7E80;
}
.TagClassName
{
border-color: #EA7E80;
}
</style>