Shades of Froly #E6747B
Tints of Froly #E6747B
RGB
CMYK
RGB Variations
Color information
#E6747B (or 0xE6747B) is known color: Froly. HEX triplet: E6, 74 and 7B. RGB value is (230,116,123). Sum of RGB (Red+Green+Blue) = 230+116+123=469 (62% of max value = 765). Red value is 230 (90.23% from 255 or 49.04% from 469); Green value is 116 (45.70% from 255 or 24.73% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 230 - color contains mainly: red. Hex color #E6747B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6747B is #198B84. Grayscale: #969696. Windows color (decimal): -1674117 or 8090854. OLE color: 8090854.
HSL color Cylindrical-coordinate representation of color #E6747B: hue angle of 356.32º 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 #E6747B is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 116 | 123 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.10 |
| HSL | 356.32º | 0.7% | 0.68% | - |
| HSV(B) | 356.32º | 0.5% | 0.9% | - |
| XYZ | 42.45 | 30.74 | 22.44 | - |
| YUV | 150.88 | 112.27 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 116 | 123 | 0 | 0.50 | 0.47 | 0.10 | 356.32 | 0.7 | 0.68 |
| Hex | E6 | 74 | 7B | 0 | 32 | 2F | A | 164 | 46 | 44 |
| Octal | 346 | 164 | 173 | 0 | 62 | 57 | 12 | 544 | 106 | 104 |
| Binary | 11100110 | 1110100 | 1111011 | 0 | 110010 | 101111 | 1010 | 101100100 | 1000110 | 1000100 |
Color Harmonies of #E6747B
Complementary color
Monochromatic Colors of #E6747B
Black with #E6747B
Text Example
Text Example
White with #E6747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6747B; }
p { color: rgb(230,116,123); }
H1.HeaderClassName
{
color: #E6747B;
}
.AnyTagClassName
{
color: #E6747B;
}
</style>
background-color css
<style>
a { background-color: #E6747B; }
a { background-color: rgb(230,116,123); }
div.DivClassName
{
background-color: #E6747B;
}
.BgClassName
{
background-color: #E6747B;
}
</style>
border-color css
<style>
span { border-color: #E6747B; }
span { border-color: rgb(230,116,123); }
td.TdClassName
{
border-color: #E6747B;
}
.TagClassName
{
border-color: #E6747B;
}
</style>