Shades of Froly #E95F68
Tints of Froly #E95F68
RGB
CMYK
RGB Variations
Color information
#E95F68 (or 0xE95F68) is known color: Froly. HEX triplet: E9, 5F and 68. RGB value is (233,95,104). Sum of RGB (Red+Green+Blue) = 233+95+104=432 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.94% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 104 (41.02% from 255 or 24.07% from 432); Max value from RGB is 233 - color contains mainly: red. Hex color #E95F68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95F68 is #16A097. Grayscale: #898989. Windows color (decimal): -1482904 or 6840297. OLE color: 6840297.
HSL color Cylindrical-coordinate representation of color #E95F68: hue angle of 356.09º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E95F68 is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 95 | 104 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.09 |
| HSL | 356.09º | 0.76% | 0.64% | - |
| HSV(B) | 356.09º | 0.59% | 0.91% | - |
| XYZ | 40.2 | 26.51 | 16.09 | - |
| YUV | 137.29 | 109.22 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 95 | 104 | 0 | 0.59 | 0.55 | 0.09 | 356.09 | 0.76 | 0.64 |
| Hex | E9 | 5F | 68 | 0 | 3B | 37 | 9 | 164 | 4C | 40 |
| Octal | 351 | 137 | 150 | 0 | 73 | 67 | 11 | 544 | 114 | 100 |
| Binary | 11101001 | 1011111 | 1101000 | 0 | 111011 | 110111 | 1001 | 101100100 | 1001100 | 1000000 |
Color Harmonies of #E95F68
Complementary color
Monochromatic Colors of #E95F68
Black with #E95F68
Text Example
Text Example
White with #E95F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95F68; }
p { color: rgb(233,95,104); }
H1.HeaderClassName
{
color: #E95F68;
}
.AnyTagClassName
{
color: #E95F68;
}
</style>
background-color css
<style>
a { background-color: #E95F68; }
a { background-color: rgb(233,95,104); }
div.DivClassName
{
background-color: #E95F68;
}
.BgClassName
{
background-color: #E95F68;
}
</style>
border-color css
<style>
span { border-color: #E95F68; }
span { border-color: rgb(233,95,104); }
td.TdClassName
{
border-color: #E95F68;
}
.TagClassName
{
border-color: #E95F68;
}
</style>