Shades of Froly #E5677D
Tints of Froly #E5677D
RGB
CMYK
RGB Variations
Color information
#E5677D (or 0xE5677D) is known color: Froly. HEX triplet: E5, 67 and 7D. RGB value is (229,103,125). Sum of RGB (Red+Green+Blue) = 229+103+125=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E5677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5677D is #1A9882. Grayscale: #8F8F8F. Windows color (decimal): -1742979 or 8218597. OLE color: 8218597.
HSL color Cylindrical-coordinate representation of color #E5677D: hue angle of 349.52º 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 #E5677D is Cyan = 0, Magento = 0.55, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 103 | 125 | - |
| CMYK | 0 | 0.55 | 0.45 | 0.10 |
| HSL | 349.52º | 0.71% | 0.65% | - |
| HSV(B) | 349.52º | 0.55% | 0.9% | - |
| XYZ | 40.87 | 27.84 | 22.62 | - |
| YUV | 143.18 | 117.74 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 103 | 125 | 0 | 0.55 | 0.45 | 0.10 | 349.52 | 0.71 | 0.65 |
| Hex | E5 | 67 | 7D | 0 | 37 | 2D | A | 15E | 47 | 41 |
| Octal | 345 | 147 | 175 | 0 | 67 | 55 | 12 | 536 | 107 | 101 |
| Binary | 11100101 | 1100111 | 1111101 | 0 | 110111 | 101101 | 1010 | 101011110 | 1000111 | 1000001 |
Color Harmonies of #E5677D
Complementary color
Monochromatic Colors of #E5677D
Black with #E5677D
Text Example
Text Example
White with #E5677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5677D; }
p { color: rgb(229,103,125); }
H1.HeaderClassName
{
color: #E5677D;
}
.AnyTagClassName
{
color: #E5677D;
}
</style>
background-color css
<style>
a { background-color: #E5677D; }
a { background-color: rgb(229,103,125); }
div.DivClassName
{
background-color: #E5677D;
}
.BgClassName
{
background-color: #E5677D;
}
</style>
border-color css
<style>
span { border-color: #E5677D; }
span { border-color: rgb(229,103,125); }
td.TdClassName
{
border-color: #E5677D;
}
.TagClassName
{
border-color: #E5677D;
}
</style>