Shades of Froly #E5667C
Tints of Froly #E5667C
RGB
CMYK
RGB Variations
Color information
#E5667C (or 0xE5667C) is known color: Froly. HEX triplet: E5, 66 and 7C. RGB value is (229,102,124). Sum of RGB (Red+Green+Blue) = 229+102+124=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E5667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5667C is #1A9983. Grayscale: #8E8E8E. Windows color (decimal): -1743236 or 8152805. OLE color: 8152805.
HSL color Cylindrical-coordinate representation of color #E5667C: hue angle of 349.61º 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 #E5667C is Cyan = 0, Magento = 0.55, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 124 | - |
| CMYK | 0 | 0.55 | 0.46 | 0.10 |
| HSL | 349.61º | 0.71% | 0.65% | - |
| HSV(B) | 349.61º | 0.55% | 0.9% | - |
| XYZ | 40.7 | 27.62 | 22.25 | - |
| YUV | 142.48 | 117.58 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 124 | 0 | 0.55 | 0.46 | 0.10 | 349.61 | 0.71 | 0.65 |
| Hex | E5 | 66 | 7C | 0 | 37 | 2E | A | 15E | 47 | 41 |
| Octal | 345 | 146 | 174 | 0 | 67 | 56 | 12 | 536 | 107 | 101 |
| Binary | 11100101 | 1100110 | 1111100 | 0 | 110111 | 101110 | 1010 | 101011110 | 1000111 | 1000001 |
Color Harmonies of #E5667C
Complementary color
Monochromatic Colors of #E5667C
Black with #E5667C
Text Example
Text Example
White with #E5667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5667C; }
p { color: rgb(229,102,124); }
H1.HeaderClassName
{
color: #E5667C;
}
.AnyTagClassName
{
color: #E5667C;
}
</style>
background-color css
<style>
a { background-color: #E5667C; }
a { background-color: rgb(229,102,124); }
div.DivClassName
{
background-color: #E5667C;
}
.BgClassName
{
background-color: #E5667C;
}
</style>
border-color css
<style>
span { border-color: #E5667C; }
span { border-color: rgb(229,102,124); }
td.TdClassName
{
border-color: #E5667C;
}
.TagClassName
{
border-color: #E5667C;
}
</style>