Shades of Froly #E66266
Tints of Froly #E66266
RGB
CMYK
RGB Variations
Color information
#E66266 (or 0xE66266) is known color: Froly. HEX triplet: E6, 62 and 66. RGB value is (230,98,102). Sum of RGB (Red+Green+Blue) = 230+98+102=430 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.49% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 102 (40.23% from 255 or 23.72% from 430); Max value from RGB is 230 - color contains mainly: red. Hex color #E66266 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66266 is #199D99. Grayscale: #8A8A8A. Windows color (decimal): -1678746 or 6709990. OLE color: 6709990.
HSL color Cylindrical-coordinate representation of color #E66266: hue angle of 358.18º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E66266 is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 98 | 102 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.10 |
| HSL | 358.18º | 0.73% | 0.64% | - |
| HSV(B) | 358.18º | 0.57% | 0.9% | - |
| XYZ | 39.4 | 26.52 | 15.61 | - |
| YUV | 137.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 98 | 102 | 0 | 0.57 | 0.56 | 0.10 | 358.18 | 0.73 | 0.64 |
| Hex | E6 | 62 | 66 | 0 | 39 | 38 | A | 166 | 49 | 40 |
| Octal | 346 | 142 | 146 | 0 | 71 | 70 | 12 | 546 | 111 | 100 |
| Binary | 11100110 | 1100010 | 1100110 | 0 | 111001 | 111000 | 1010 | 101100110 | 1001001 | 1000000 |
Color Harmonies of #E66266
Complementary color
Monochromatic Colors of #E66266
Black with #E66266
Text Example
Text Example
White with #E66266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66266; }
p { color: rgb(230,98,102); }
H1.HeaderClassName
{
color: #E66266;
}
.AnyTagClassName
{
color: #E66266;
}
</style>
background-color css
<style>
a { background-color: #E66266; }
a { background-color: rgb(230,98,102); }
div.DivClassName
{
background-color: #E66266;
}
.BgClassName
{
background-color: #E66266;
}
</style>
border-color css
<style>
span { border-color: #E66266; }
span { border-color: rgb(230,98,102); }
td.TdClassName
{
border-color: #E66266;
}
.TagClassName
{
border-color: #E66266;
}
</style>