Shades of Froly #E66074
Tints of Froly #E66074
RGB
CMYK
RGB Variations
Color information
#E66074 (or 0xE66074) is known color: Froly. HEX triplet: E6, 60 and 74. RGB value is (230,96,116). Sum of RGB (Red+Green+Blue) = 230+96+116=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 116 (45.70% from 255 or 26.24% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E66074 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E66074 is #199F8B. Grayscale: #8A8A8A. Windows color (decimal): -1679244 or 7626982. OLE color: 7626982.
HSL color Cylindrical-coordinate representation of color #E66074: hue angle of 351.04º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E66074 is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 96 | 116 | - |
| CMYK | 0 | 0.58 | 0.50 | 0.10 |
| HSL | 351.04º | 0.73% | 0.64% | - |
| HSV(B) | 351.04º | 0.58% | 0.9% | - |
| XYZ | 39.97 | 26.45 | 19.52 | - |
| YUV | 138.35 | 115.39 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 96 | 116 | 0 | 0.58 | 0.50 | 0.10 | 351.04 | 0.73 | 0.64 |
| Hex | E6 | 60 | 74 | 0 | 3A | 32 | A | 15F | 49 | 40 |
| Octal | 346 | 140 | 164 | 0 | 72 | 62 | 12 | 537 | 111 | 100 |
| Binary | 11100110 | 1100000 | 1110100 | 0 | 111010 | 110010 | 1010 | 101011111 | 1001001 | 1000000 |
Color Harmonies of #E66074
Complementary color
Monochromatic Colors of #E66074
Black with #E66074
Text Example
Text Example
White with #E66074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66074; }
p { color: rgb(230,96,116); }
H1.HeaderClassName
{
color: #E66074;
}
.AnyTagClassName
{
color: #E66074;
}
</style>
background-color css
<style>
a { background-color: #E66074; }
a { background-color: rgb(230,96,116); }
div.DivClassName
{
background-color: #E66074;
}
.BgClassName
{
background-color: #E66074;
}
</style>
border-color css
<style>
span { border-color: #E66074; }
span { border-color: rgb(230,96,116); }
td.TdClassName
{
border-color: #E66074;
}
.TagClassName
{
border-color: #E66074;
}
</style>