Shades of Froly #E6687D
Tints of Froly #E6687D
RGB
CMYK
RGB Variations
Color information
#E6687D (or 0xE6687D) is known color: Froly. HEX triplet: E6, 68 and 7D. RGB value is (230,104,125). Sum of RGB (Red+Green+Blue) = 230+104+125=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E6687D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6687D is #199782. Grayscale: #909090. Windows color (decimal): -1677187 or 8218854. OLE color: 8218854.
HSL color Cylindrical-coordinate representation of color #E6687D: hue angle of 350º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E6687D is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 125 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.10 |
| HSL | 350º | 0.72% | 0.65% | - |
| HSV(B) | 350º | 0.55% | 0.9% | - |
| XYZ | 41.29 | 28.2 | 22.67 | - |
| YUV | 144.07 | 117.24 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 125 | 0 | 0.55 | 0.46 | 0.10 | 350 | 0.72 | 0.65 |
| Hex | E6 | 68 | 7D | 0 | 37 | 2E | A | 15E | 48 | 41 |
| Octal | 346 | 150 | 175 | 0 | 67 | 56 | 12 | 536 | 110 | 101 |
| Binary | 11100110 | 1101000 | 1111101 | 0 | 110111 | 101110 | 1010 | 101011110 | 1001000 | 1000001 |
Color Harmonies of #E6687D
Complementary color
Monochromatic Colors of #E6687D
Black with #E6687D
Text Example
Text Example
White with #E6687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6687D; }
p { color: rgb(230,104,125); }
H1.HeaderClassName
{
color: #E6687D;
}
.AnyTagClassName
{
color: #E6687D;
}
</style>
background-color css
<style>
a { background-color: #E6687D; }
a { background-color: rgb(230,104,125); }
div.DivClassName
{
background-color: #E6687D;
}
.BgClassName
{
background-color: #E6687D;
}
</style>
border-color css
<style>
span { border-color: #E6687D; }
span { border-color: rgb(230,104,125); }
td.TdClassName
{
border-color: #E6687D;
}
.TagClassName
{
border-color: #E6687D;
}
</style>