Shades of Froly #EA5C6B
Tints of Froly #EA5C6B
RGB
CMYK
RGB Variations
Color information
#EA5C6B (or 0xEA5C6B) is known color: Froly. HEX triplet: EA, 5C and 6B. RGB value is (234,92,107). Sum of RGB (Red+Green+Blue) = 234+92+107=433 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.04% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5C6B is #15A394. Grayscale: #888888. Windows color (decimal): -1418133 or 7036138. OLE color: 7036138.
HSL color Cylindrical-coordinate representation of color #EA5C6B: hue angle of 353.66º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA5C6B is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 107 | - |
| CMYK | 0 | 0.61 | 0.54 | 0.08 |
| HSL | 353.66º | 0.77% | 0.64% | - |
| HSV(B) | 353.66º | 0.61% | 0.92% | - |
| XYZ | 40.41 | 26.21 | 16.84 | - |
| YUV | 136.17 | 111.54 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 107 | 0 | 0.61 | 0.54 | 0.08 | 353.66 | 0.77 | 0.64 |
| Hex | EA | 5C | 6B | 0 | 3D | 36 | 8 | 162 | 4D | 40 |
| Octal | 352 | 134 | 153 | 0 | 75 | 66 | 10 | 542 | 115 | 100 |
| Binary | 11101010 | 1011100 | 1101011 | 0 | 111101 | 110110 | 1000 | 101100010 | 1001101 | 1000000 |
Color Harmonies of #EA5C6B
Complementary color
Monochromatic Colors of #EA5C6B
Black with #EA5C6B
Text Example
Text Example
White with #EA5C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5C6B; }
p { color: rgb(234,92,107); }
H1.HeaderClassName
{
color: #EA5C6B;
}
.AnyTagClassName
{
color: #EA5C6B;
}
</style>
background-color css
<style>
a { background-color: #EA5C6B; }
a { background-color: rgb(234,92,107); }
div.DivClassName
{
background-color: #EA5C6B;
}
.BgClassName
{
background-color: #EA5C6B;
}
</style>
border-color css
<style>
span { border-color: #EA5C6B; }
span { border-color: rgb(234,92,107); }
td.TdClassName
{
border-color: #EA5C6B;
}
.TagClassName
{
border-color: #EA5C6B;
}
</style>