Shades of Froly #EA5866
Tints of Froly #EA5866
RGB
CMYK
RGB Variations
Color information
#EA5866 (or 0xEA5866) is known color: Froly. HEX triplet: EA, 58 and 66. RGB value is (234,88,102). Sum of RGB (Red+Green+Blue) = 234+88+102=424 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.19% from 424); Green value is 88 (34.77% from 255 or 20.75% from 424); Blue value is 102 (40.23% from 255 or 24.06% from 424); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5866 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5866 is #15A799. Grayscale: #858585. Windows color (decimal): -1419162 or 6707434. OLE color: 6707434.
HSL color Cylindrical-coordinate representation of color #EA5866: hue angle of 354.25º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EA5866 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 102 | - |
| CMYK | 0 | 0.62 | 0.56 | 0.08 |
| HSL | 354.25º | 0.78% | 0.63% | - |
| HSV(B) | 354.25º | 0.62% | 0.92% | - |
| XYZ | 39.82 | 25.43 | 15.38 | - |
| YUV | 133.25 | 110.37 | 199.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 102 | 0 | 0.62 | 0.56 | 0.08 | 354.25 | 0.78 | 0.63 |
| Hex | EA | 58 | 66 | 0 | 3E | 38 | 8 | 162 | 4E | 3F |
| Octal | 352 | 130 | 146 | 0 | 76 | 70 | 10 | 542 | 116 | 77 |
| Binary | 11101010 | 1011000 | 1100110 | 0 | 111110 | 111000 | 1000 | 101100010 | 1001110 | 111111 |
Color Harmonies of #EA5866
Complementary color
Monochromatic Colors of #EA5866
Black with #EA5866
Text Example
Text Example
White with #EA5866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5866; }
p { color: rgb(234,88,102); }
H1.HeaderClassName
{
color: #EA5866;
}
.AnyTagClassName
{
color: #EA5866;
}
</style>
background-color css
<style>
a { background-color: #EA5866; }
a { background-color: rgb(234,88,102); }
div.DivClassName
{
background-color: #EA5866;
}
.BgClassName
{
background-color: #EA5866;
}
</style>
border-color css
<style>
span { border-color: #EA5866; }
span { border-color: rgb(234,88,102); }
td.TdClassName
{
border-color: #EA5866;
}
.TagClassName
{
border-color: #EA5866;
}
</style>