Shades of Froly #E65C60
Tints of Froly #E65C60
RGB
CMYK
RGB Variations
Color information
#E65C60 (or 0xE65C60) is known color: Froly. HEX triplet: E6, 5C and 60. RGB value is (230,92,96). Sum of RGB (Red+Green+Blue) = 230+92+96=418 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.02% from 418); Green value is 92 (36.33% from 255 or 22.01% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 230 - color contains mainly: red. Hex color #E65C60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65C60 is #19A39F. Grayscale: #858585. Windows color (decimal): -1680288 or 6315238. OLE color: 6315238.
HSL color Cylindrical-coordinate representation of color #E65C60: hue angle of 358.26º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E65C60 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 92 | 96 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.10 |
| HSL | 358.26º | 0.73% | 0.63% | - |
| HSV(B) | 358.26º | 0.6% | 0.9% | - |
| XYZ | 38.57 | 25.32 | 13.92 | - |
| YUV | 133.72 | 106.72 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 92 | 96 | 0 | 0.60 | 0.58 | 0.10 | 358.26 | 0.73 | 0.63 |
| Hex | E6 | 5C | 60 | 0 | 3C | 3A | A | 166 | 49 | 3F |
| Octal | 346 | 134 | 140 | 0 | 74 | 72 | 12 | 546 | 111 | 77 |
| Binary | 11100110 | 1011100 | 1100000 | 0 | 111100 | 111010 | 1010 | 101100110 | 1001001 | 111111 |
Color Harmonies of #E65C60
Complementary color
Monochromatic Colors of #E65C60
Black with #E65C60
Text Example
Text Example
White with #E65C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65C60; }
p { color: rgb(230,92,96); }
H1.HeaderClassName
{
color: #E65C60;
}
.AnyTagClassName
{
color: #E65C60;
}
</style>
background-color css
<style>
a { background-color: #E65C60; }
a { background-color: rgb(230,92,96); }
div.DivClassName
{
background-color: #E65C60;
}
.BgClassName
{
background-color: #E65C60;
}
</style>
border-color css
<style>
span { border-color: #E65C60; }
span { border-color: rgb(230,92,96); }
td.TdClassName
{
border-color: #E65C60;
}
.TagClassName
{
border-color: #E65C60;
}
</style>