Shades of Froly #E65F65
Tints of Froly #E65F65
RGB
CMYK
RGB Variations
Color information
#E65F65 (or 0xE65F65) is known color: Froly. HEX triplet: E6, 5F and 65. RGB value is (230,95,101). Sum of RGB (Red+Green+Blue) = 230+95+101=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 101 (39.84% from 255 or 23.71% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E65F65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65F65 is #19A09A. Grayscale: #888888. Windows color (decimal): -1679515 or 6643686. OLE color: 6643686.
HSL color Cylindrical-coordinate representation of color #E65F65: hue angle of 357.33º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E65F65 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 95 | 101 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.10 |
| HSL | 357.33º | 0.73% | 0.64% | - |
| HSV(B) | 357.33º | 0.59% | 0.9% | - |
| XYZ | 39.07 | 25.95 | 15.26 | - |
| YUV | 136.05 | 108.23 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 95 | 101 | 0 | 0.59 | 0.56 | 0.10 | 357.33 | 0.73 | 0.64 |
| Hex | E6 | 5F | 65 | 0 | 3B | 38 | A | 165 | 49 | 40 |
| Octal | 346 | 137 | 145 | 0 | 73 | 70 | 12 | 545 | 111 | 100 |
| Binary | 11100110 | 1011111 | 1100101 | 0 | 111011 | 111000 | 1010 | 101100101 | 1001001 | 1000000 |
Color Harmonies of #E65F65
Complementary color
Monochromatic Colors of #E65F65
Black with #E65F65
Text Example
Text Example
White with #E65F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65F65; }
p { color: rgb(230,95,101); }
H1.HeaderClassName
{
color: #E65F65;
}
.AnyTagClassName
{
color: #E65F65;
}
</style>
background-color css
<style>
a { background-color: #E65F65; }
a { background-color: rgb(230,95,101); }
div.DivClassName
{
background-color: #E65F65;
}
.BgClassName
{
background-color: #E65F65;
}
</style>
border-color css
<style>
span { border-color: #E65F65; }
span { border-color: rgb(230,95,101); }
td.TdClassName
{
border-color: #E65F65;
}
.TagClassName
{
border-color: #E65F65;
}
</style>