Shades of Froly #E6747D
Tints of Froly #E6747D
RGB
CMYK
RGB Variations
Color information
#E6747D (or 0xE6747D) is known color: Froly. HEX triplet: E6, 74 and 7D. RGB value is (230,116,125). Sum of RGB (Red+Green+Blue) = 230+116+125=471 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.83% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 125 (49.22% from 255 or 26.54% from 471); Max value from RGB is 230 - color contains mainly: red. Hex color #E6747D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6747D is #198B82. Grayscale: #979797. Windows color (decimal): -1674115 or 8221926. OLE color: 8221926.
HSL color Cylindrical-coordinate representation of color #E6747D: hue angle of 355.26º 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 #E6747D is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 125 | - |
| CMYK | 0 | 0.50 | 0.46 | 0.10 |
| HSL | 355.26º | 0.7% | 0.68% | - |
| HSV(B) | 355.26º | 0.5% | 0.9% | - |
| XYZ | 42.58 | 30.79 | 23.1 | - |
| YUV | 151.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 125 | 0 | 0.50 | 0.46 | 0.10 | 355.26 | 0.7 | 0.68 |
| Hex | E6 | 74 | 7D | 0 | 32 | 2E | A | 163 | 46 | 44 |
| Octal | 346 | 164 | 175 | 0 | 62 | 56 | 12 | 543 | 106 | 104 |
| Binary | 11100110 | 1110100 | 1111101 | 0 | 110010 | 101110 | 1010 | 101100011 | 1000110 | 1000100 |
Color Harmonies of #E6747D
Complementary color
Monochromatic Colors of #E6747D
Black with #E6747D
Text Example
Text Example
White with #E6747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6747D; }
p { color: rgb(230,116,125); }
H1.HeaderClassName
{
color: #E6747D;
}
.AnyTagClassName
{
color: #E6747D;
}
</style>
background-color css
<style>
a { background-color: #E6747D; }
a { background-color: rgb(230,116,125); }
div.DivClassName
{
background-color: #E6747D;
}
.BgClassName
{
background-color: #E6747D;
}
</style>
border-color css
<style>
span { border-color: #E6747D; }
span { border-color: rgb(230,116,125); }
td.TdClassName
{
border-color: #E6747D;
}
.TagClassName
{
border-color: #E6747D;
}
</style>