Shades of Froly #E6677B
Tints of Froly #E6677B
RGB
CMYK
RGB Variations
Color information
#E6677B (or 0xE6677B) is known color: Froly. HEX triplet: E6, 67 and 7B. RGB value is (230,103,123). Sum of RGB (Red+Green+Blue) = 230+103+123=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6677B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6677B is #199884. Grayscale: #8F8F8F. Windows color (decimal): -1677445 or 8087526. OLE color: 8087526.
HSL color Cylindrical-coordinate representation of color #E6677B: hue angle of 350.55º 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 #E6677B is Cyan = 0, Magento = 0.55, Yellow = 0.47 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 103 | 123 | - |
| CMYK | 0 | 0.55 | 0.47 | 0.10 |
| HSL | 350.55º | 0.72% | 0.65% | - |
| HSV(B) | 350.55º | 0.55% | 0.9% | - |
| XYZ | 41.06 | 27.95 | 21.97 | - |
| YUV | 143.25 | 116.58 | 189.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 103 | 123 | 0 | 0.55 | 0.47 | 0.10 | 350.55 | 0.72 | 0.65 |
| Hex | E6 | 67 | 7B | 0 | 37 | 2F | A | 15F | 48 | 41 |
| Octal | 346 | 147 | 173 | 0 | 67 | 57 | 12 | 537 | 110 | 101 |
| Binary | 11100110 | 1100111 | 1111011 | 0 | 110111 | 101111 | 1010 | 101011111 | 1001000 | 1000001 |
Color Harmonies of #E6677B
Complementary color
Monochromatic Colors of #E6677B
Black with #E6677B
Text Example
Text Example
White with #E6677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6677B; }
p { color: rgb(230,103,123); }
H1.HeaderClassName
{
color: #E6677B;
}
.AnyTagClassName
{
color: #E6677B;
}
</style>
background-color css
<style>
a { background-color: #E6677B; }
a { background-color: rgb(230,103,123); }
div.DivClassName
{
background-color: #E6677B;
}
.BgClassName
{
background-color: #E6677B;
}
</style>
border-color css
<style>
span { border-color: #E6677B; }
span { border-color: rgb(230,103,123); }
td.TdClassName
{
border-color: #E6677B;
}
.TagClassName
{
border-color: #E6677B;
}
</style>