Shades of Froly #E95D61
Tints of Froly #E95D61
RGB
CMYK
RGB Variations
Color information
#E95D61 (or 0xE95D61) is known color: Froly. HEX triplet: E9, 5D and 61. RGB value is (233,93,97). Sum of RGB (Red+Green+Blue) = 233+93+97=423 (56% of max value = 765). Red value is 233 (91.41% from 255 or 55.08% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 97 (38.28% from 255 or 22.93% from 423); Max value from RGB is 233 - color contains mainly: red. Hex color #E95D61 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95D61 is #16A29E. Grayscale: #878787. Windows color (decimal): -1483423 or 6381033. OLE color: 6381033.
HSL color Cylindrical-coordinate representation of color #E95D61: hue angle of 358.29º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E95D61 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 93 | 97 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.09 |
| HSL | 358.29º | 0.76% | 0.64% | - |
| HSV(B) | 358.29º | 0.6% | 0.91% | - |
| XYZ | 39.68 | 26.02 | 14.24 | - |
| YUV | 135.32 | 106.38 | 197.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 93 | 97 | 0 | 0.60 | 0.58 | 0.09 | 358.29 | 0.76 | 0.64 |
| Hex | E9 | 5D | 61 | 0 | 3C | 3A | 9 | 166 | 4C | 40 |
| Octal | 351 | 135 | 141 | 0 | 74 | 72 | 11 | 546 | 114 | 100 |
| Binary | 11101001 | 1011101 | 1100001 | 0 | 111100 | 111010 | 1001 | 101100110 | 1001100 | 1000000 |
Color Harmonies of #E95D61
Complementary color
Monochromatic Colors of #E95D61
Black with #E95D61
Text Example
Text Example
White with #E95D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95D61; }
p { color: rgb(233,93,97); }
H1.HeaderClassName
{
color: #E95D61;
}
.AnyTagClassName
{
color: #E95D61;
}
</style>
background-color css
<style>
a { background-color: #E95D61; }
a { background-color: rgb(233,93,97); }
div.DivClassName
{
background-color: #E95D61;
}
.BgClassName
{
background-color: #E95D61;
}
</style>
border-color css
<style>
span { border-color: #E95D61; }
span { border-color: rgb(233,93,97); }
td.TdClassName
{
border-color: #E95D61;
}
.TagClassName
{
border-color: #E95D61;
}
</style>