Shades of Froly #E56675
Tints of Froly #E56675
RGB
CMYK
RGB Variations
Color information
#E56675 (or 0xE56675) is known color: Froly. HEX triplet: E5, 66 and 75. RGB value is (229,102,117). Sum of RGB (Red+Green+Blue) = 229+102+117=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E56675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56675 is #1A998A. Grayscale: #8D8D8D. Windows color (decimal): -1743243 or 7694053. OLE color: 7694053.
HSL color Cylindrical-coordinate representation of color #E56675: hue angle of 352.91º 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 #E56675 is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 102 | 117 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.10 |
| HSL | 352.91º | 0.71% | 0.65% | - |
| HSV(B) | 352.91º | 0.55% | 0.9% | - |
| XYZ | 40.28 | 27.45 | 20 | - |
| YUV | 141.68 | 114.08 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 102 | 117 | 0 | 0.55 | 0.49 | 0.10 | 352.91 | 0.71 | 0.65 |
| Hex | E5 | 66 | 75 | 0 | 37 | 31 | A | 161 | 47 | 41 |
| Octal | 345 | 146 | 165 | 0 | 67 | 61 | 12 | 541 | 107 | 101 |
| Binary | 11100101 | 1100110 | 1110101 | 0 | 110111 | 110001 | 1010 | 101100001 | 1000111 | 1000001 |
Color Harmonies of #E56675
Complementary color
Monochromatic Colors of #E56675
Black with #E56675
Text Example
Text Example
White with #E56675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56675; }
p { color: rgb(229,102,117); }
H1.HeaderClassName
{
color: #E56675;
}
.AnyTagClassName
{
color: #E56675;
}
</style>
background-color css
<style>
a { background-color: #E56675; }
a { background-color: rgb(229,102,117); }
div.DivClassName
{
background-color: #E56675;
}
.BgClassName
{
background-color: #E56675;
}
</style>
border-color css
<style>
span { border-color: #E56675; }
span { border-color: rgb(229,102,117); }
td.TdClassName
{
border-color: #E56675;
}
.TagClassName
{
border-color: #E56675;
}
</style>