Shades of Froly #EA5E6E
Tints of Froly #EA5E6E
RGB
CMYK
RGB Variations
Color information
#EA5E6E (or 0xEA5E6E) is known color: Froly. HEX triplet: EA, 5E and 6E. RGB value is (234,94,110). Sum of RGB (Red+Green+Blue) = 234+94+110=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5E6E is #15A191. Grayscale: #898989. Windows color (decimal): -1417618 or 7233258. OLE color: 7233258.
HSL color Cylindrical-coordinate representation of color #EA5E6E: hue angle of 353.14º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5E6E is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 110 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.08 |
| HSL | 353.14º | 0.77% | 0.64% | - |
| HSV(B) | 353.14º | 0.6% | 0.92% | - |
| XYZ | 40.75 | 26.62 | 17.74 | - |
| YUV | 137.68 | 112.38 | 196.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 110 | 0 | 0.60 | 0.53 | 0.08 | 353.14 | 0.77 | 0.64 |
| Hex | EA | 5E | 6E | 0 | 3C | 35 | 8 | 161 | 4D | 40 |
| Octal | 352 | 136 | 156 | 0 | 74 | 65 | 10 | 541 | 115 | 100 |
| Binary | 11101010 | 1011110 | 1101110 | 0 | 111100 | 110101 | 1000 | 101100001 | 1001101 | 1000000 |
Color Harmonies of #EA5E6E
Complementary color
Monochromatic Colors of #EA5E6E
Black with #EA5E6E
Text Example
Text Example
White with #EA5E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E6E; }
p { color: rgb(234,94,110); }
H1.HeaderClassName
{
color: #EA5E6E;
}
.AnyTagClassName
{
color: #EA5E6E;
}
</style>
background-color css
<style>
a { background-color: #EA5E6E; }
a { background-color: rgb(234,94,110); }
div.DivClassName
{
background-color: #EA5E6E;
}
.BgClassName
{
background-color: #EA5E6E;
}
</style>
border-color css
<style>
span { border-color: #EA5E6E; }
span { border-color: rgb(234,94,110); }
td.TdClassName
{
border-color: #EA5E6E;
}
.TagClassName
{
border-color: #EA5E6E;
}
</style>