Shades of Froly #E0666B
Tints of Froly #E0666B
RGB
CMYK
RGB Variations
Color information
#E0666B (or 0xE0666B) is known color: Froly. HEX triplet: E0, 66 and 6B. RGB value is (224,102,107). Sum of RGB (Red+Green+Blue) = 224+102+107=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 102 (40.23% from 255 or 23.56% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E0666B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0666B is #1F9994. Grayscale: #8B8B8B. Windows color (decimal): -2070933 or 7038688. OLE color: 7038688.
HSL color Cylindrical-coordinate representation of color #E0666B: hue angle of 357.54º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0666B is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 102 | 107 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.12 |
| HSL | 357.54º | 0.66% | 0.64% | - |
| HSV(B) | 357.54º | 0.54% | 0.88% | - |
| XYZ | 38.15 | 26.41 | 17 | - |
| YUV | 139.05 | 109.92 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 102 | 107 | 0 | 0.54 | 0.52 | 0.12 | 357.54 | 0.66 | 0.64 |
| Hex | E0 | 66 | 6B | 0 | 36 | 34 | C | 166 | 42 | 40 |
| Octal | 340 | 146 | 153 | 0 | 66 | 64 | 14 | 546 | 102 | 100 |
| Binary | 11100000 | 1100110 | 1101011 | 0 | 110110 | 110100 | 1100 | 101100110 | 1000010 | 1000000 |
Color Harmonies of #E0666B
Complementary color
Monochromatic Colors of #E0666B
Black with #E0666B
Text Example
Text Example
White with #E0666B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0666B; }
p { color: rgb(224,102,107); }
H1.HeaderClassName
{
color: #E0666B;
}
.AnyTagClassName
{
color: #E0666B;
}
</style>
background-color css
<style>
a { background-color: #E0666B; }
a { background-color: rgb(224,102,107); }
div.DivClassName
{
background-color: #E0666B;
}
.BgClassName
{
background-color: #E0666B;
}
</style>
border-color css
<style>
span { border-color: #E0666B; }
span { border-color: rgb(224,102,107); }
td.TdClassName
{
border-color: #E0666B;
}
.TagClassName
{
border-color: #E0666B;
}
</style>