Shades of Froly #EA7A7E
Tints of Froly #EA7A7E
RGB
CMYK
RGB Variations
Color information
#EA7A7E (or 0xEA7A7E) is known color: Froly. HEX triplet: EA, 7A and 7E. RGB value is (234,122,126). Sum of RGB (Red+Green+Blue) = 234+122+126=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 122 (48.05% from 255 or 25.31% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7A7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7A7E is #158581. Grayscale: #9C9C9C. Windows color (decimal): -1410434 or 8289002. OLE color: 8289002.
HSL color Cylindrical-coordinate representation of color #EA7A7E: hue angle of 357.86º 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 #EA7A7E is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 122 | 126 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.08 |
| HSL | 357.86º | 0.73% | 0.7% | - |
| HSV(B) | 357.86º | 0.48% | 0.92% | - |
| XYZ | 44.66 | 32.92 | 23.74 | - |
| YUV | 155.94 | 111.11 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 122 | 126 | 0 | 0.48 | 0.46 | 0.08 | 357.86 | 0.73 | 0.7 |
| Hex | EA | 7A | 7E | 0 | 30 | 2E | 8 | 166 | 49 | 46 |
| Octal | 352 | 172 | 176 | 0 | 60 | 56 | 10 | 546 | 111 | 106 |
| Binary | 11101010 | 1111010 | 1111110 | 0 | 110000 | 101110 | 1000 | 101100110 | 1001001 | 1000110 |
Color Harmonies of #EA7A7E
Complementary color
Monochromatic Colors of #EA7A7E
Black with #EA7A7E
Text Example
Text Example
White with #EA7A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7A7E; }
p { color: rgb(234,122,126); }
H1.HeaderClassName
{
color: #EA7A7E;
}
.AnyTagClassName
{
color: #EA7A7E;
}
</style>
background-color css
<style>
a { background-color: #EA7A7E; }
a { background-color: rgb(234,122,126); }
div.DivClassName
{
background-color: #EA7A7E;
}
.BgClassName
{
background-color: #EA7A7E;
}
</style>
border-color css
<style>
span { border-color: #EA7A7E; }
span { border-color: rgb(234,122,126); }
td.TdClassName
{
border-color: #EA7A7E;
}
.TagClassName
{
border-color: #EA7A7E;
}
</style>