Shades of Froly #E66566
Tints of Froly #E66566
RGB
CMYK
RGB Variations
Color information
#E66566 (or 0xE66566) is known color: Froly. HEX triplet: E6, 65 and 66. RGB value is (230,101,102). Sum of RGB (Red+Green+Blue) = 230+101+102=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E66566 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66566 is #199A99. Grayscale: #8B8B8B. Windows color (decimal): -1677978 or 6710758. OLE color: 6710758.
HSL color Cylindrical-coordinate representation of color #E66566: hue angle of 359.53º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E66566 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 101 | 102 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.10 |
| HSL | 359.53º | 0.72% | 0.65% | - |
| HSV(B) | 359.53º | 0.56% | 0.9% | - |
| XYZ | 39.69 | 27.09 | 15.71 | - |
| YUV | 139.69 | 106.74 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 101 | 102 | 0 | 0.56 | 0.56 | 0.10 | 359.53 | 0.72 | 0.65 |
| Hex | E6 | 65 | 66 | 0 | 38 | 38 | A | 168 | 48 | 41 |
| Octal | 346 | 145 | 146 | 0 | 70 | 70 | 12 | 550 | 110 | 101 |
| Binary | 11100110 | 1100101 | 1100110 | 0 | 111000 | 111000 | 1010 | 101101000 | 1001000 | 1000001 |
Color Harmonies of #E66566
Complementary color
Monochromatic Colors of #E66566
Black with #E66566
Text Example
Text Example
White with #E66566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66566; }
p { color: rgb(230,101,102); }
H1.HeaderClassName
{
color: #E66566;
}
.AnyTagClassName
{
color: #E66566;
}
</style>
background-color css
<style>
a { background-color: #E66566; }
a { background-color: rgb(230,101,102); }
div.DivClassName
{
background-color: #E66566;
}
.BgClassName
{
background-color: #E66566;
}
</style>
border-color css
<style>
span { border-color: #E66566; }
span { border-color: rgb(230,101,102); }
td.TdClassName
{
border-color: #E66566;
}
.TagClassName
{
border-color: #E66566;
}
</style>