Shades of Froly #E6687E
Tints of Froly #E6687E
RGB
CMYK
RGB Variations
Color information
#E6687E (or 0xE6687E) is known color: Froly. HEX triplet: E6, 68 and 7E. RGB value is (230,104,126). Sum of RGB (Red+Green+Blue) = 230+104+126=460 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 126 (49.61% from 255 or 27.39% from 460); Max value from RGB is 230 - color contains mainly: red. Hex color #E6687E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6687E is #199781. Grayscale: #909090. Windows color (decimal): -1677186 or 8284390. OLE color: 8284390.
HSL color Cylindrical-coordinate representation of color #E6687E: hue angle of 349.52º 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 #E6687E is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 126 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.10 |
| HSL | 349.52º | 0.72% | 0.65% | - |
| HSV(B) | 349.52º | 0.55% | 0.9% | - |
| XYZ | 41.35 | 28.23 | 23.01 | - |
| YUV | 144.18 | 117.74 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 126 | 0 | 0.55 | 0.45 | 0.10 | 349.52 | 0.72 | 0.65 |
| Hex | E6 | 68 | 7E | 0 | 37 | 2D | A | 15E | 48 | 41 |
| Octal | 346 | 150 | 176 | 0 | 67 | 55 | 12 | 536 | 110 | 101 |
| Binary | 11100110 | 1101000 | 1111110 | 0 | 110111 | 101101 | 1010 | 101011110 | 1001000 | 1000001 |
Color Harmonies of #E6687E
Complementary color
Monochromatic Colors of #E6687E
Black with #E6687E
Text Example
Text Example
White with #E6687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6687E; }
p { color: rgb(230,104,126); }
H1.HeaderClassName
{
color: #E6687E;
}
.AnyTagClassName
{
color: #E6687E;
}
</style>
background-color css
<style>
a { background-color: #E6687E; }
a { background-color: rgb(230,104,126); }
div.DivClassName
{
background-color: #E6687E;
}
.BgClassName
{
background-color: #E6687E;
}
</style>
border-color css
<style>
span { border-color: #E6687E; }
span { border-color: rgb(230,104,126); }
td.TdClassName
{
border-color: #E6687E;
}
.TagClassName
{
border-color: #E6687E;
}
</style>