Shades of Froly #EA5865
Tints of Froly #EA5865
RGB
CMYK
RGB Variations
Color information
#EA5865 (or 0xEA5865) is known color: Froly. HEX triplet: EA, 58 and 65. RGB value is (234,88,101). Sum of RGB (Red+Green+Blue) = 234+88+101=423 (56% of max value = 765). Red value is 234 (91.80% from 255 or 55.32% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5865 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5865 is #15A79A. Grayscale: #858585. Windows color (decimal): -1419163 or 6641898. OLE color: 6641898.
HSL color Cylindrical-coordinate representation of color #EA5865: hue angle of 354.66º 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 #EA5865 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 88 | 101 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.08 |
| HSL | 354.66º | 0.78% | 0.63% | - |
| HSV(B) | 354.66º | 0.62% | 0.92% | - |
| XYZ | 39.77 | 25.41 | 15.12 | - |
| YUV | 133.14 | 109.87 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 88 | 101 | 0 | 0.62 | 0.57 | 0.08 | 354.66 | 0.78 | 0.63 |
| Hex | EA | 58 | 65 | 0 | 3E | 39 | 8 | 163 | 4E | 3F |
| Octal | 352 | 130 | 145 | 0 | 76 | 71 | 10 | 543 | 116 | 77 |
| Binary | 11101010 | 1011000 | 1100101 | 0 | 111110 | 111001 | 1000 | 101100011 | 1001110 | 111111 |
Color Harmonies of #EA5865
Complementary color
Monochromatic Colors of #EA5865
Black with #EA5865
Text Example
Text Example
White with #EA5865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5865; }
p { color: rgb(234,88,101); }
H1.HeaderClassName
{
color: #EA5865;
}
.AnyTagClassName
{
color: #EA5865;
}
</style>
background-color css
<style>
a { background-color: #EA5865; }
a { background-color: rgb(234,88,101); }
div.DivClassName
{
background-color: #EA5865;
}
.BgClassName
{
background-color: #EA5865;
}
</style>
border-color css
<style>
span { border-color: #EA5865; }
span { border-color: rgb(234,88,101); }
td.TdClassName
{
border-color: #EA5865;
}
.TagClassName
{
border-color: #EA5865;
}
</style>