Shades of Froly #E6687B
Tints of Froly #E6687B
RGB
CMYK
RGB Variations
Color information
#E6687B (or 0xE6687B) is known color: Froly. HEX triplet: E6, 68 and 7B. RGB value is (230,104,123). Sum of RGB (Red+Green+Blue) = 230+104+123=457 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.33% from 457); Green value is 104 (41.02% from 255 or 22.76% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 230 - color contains mainly: red. Hex color #E6687B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6687B is #199784. Grayscale: #8F8F8F. Windows color (decimal): -1677189 or 8087782. OLE color: 8087782.
HSL color Cylindrical-coordinate representation of color #E6687B: hue angle of 350.95º 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 #E6687B is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 123 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.10 |
| HSL | 350.95º | 0.72% | 0.65% | - |
| HSV(B) | 350.95º | 0.55% | 0.9% | - |
| XYZ | 41.16 | 28.15 | 22 | - |
| YUV | 143.84 | 116.24 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 123 | 0 | 0.55 | 0.47 | 0.10 | 350.95 | 0.72 | 0.65 |
| Hex | E6 | 68 | 7B | 0 | 37 | 2F | A | 15F | 48 | 41 |
| Octal | 346 | 150 | 173 | 0 | 67 | 57 | 12 | 537 | 110 | 101 |
| Binary | 11100110 | 1101000 | 1111011 | 0 | 110111 | 101111 | 1010 | 101011111 | 1001000 | 1000001 |
Color Harmonies of #E6687B
Complementary color
Monochromatic Colors of #E6687B
Black with #E6687B
Text Example
Text Example
White with #E6687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6687B; }
p { color: rgb(230,104,123); }
H1.HeaderClassName
{
color: #E6687B;
}
.AnyTagClassName
{
color: #E6687B;
}
</style>
background-color css
<style>
a { background-color: #E6687B; }
a { background-color: rgb(230,104,123); }
div.DivClassName
{
background-color: #E6687B;
}
.BgClassName
{
background-color: #E6687B;
}
</style>
border-color css
<style>
span { border-color: #E6687B; }
span { border-color: rgb(230,104,123); }
td.TdClassName
{
border-color: #E6687B;
}
.TagClassName
{
border-color: #E6687B;
}
</style>