Shades of Froly #EA5E72
Tints of Froly #EA5E72
RGB
CMYK
RGB Variations
Color information
#EA5E72 (or 0xEA5E72) is known color: Froly. HEX triplet: EA, 5E and 72. RGB value is (234,94,114). Sum of RGB (Red+Green+Blue) = 234+94+114=442 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.94% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5E72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5E72 is #15A18D. Grayscale: #8A8A8A. Windows color (decimal): -1417614 or 7495402. OLE color: 7495402.
HSL color Cylindrical-coordinate representation of color #EA5E72: hue angle of 351.43º 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 #EA5E72 is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 94 | 114 | - |
| CMYK | 0 | 0.60 | 0.51 | 0.08 |
| HSL | 351.43º | 0.77% | 0.64% | - |
| HSV(B) | 351.43º | 0.6% | 0.92% | - |
| XYZ | 40.97 | 26.71 | 18.92 | - |
| YUV | 138.14 | 114.38 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 94 | 114 | 0 | 0.60 | 0.51 | 0.08 | 351.43 | 0.77 | 0.64 |
| Hex | EA | 5E | 72 | 0 | 3C | 33 | 8 | 15F | 4D | 40 |
| Octal | 352 | 136 | 162 | 0 | 74 | 63 | 10 | 537 | 115 | 100 |
| Binary | 11101010 | 1011110 | 1110010 | 0 | 111100 | 110011 | 1000 | 101011111 | 1001101 | 1000000 |
Color Harmonies of #EA5E72
Complementary color
Monochromatic Colors of #EA5E72
Black with #EA5E72
Text Example
Text Example
White with #EA5E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5E72; }
p { color: rgb(234,94,114); }
H1.HeaderClassName
{
color: #EA5E72;
}
.AnyTagClassName
{
color: #EA5E72;
}
</style>
background-color css
<style>
a { background-color: #EA5E72; }
a { background-color: rgb(234,94,114); }
div.DivClassName
{
background-color: #EA5E72;
}
.BgClassName
{
background-color: #EA5E72;
}
</style>
border-color css
<style>
span { border-color: #EA5E72; }
span { border-color: rgb(234,94,114); }
td.TdClassName
{
border-color: #EA5E72;
}
.TagClassName
{
border-color: #EA5E72;
}
</style>