Shades of Froly #E6747C
Tints of Froly #E6747C
RGB
CMYK
RGB Variations
Color information
#E6747C (or 0xE6747C) is known color: Froly. HEX triplet: E6, 74 and 7C. RGB value is (230,116,124). Sum of RGB (Red+Green+Blue) = 230+116+124=470 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.94% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 230 - color contains mainly: red. Hex color #E6747C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6747C is #198B83. Grayscale: #979797. Windows color (decimal): -1674116 or 8156390. OLE color: 8156390.
HSL color Cylindrical-coordinate representation of color #E6747C: hue angle of 355.79º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E6747C is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 124 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.10 |
| HSL | 355.79º | 0.7% | 0.68% | - |
| HSV(B) | 355.79º | 0.5% | 0.9% | - |
| XYZ | 42.52 | 30.77 | 22.77 | - |
| YUV | 151 | 112.77 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 124 | 0 | 0.50 | 0.46 | 0.10 | 355.79 | 0.7 | 0.68 |
| Hex | E6 | 74 | 7C | 0 | 32 | 2E | A | 164 | 46 | 44 |
| Octal | 346 | 164 | 174 | 0 | 62 | 56 | 12 | 544 | 106 | 104 |
| Binary | 11100110 | 1110100 | 1111100 | 0 | 110010 | 101110 | 1010 | 101100100 | 1000110 | 1000100 |
Color Harmonies of #E6747C
Complementary color
Monochromatic Colors of #E6747C
Black with #E6747C
Text Example
Text Example
White with #E6747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6747C; }
p { color: rgb(230,116,124); }
H1.HeaderClassName
{
color: #E6747C;
}
.AnyTagClassName
{
color: #E6747C;
}
</style>
background-color css
<style>
a { background-color: #E6747C; }
a { background-color: rgb(230,116,124); }
div.DivClassName
{
background-color: #E6747C;
}
.BgClassName
{
background-color: #E6747C;
}
</style>
border-color css
<style>
span { border-color: #E6747C; }
span { border-color: rgb(230,116,124); }
td.TdClassName
{
border-color: #E6747C;
}
.TagClassName
{
border-color: #E6747C;
}
</style>