Shades of Froly #EA8081
Tints of Froly #EA8081
RGB
CMYK
RGB Variations
Color information
#EA8081 (or 0xEA8081) is known color: Froly. HEX triplet: EA, 80 and 81. RGB value is (234,128,129). Sum of RGB (Red+Green+Blue) = 234+128+129=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EA8081 is #157F7E. Grayscale: #9F9F9F. Windows color (decimal): -1408895 or 8487146. OLE color: 8487146.
HSL color Cylindrical-coordinate representation of color #EA8081: hue angle of 359.43º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EA8081 is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 128 | 129 | - |
| CMYK | 0 | 0.45 | 0.45 | 0.08 |
| HSL | 359.43º | 0.72% | 0.71% | - |
| HSV(B) | 359.43º | 0.45% | 0.92% | - |
| XYZ | 45.61 | 34.52 | 25.03 | - |
| YUV | 159.81 | 110.62 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 128 | 129 | 0 | 0.45 | 0.45 | 0.08 | 359.43 | 0.72 | 0.71 |
| Hex | EA | 80 | 81 | 0 | 2D | 2D | 8 | 167 | 48 | 47 |
| Octal | 352 | 200 | 201 | 0 | 55 | 55 | 10 | 547 | 110 | 107 |
| Binary | 11101010 | 10000000 | 10000001 | 0 | 101101 | 101101 | 1000 | 101100111 | 1001000 | 1000111 |
Color Harmonies of #EA8081
Complementary color
Monochromatic Colors of #EA8081
Black with #EA8081
Text Example
Text Example
White with #EA8081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA8081; }
p { color: rgb(234,128,129); }
H1.HeaderClassName
{
color: #EA8081;
}
.AnyTagClassName
{
color: #EA8081;
}
</style>
background-color css
<style>
a { background-color: #EA8081; }
a { background-color: rgb(234,128,129); }
div.DivClassName
{
background-color: #EA8081;
}
.BgClassName
{
background-color: #EA8081;
}
</style>
border-color css
<style>
span { border-color: #EA8081; }
span { border-color: rgb(234,128,129); }
td.TdClassName
{
border-color: #EA8081;
}
.TagClassName
{
border-color: #EA8081;
}
</style>