Shades of Froly #EA7E7F
Tints of Froly #EA7E7F
RGB
CMYK
RGB Variations
Color information
#EA7E7F (or 0xEA7E7F) is known color: Froly. HEX triplet: EA, 7E and 7F. RGB value is (234,126,127). Sum of RGB (Red+Green+Blue) = 234+126+127=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7E7F is #158180. Grayscale: #9E9E9E. Windows color (decimal): -1409409 or 8355562. OLE color: 8355562.
HSL color Cylindrical-coordinate representation of color #EA7E7F: hue angle of 359.44º 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 #EA7E7F is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 127 | - |
| CMYK | 0 | 0.46 | 0.46 | 0.08 |
| HSL | 359.44º | 0.72% | 0.71% | - |
| HSV(B) | 359.44º | 0.46% | 0.92% | - |
| XYZ | 45.22 | 33.95 | 24.25 | - |
| YUV | 158.41 | 110.28 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 127 | 0 | 0.46 | 0.46 | 0.08 | 359.44 | 0.72 | 0.71 |
| Hex | EA | 7E | 7F | 0 | 2E | 2E | 8 | 167 | 48 | 47 |
| Octal | 352 | 176 | 177 | 0 | 56 | 56 | 10 | 547 | 110 | 107 |
| Binary | 11101010 | 1111110 | 1111111 | 0 | 101110 | 101110 | 1000 | 101100111 | 1001000 | 1000111 |
Color Harmonies of #EA7E7F
Complementary color
Monochromatic Colors of #EA7E7F
Black with #EA7E7F
Text Example
Text Example
White with #EA7E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7E7F; }
p { color: rgb(234,126,127); }
H1.HeaderClassName
{
color: #EA7E7F;
}
.AnyTagClassName
{
color: #EA7E7F;
}
</style>
background-color css
<style>
a { background-color: #EA7E7F; }
a { background-color: rgb(234,126,127); }
div.DivClassName
{
background-color: #EA7E7F;
}
.BgClassName
{
background-color: #EA7E7F;
}
</style>
border-color css
<style>
span { border-color: #EA7E7F; }
span { border-color: rgb(234,126,127); }
td.TdClassName
{
border-color: #EA7E7F;
}
.TagClassName
{
border-color: #EA7E7F;
}
</style>