Shades of Froly #EA596B
Tints of Froly #EA596B
RGB
CMYK
RGB Variations
Color information
#EA596B (or 0xEA596B) is known color: Froly. HEX triplet: EA, 59 and 6B. RGB value is (234,89,107). Sum of RGB (Red+Green+Blue) = 234+89+107=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 107 (42.19% from 255 or 24.88% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EA596B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA596B is #15A694. Grayscale: #868686. Windows color (decimal): -1418901 or 7035370. OLE color: 7035370.
HSL color Cylindrical-coordinate representation of color #EA596B: hue angle of 352.55º 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 #EA596B is Cyan = 0, Magento = 0.62, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 89 | 107 | - |
| CMYK | 0 | 0.62 | 0.54 | 0.08 |
| HSL | 352.55º | 0.78% | 0.63% | - |
| HSV(B) | 352.55º | 0.62% | 0.92% | - |
| XYZ | 40.16 | 25.7 | 16.75 | - |
| YUV | 134.41 | 112.54 | 199.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 89 | 107 | 0 | 0.62 | 0.54 | 0.08 | 352.55 | 0.78 | 0.63 |
| Hex | EA | 59 | 6B | 0 | 3E | 36 | 8 | 161 | 4E | 3F |
| Octal | 352 | 131 | 153 | 0 | 76 | 66 | 10 | 541 | 116 | 77 |
| Binary | 11101010 | 1011001 | 1101011 | 0 | 111110 | 110110 | 1000 | 101100001 | 1001110 | 111111 |
Color Harmonies of #EA596B
Complementary color
Monochromatic Colors of #EA596B
Black with #EA596B
Text Example
Text Example
White with #EA596B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA596B; }
p { color: rgb(234,89,107); }
H1.HeaderClassName
{
color: #EA596B;
}
.AnyTagClassName
{
color: #EA596B;
}
</style>
background-color css
<style>
a { background-color: #EA596B; }
a { background-color: rgb(234,89,107); }
div.DivClassName
{
background-color: #EA596B;
}
.BgClassName
{
background-color: #EA596B;
}
</style>
border-color css
<style>
span { border-color: #EA596B; }
span { border-color: rgb(234,89,107); }
td.TdClassName
{
border-color: #EA596B;
}
.TagClassName
{
border-color: #EA596B;
}
</style>