Shades of Froly #EE595F
Tints of Froly #EE595F
RGB
CMYK
RGB Variations
Color information
#EE595F (or 0xEE595F) is known color: Froly. HEX triplet: EE, 59 and 5F. RGB value is (238,89,95). Sum of RGB (Red+Green+Blue) = 238+89+95=422 (55% of max value = 765). Red value is 238 (93.36% from 255 or 56.40% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 95 (37.5% from 255 or 22.51% from 422); Max value from RGB is 238 - color contains mainly: red. Hex color #EE595F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE595F is #11A6A0. Grayscale: #868686. Windows color (decimal): -1156769 or 6248942. OLE color: 6248942.
HSL color Cylindrical-coordinate representation of color #EE595F: hue angle of 357.58º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EE595F is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 89 | 95 | - |
| CMYK | 0 | 0.63 | 0.60 | 0.07 |
| HSL | 357.58º | 0.81% | 0.64% | - |
| HSV(B) | 357.58º | 0.63% | 0.93% | - |
| XYZ | 40.9 | 26.15 | 13.72 | - |
| YUV | 134.24 | 105.86 | 202.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 89 | 95 | 0 | 0.63 | 0.60 | 0.07 | 357.58 | 0.81 | 0.64 |
| Hex | EE | 59 | 5F | 0 | 3F | 3C | 7 | 166 | 51 | 40 |
| Octal | 356 | 131 | 137 | 0 | 77 | 74 | 7 | 546 | 121 | 100 |
| Binary | 11101110 | 1011001 | 1011111 | 0 | 111111 | 111100 | 111 | 101100110 | 1010001 | 1000000 |
Color Harmonies of #EE595F
Complementary color
Monochromatic Colors of #EE595F
Black with #EE595F
Text Example
Text Example
White with #EE595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE595F; }
p { color: rgb(238,89,95); }
H1.HeaderClassName
{
color: #EE595F;
}
.AnyTagClassName
{
color: #EE595F;
}
</style>
background-color css
<style>
a { background-color: #EE595F; }
a { background-color: rgb(238,89,95); }
div.DivClassName
{
background-color: #EE595F;
}
.BgClassName
{
background-color: #EE595F;
}
</style>
border-color css
<style>
span { border-color: #EE595F; }
span { border-color: rgb(238,89,95); }
td.TdClassName
{
border-color: #EE595F;
}
.TagClassName
{
border-color: #EE595F;
}
</style>