Shades of Froly #E4666A
Tints of Froly #E4666A
RGB
CMYK
RGB Variations
Color information
#E4666A (or 0xE4666A) is known color: Froly. HEX triplet: E4, 66 and 6A. RGB value is (228,102,106). Sum of RGB (Red+Green+Blue) = 228+102+106=436 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.29% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 228 - color contains mainly: red. Hex color #E4666A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E4666A is #1B9995. Grayscale: #8C8C8C. Windows color (decimal): -1808790 or 6973156. OLE color: 6973156.
HSL color Cylindrical-coordinate representation of color #E4666A: hue angle of 358.1º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E4666A is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 102 | 106 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.11 |
| HSL | 358.1º | 0.7% | 0.65% | - |
| HSV(B) | 358.1º | 0.55% | 0.89% | - |
| XYZ | 39.35 | 27.04 | 16.78 | - |
| YUV | 140.13 | 108.74 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 102 | 106 | 0 | 0.55 | 0.54 | 0.11 | 358.1 | 0.7 | 0.65 |
| Hex | E4 | 66 | 6A | 0 | 37 | 36 | B | 166 | 46 | 41 |
| Octal | 344 | 146 | 152 | 0 | 67 | 66 | 13 | 546 | 106 | 101 |
| Binary | 11100100 | 1100110 | 1101010 | 0 | 110111 | 110110 | 1011 | 101100110 | 1000110 | 1000001 |
Color Harmonies of #E4666A
Complementary color
Monochromatic Colors of #E4666A
Black with #E4666A
Text Example
Text Example
White with #E4666A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4666A; }
p { color: rgb(228,102,106); }
H1.HeaderClassName
{
color: #E4666A;
}
.AnyTagClassName
{
color: #E4666A;
}
</style>
background-color css
<style>
a { background-color: #E4666A; }
a { background-color: rgb(228,102,106); }
div.DivClassName
{
background-color: #E4666A;
}
.BgClassName
{
background-color: #E4666A;
}
</style>
border-color css
<style>
span { border-color: #E4666A; }
span { border-color: rgb(228,102,106); }
td.TdClassName
{
border-color: #E4666A;
}
.TagClassName
{
border-color: #E4666A;
}
</style>