Shades of Froly #E66A74
Tints of Froly #E66A74
RGB
CMYK
RGB Variations
Color information
#E66A74 (or 0xE66A74) is known color: Froly. HEX triplet: E6, 6A and 74. RGB value is (230,106,116). Sum of RGB (Red+Green+Blue) = 230+106+116=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E66A74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66A74 is #19958B. Grayscale: #909090. Windows color (decimal): -1676684 or 7629542. OLE color: 7629542.
HSL color Cylindrical-coordinate representation of color #E66A74: hue angle of 355.16º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66A74 is Cyan = 0, Magento = 0.54, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 116 | - |
| CMYK | 0 | 0.54 | 0.50 | 0.10 |
| HSL | 355.16º | 0.71% | 0.66% | - |
| HSV(B) | 355.16º | 0.54% | 0.9% | - |
| XYZ | 40.94 | 28.39 | 19.85 | - |
| YUV | 144.22 | 112.08 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 116 | 0 | 0.54 | 0.50 | 0.10 | 355.16 | 0.71 | 0.66 |
| Hex | E6 | 6A | 74 | 0 | 36 | 32 | A | 163 | 47 | 42 |
| Octal | 346 | 152 | 164 | 0 | 66 | 62 | 12 | 543 | 107 | 102 |
| Binary | 11100110 | 1101010 | 1110100 | 0 | 110110 | 110010 | 1010 | 101100011 | 1000111 | 1000010 |
Color Harmonies of #E66A74
Complementary color
Monochromatic Colors of #E66A74
Black with #E66A74
Text Example
Text Example
White with #E66A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66A74; }
p { color: rgb(230,106,116); }
H1.HeaderClassName
{
color: #E66A74;
}
.AnyTagClassName
{
color: #E66A74;
}
</style>
background-color css
<style>
a { background-color: #E66A74; }
a { background-color: rgb(230,106,116); }
div.DivClassName
{
background-color: #E66A74;
}
.BgClassName
{
background-color: #E66A74;
}
</style>
border-color css
<style>
span { border-color: #E66A74; }
span { border-color: rgb(230,106,116); }
td.TdClassName
{
border-color: #E66A74;
}
.TagClassName
{
border-color: #E66A74;
}
</style>