Shades of Froly #EA7B7E
Tints of Froly #EA7B7E
RGB
CMYK
RGB Variations
Color information
#EA7B7E (or 0xEA7B7E) is known color: Froly. HEX triplet: EA, 7B and 7E. RGB value is (234,123,126). Sum of RGB (Red+Green+Blue) = 234+123+126=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 123 (48.44% from 255 or 25.47% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA7B7E is #158481. Grayscale: #9C9C9C. Windows color (decimal): -1410178 or 8289258. OLE color: 8289258.
HSL color Cylindrical-coordinate representation of color #EA7B7E: hue angle of 358.38º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EA7B7E is Cyan = 0, Magento = 0.47, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 123 | 126 | - |
| CMYK | 0 | 0.47 | 0.46 | 0.08 |
| HSL | 358.38º | 0.73% | 0.7% | - |
| HSV(B) | 358.38º | 0.47% | 0.92% | - |
| XYZ | 44.78 | 33.16 | 23.78 | - |
| YUV | 156.53 | 110.77 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 123 | 126 | 0 | 0.47 | 0.46 | 0.08 | 358.38 | 0.73 | 0.7 |
| Hex | EA | 7B | 7E | 0 | 2F | 2E | 8 | 166 | 49 | 46 |
| Octal | 352 | 173 | 176 | 0 | 57 | 56 | 10 | 546 | 111 | 106 |
| Binary | 11101010 | 1111011 | 1111110 | 0 | 101111 | 101110 | 1000 | 101100110 | 1001001 | 1000110 |
Color Harmonies of #EA7B7E
Complementary color
Monochromatic Colors of #EA7B7E
Black with #EA7B7E
Text Example
Text Example
White with #EA7B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7B7E; }
p { color: rgb(234,123,126); }
H1.HeaderClassName
{
color: #EA7B7E;
}
.AnyTagClassName
{
color: #EA7B7E;
}
</style>
background-color css
<style>
a { background-color: #EA7B7E; }
a { background-color: rgb(234,123,126); }
div.DivClassName
{
background-color: #EA7B7E;
}
.BgClassName
{
background-color: #EA7B7E;
}
</style>
border-color css
<style>
span { border-color: #EA7B7E; }
span { border-color: rgb(234,123,126); }
td.TdClassName
{
border-color: #EA7B7E;
}
.TagClassName
{
border-color: #EA7B7E;
}
</style>