Shades of Froly #E6666E
Tints of Froly #E6666E
RGB
CMYK
RGB Variations
Color information
#E6666E (or 0xE6666E) is known color: Froly. HEX triplet: E6, 66 and 6E. RGB value is (230,102,110). Sum of RGB (Red+Green+Blue) = 230+102+110=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E6666E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6666E is #199991. Grayscale: #8D8D8D. Windows color (decimal): -1677714 or 7235302. OLE color: 7235302.
HSL color Cylindrical-coordinate representation of color #E6666E: hue angle of 356.25º 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 #E6666E is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 102 | 110 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.10 |
| HSL | 356.25º | 0.72% | 0.65% | - |
| HSV(B) | 356.25º | 0.56% | 0.9% | - |
| XYZ | 40.2 | 27.45 | 17.93 | - |
| YUV | 141.18 | 110.41 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 102 | 110 | 0 | 0.56 | 0.52 | 0.10 | 356.25 | 0.72 | 0.65 |
| Hex | E6 | 66 | 6E | 0 | 38 | 34 | A | 164 | 48 | 41 |
| Octal | 346 | 146 | 156 | 0 | 70 | 64 | 12 | 544 | 110 | 101 |
| Binary | 11100110 | 1100110 | 1101110 | 0 | 111000 | 110100 | 1010 | 101100100 | 1001000 | 1000001 |
Color Harmonies of #E6666E
Complementary color
Monochromatic Colors of #E6666E
Black with #E6666E
Text Example
Text Example
White with #E6666E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6666E; }
p { color: rgb(230,102,110); }
H1.HeaderClassName
{
color: #E6666E;
}
.AnyTagClassName
{
color: #E6666E;
}
</style>
background-color css
<style>
a { background-color: #E6666E; }
a { background-color: rgb(230,102,110); }
div.DivClassName
{
background-color: #E6666E;
}
.BgClassName
{
background-color: #E6666E;
}
</style>
border-color css
<style>
span { border-color: #E6666E; }
span { border-color: rgb(230,102,110); }
td.TdClassName
{
border-color: #E6666E;
}
.TagClassName
{
border-color: #E6666E;
}
</style>