Shades of Froly #E5676E
Tints of Froly #E5676E
RGB
CMYK
RGB Variations
Color information
#E5676E (or 0xE5676E) is known color: Froly. HEX triplet: E5, 67 and 6E. RGB value is (229,103,110). Sum of RGB (Red+Green+Blue) = 229+103+110=442 (58% of max value = 765). Red value is 229 (89.84% from 255 or 51.81% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 229 - color contains mainly: red. Hex color #E5676E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5676E is #1A9891. Grayscale: #8D8D8D. Windows color (decimal): -1742994 or 7235557. OLE color: 7235557.
HSL color Cylindrical-coordinate representation of color #E5676E: hue angle of 356.67º degrees, saturation: 0.71, 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 #E5676E is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 110 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.10 |
| HSL | 356.67º | 0.71% | 0.65% | - |
| HSV(B) | 356.67º | 0.55% | 0.9% | - |
| XYZ | 39.98 | 27.48 | 17.95 | - |
| YUV | 141.47 | 110.24 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 110 | 0 | 0.55 | 0.52 | 0.10 | 356.67 | 0.71 | 0.65 |
| Hex | E5 | 67 | 6E | 0 | 37 | 34 | A | 165 | 47 | 41 |
| Octal | 345 | 147 | 156 | 0 | 67 | 64 | 12 | 545 | 107 | 101 |
| Binary | 11100101 | 1100111 | 1101110 | 0 | 110111 | 110100 | 1010 | 101100101 | 1000111 | 1000001 |
Color Harmonies of #E5676E
Complementary color
Monochromatic Colors of #E5676E
Black with #E5676E
Text Example
Text Example
White with #E5676E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5676E; }
p { color: rgb(229,103,110); }
H1.HeaderClassName
{
color: #E5676E;
}
.AnyTagClassName
{
color: #E5676E;
}
</style>
background-color css
<style>
a { background-color: #E5676E; }
a { background-color: rgb(229,103,110); }
div.DivClassName
{
background-color: #E5676E;
}
.BgClassName
{
background-color: #E5676E;
}
</style>
border-color css
<style>
span { border-color: #E5676E; }
span { border-color: rgb(229,103,110); }
td.TdClassName
{
border-color: #E5676E;
}
.TagClassName
{
border-color: #E5676E;
}
</style>