Shades of Froly #E6747E
Tints of Froly #E6747E
RGB
CMYK
RGB Variations
Color information
#E6747E (or 0xE6747E) is known color: Froly. HEX triplet: E6, 74 and 7E. RGB value is (230,116,126). Sum of RGB (Red+Green+Blue) = 230+116+126=472 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.73% from 472); Green value is 116 (45.70% from 255 or 24.58% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 230 - color contains mainly: red. Hex color #E6747E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6747E is #198B81. Grayscale: #979797. Windows color (decimal): -1674114 or 8287462. OLE color: 8287462.
HSL color Cylindrical-coordinate representation of color #E6747E: hue angle of 354.74º 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 #E6747E is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 126 | - |
| CMYK | 0 | 0.50 | 0.45 | 0.10 |
| HSL | 354.74º | 0.7% | 0.68% | - |
| HSV(B) | 354.74º | 0.5% | 0.9% | - |
| XYZ | 42.64 | 30.82 | 23.44 | - |
| YUV | 151.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 126 | 0 | 0.50 | 0.45 | 0.10 | 354.74 | 0.7 | 0.68 |
| Hex | E6 | 74 | 7E | 0 | 32 | 2D | A | 163 | 46 | 44 |
| Octal | 346 | 164 | 176 | 0 | 62 | 55 | 12 | 543 | 106 | 104 |
| Binary | 11100110 | 1110100 | 1111110 | 0 | 110010 | 101101 | 1010 | 101100011 | 1000110 | 1000100 |
Color Harmonies of #E6747E
Complementary color
Monochromatic Colors of #E6747E
Black with #E6747E
Text Example
Text Example
White with #E6747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6747E; }
p { color: rgb(230,116,126); }
H1.HeaderClassName
{
color: #E6747E;
}
.AnyTagClassName
{
color: #E6747E;
}
</style>
background-color css
<style>
a { background-color: #E6747E; }
a { background-color: rgb(230,116,126); }
div.DivClassName
{
background-color: #E6747E;
}
.BgClassName
{
background-color: #E6747E;
}
</style>
border-color css
<style>
span { border-color: #E6747E; }
span { border-color: rgb(230,116,126); }
td.TdClassName
{
border-color: #E6747E;
}
.TagClassName
{
border-color: #E6747E;
}
</style>