Shades of Froly #E95665
Tints of Froly #E95665
RGB
CMYK
RGB Variations
Color information
#E95665 (or 0xE95665) is known color: Froly. HEX triplet: E9, 56 and 65. RGB value is (233,86,101). Sum of RGB (Red+Green+Blue) = 233+86+101=420 (55% of max value = 765). Red value is 233 (91.41% from 255 or 55.48% from 420); Green value is 86 (33.98% from 255 or 20.48% from 420); Blue value is 101 (39.84% from 255 or 24.05% from 420); Max value from RGB is 233 - color contains mainly: red. Hex color #E95665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E95665 is #16A99A. Grayscale: #838383. Windows color (decimal): -1485211 or 6641385. OLE color: 6641385.
HSL color Cylindrical-coordinate representation of color #E95665: hue angle of 353.88º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E95665 is Cyan = 0, Magento = 0.63, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 86 | 101 | - |
| CMYK | 0 | 0.63 | 0.57 | 0.09 |
| HSL | 353.88º | 0.77% | 0.63% | - |
| HSV(B) | 353.88º | 0.63% | 0.91% | - |
| XYZ | 39.28 | 24.92 | 15.05 | - |
| YUV | 131.66 | 110.7 | 200.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 86 | 101 | 0 | 0.63 | 0.57 | 0.09 | 353.88 | 0.77 | 0.63 |
| Hex | E9 | 56 | 65 | 0 | 3F | 39 | 9 | 162 | 4D | 3F |
| Octal | 351 | 126 | 145 | 0 | 77 | 71 | 11 | 542 | 115 | 77 |
| Binary | 11101001 | 1010110 | 1100101 | 0 | 111111 | 111001 | 1001 | 101100010 | 1001101 | 111111 |
Color Harmonies of #E95665
Complementary color
Monochromatic Colors of #E95665
Black with #E95665
Text Example
Text Example
White with #E95665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E95665; }
p { color: rgb(233,86,101); }
H1.HeaderClassName
{
color: #E95665;
}
.AnyTagClassName
{
color: #E95665;
}
</style>
background-color css
<style>
a { background-color: #E95665; }
a { background-color: rgb(233,86,101); }
div.DivClassName
{
background-color: #E95665;
}
.BgClassName
{
background-color: #E95665;
}
</style>
border-color css
<style>
span { border-color: #E95665; }
span { border-color: rgb(233,86,101); }
td.TdClassName
{
border-color: #E95665;
}
.TagClassName
{
border-color: #E95665;
}
</style>