Shades of Froly #EA5D6A
Tints of Froly #EA5D6A
RGB
CMYK
RGB Variations
Color information
#EA5D6A (or 0xEA5D6A) is known color: Froly. HEX triplet: EA, 5D and 6A. RGB value is (234,93,106). Sum of RGB (Red+Green+Blue) = 234+93+106=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 93 (36.72% from 255 or 21.48% from 433); Blue value is 106 (41.80% from 255 or 24.48% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5D6A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5D6A is #15A295. Grayscale: #888888. Windows color (decimal): -1417878 or 6970858. OLE color: 6970858.
HSL color Cylindrical-coordinate representation of color #EA5D6A: hue angle of 354.47º 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 #EA5D6A is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 93 | 106 | - |
| CMYK | 0 | 0.60 | 0.55 | 0.08 |
| HSL | 354.47º | 0.77% | 0.64% | - |
| HSV(B) | 354.47º | 0.6% | 0.92% | - |
| XYZ | 40.45 | 26.36 | 16.59 | - |
| YUV | 136.64 | 110.71 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 93 | 106 | 0 | 0.60 | 0.55 | 0.08 | 354.47 | 0.77 | 0.64 |
| Hex | EA | 5D | 6A | 0 | 3C | 37 | 8 | 162 | 4D | 40 |
| Octal | 352 | 135 | 152 | 0 | 74 | 67 | 10 | 542 | 115 | 100 |
| Binary | 11101010 | 1011101 | 1101010 | 0 | 111100 | 110111 | 1000 | 101100010 | 1001101 | 1000000 |
Color Harmonies of #EA5D6A
Complementary color
Monochromatic Colors of #EA5D6A
Black with #EA5D6A
Text Example
Text Example
White with #EA5D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5D6A; }
p { color: rgb(234,93,106); }
H1.HeaderClassName
{
color: #EA5D6A;
}
.AnyTagClassName
{
color: #EA5D6A;
}
</style>
background-color css
<style>
a { background-color: #EA5D6A; }
a { background-color: rgb(234,93,106); }
div.DivClassName
{
background-color: #EA5D6A;
}
.BgClassName
{
background-color: #EA5D6A;
}
</style>
border-color css
<style>
span { border-color: #EA5D6A; }
span { border-color: rgb(234,93,106); }
td.TdClassName
{
border-color: #EA5D6A;
}
.TagClassName
{
border-color: #EA5D6A;
}
</style>