Shades of Froly #EA7E81
Tints of Froly #EA7E81
RGB
CMYK
RGB Variations
Color information
#EA7E81 (or 0xEA7E81) is known color: Froly. HEX triplet: EA, 7E and 81. RGB value is (234,126,129). Sum of RGB (Red+Green+Blue) = 234+126+129=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 129 (50.78% from 255 or 26.38% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7E81 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA7E81 is #15817E. Grayscale: #9E9E9E. Windows color (decimal): -1409407 or 8486634. OLE color: 8486634.
HSL color Cylindrical-coordinate representation of color #EA7E81: hue angle of 358.33º 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 #EA7E81 is Cyan = 0, Magento = 0.46, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 126 | 129 | - |
| CMYK | 0 | 0.46 | 0.45 | 0.08 |
| HSL | 358.33º | 0.72% | 0.71% | - |
| HSV(B) | 358.33º | 0.46% | 0.92% | - |
| XYZ | 45.35 | 34 | 24.94 | - |
| YUV | 158.63 | 111.28 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 126 | 129 | 0 | 0.46 | 0.45 | 0.08 | 358.33 | 0.72 | 0.71 |
| Hex | EA | 7E | 81 | 0 | 2E | 2D | 8 | 166 | 48 | 47 |
| Octal | 352 | 176 | 201 | 0 | 56 | 55 | 10 | 546 | 110 | 107 |
| Binary | 11101010 | 1111110 | 10000001 | 0 | 101110 | 101101 | 1000 | 101100110 | 1001000 | 1000111 |
Color Harmonies of #EA7E81
Complementary color
Monochromatic Colors of #EA7E81
Black with #EA7E81
Text Example
Text Example
White with #EA7E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA7E81; }
p { color: rgb(234,126,129); }
H1.HeaderClassName
{
color: #EA7E81;
}
.AnyTagClassName
{
color: #EA7E81;
}
</style>
background-color css
<style>
a { background-color: #EA7E81; }
a { background-color: rgb(234,126,129); }
div.DivClassName
{
background-color: #EA7E81;
}
.BgClassName
{
background-color: #EA7E81;
}
</style>
border-color css
<style>
span { border-color: #EA7E81; }
span { border-color: rgb(234,126,129); }
td.TdClassName
{
border-color: #EA7E81;
}
.TagClassName
{
border-color: #EA7E81;
}
</style>