Shades of Froly #E2666A
Tints of Froly #E2666A
RGB
CMYK
RGB Variations
Color information
#E2666A (or 0xE2666A) is known color: Froly. HEX triplet: E2, 66 and 6A. RGB value is (226,102,106). Sum of RGB (Red+Green+Blue) = 226+102+106=434 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.07% from 434); Green value is 102 (40.23% from 255 or 23.50% from 434); Blue value is 106 (41.80% from 255 or 24.42% from 434); Max value from RGB is 226 - color contains mainly: red. Hex color #E2666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2666A is #1D9995. Grayscale: #8B8B8B. Windows color (decimal): -1939862 or 6973154. OLE color: 6973154.
HSL color Cylindrical-coordinate representation of color #E2666A: hue angle of 358.06º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E2666A is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 106 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.11 |
| HSL | 358.06º | 0.68% | 0.64% | - |
| HSV(B) | 358.06º | 0.55% | 0.89% | - |
| XYZ | 38.72 | 26.71 | 16.75 | - |
| YUV | 139.53 | 109.08 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 106 | 0 | 0.55 | 0.53 | 0.11 | 358.06 | 0.68 | 0.64 |
| Hex | E2 | 66 | 6A | 0 | 37 | 35 | B | 166 | 44 | 40 |
| Octal | 342 | 146 | 152 | 0 | 67 | 65 | 13 | 546 | 104 | 100 |
| Binary | 11100010 | 1100110 | 1101010 | 0 | 110111 | 110101 | 1011 | 101100110 | 1000100 | 1000000 |
Color Harmonies of #E2666A
Complementary color
Monochromatic Colors of #E2666A
Black with #E2666A
Text Example
Text Example
White with #E2666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2666A; }
p { color: rgb(226,102,106); }
H1.HeaderClassName
{
color: #E2666A;
}
.AnyTagClassName
{
color: #E2666A;
}
</style>
background-color css
<style>
a { background-color: #E2666A; }
a { background-color: rgb(226,102,106); }
div.DivClassName
{
background-color: #E2666A;
}
.BgClassName
{
background-color: #E2666A;
}
</style>
border-color css
<style>
span { border-color: #E2666A; }
span { border-color: rgb(226,102,106); }
td.TdClassName
{
border-color: #E2666A;
}
.TagClassName
{
border-color: #E2666A;
}
</style>