Shades of Froly #E06065
Tints of Froly #E06065
RGB
CMYK
RGB Variations
Color information
#E06065 (or 0xE06065) is known color: Froly. HEX triplet: E0, 60 and 65. RGB value is (224,96,101). Sum of RGB (Red+Green+Blue) = 224+96+101=421 (55% of max value = 765). Red value is 224 (87.89% from 255 or 53.21% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 224 - color contains mainly: red. Hex color #E06065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06065 is #1F9F9A. Grayscale: #868686. Windows color (decimal): -2072475 or 6643936. OLE color: 6643936.
HSL color Cylindrical-coordinate representation of color #E06065: hue angle of 357.66º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E06065 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 96 | 101 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.12 |
| HSL | 357.66º | 0.67% | 0.63% | - |
| HSV(B) | 357.66º | 0.57% | 0.88% | - |
| XYZ | 37.27 | 25.15 | 15.2 | - |
| YUV | 134.84 | 108.91 | 191.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 96 | 101 | 0 | 0.57 | 0.55 | 0.12 | 357.66 | 0.67 | 0.63 |
| Hex | E0 | 60 | 65 | 0 | 39 | 37 | C | 166 | 43 | 3F |
| Octal | 340 | 140 | 145 | 0 | 71 | 67 | 14 | 546 | 103 | 77 |
| Binary | 11100000 | 1100000 | 1100101 | 0 | 111001 | 110111 | 1100 | 101100110 | 1000011 | 111111 |
Color Harmonies of #E06065
Complementary color
Monochromatic Colors of #E06065
Black with #E06065
Text Example
Text Example
White with #E06065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06065; }
p { color: rgb(224,96,101); }
H1.HeaderClassName
{
color: #E06065;
}
.AnyTagClassName
{
color: #E06065;
}
</style>
background-color css
<style>
a { background-color: #E06065; }
a { background-color: rgb(224,96,101); }
div.DivClassName
{
background-color: #E06065;
}
.BgClassName
{
background-color: #E06065;
}
</style>
border-color css
<style>
span { border-color: #E06065; }
span { border-color: rgb(224,96,101); }
td.TdClassName
{
border-color: #E06065;
}
.TagClassName
{
border-color: #E06065;
}
</style>