Shades of Froly #E65E66
Tints of Froly #E65E66
RGB
CMYK
RGB Variations
Color information
#E65E66 (or 0xE65E66) is known color: Froly. HEX triplet: E6, 5E and 66. RGB value is (230,94,102). Sum of RGB (Red+Green+Blue) = 230+94+102=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E65E66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E65E66 is #19A199. Grayscale: #878787. Windows color (decimal): -1679770 or 6708966. OLE color: 6708966.
HSL color Cylindrical-coordinate representation of color #E65E66: hue angle of 356.47º 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 #E65E66 is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 94 | 102 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.10 |
| HSL | 356.47º | 0.73% | 0.64% | - |
| HSV(B) | 356.47º | 0.59% | 0.9% | - |
| XYZ | 39.03 | 25.79 | 15.49 | - |
| YUV | 135.58 | 109.06 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 94 | 102 | 0 | 0.59 | 0.56 | 0.10 | 356.47 | 0.73 | 0.64 |
| Hex | E6 | 5E | 66 | 0 | 3B | 38 | A | 164 | 49 | 40 |
| Octal | 346 | 136 | 146 | 0 | 73 | 70 | 12 | 544 | 111 | 100 |
| Binary | 11100110 | 1011110 | 1100110 | 0 | 111011 | 111000 | 1010 | 101100100 | 1001001 | 1000000 |
Color Harmonies of #E65E66
Complementary color
Monochromatic Colors of #E65E66
Black with #E65E66
Text Example
Text Example
White with #E65E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65E66; }
p { color: rgb(230,94,102); }
H1.HeaderClassName
{
color: #E65E66;
}
.AnyTagClassName
{
color: #E65E66;
}
</style>
background-color css
<style>
a { background-color: #E65E66; }
a { background-color: rgb(230,94,102); }
div.DivClassName
{
background-color: #E65E66;
}
.BgClassName
{
background-color: #E65E66;
}
</style>
border-color css
<style>
span { border-color: #E65E66; }
span { border-color: rgb(230,94,102); }
td.TdClassName
{
border-color: #E65E66;
}
.TagClassName
{
border-color: #E65E66;
}
</style>