Shades of Froly #E06D7B
Tints of Froly #E06D7B
RGB
CMYK
RGB Variations
Color information
#E06D7B (or 0xE06D7B) is known color: Froly. HEX triplet: E0, 6D and 7B. RGB value is (224,109,123). Sum of RGB (Red+Green+Blue) = 224+109+123=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 109 (42.97% from 255 or 23.90% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06D7B is #1F9284. Grayscale: #919191. Windows color (decimal): -2069125 or 8089056. OLE color: 8089056.
HSL color Cylindrical-coordinate representation of color #E06D7B: hue angle of 352.7º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06D7B is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 123 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.12 |
| HSL | 352.7º | 0.65% | 0.65% | - |
| HSV(B) | 352.7º | 0.51% | 0.88% | - |
| XYZ | 39.78 | 28.21 | 22.09 | - |
| YUV | 144.98 | 115.6 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 123 | 0 | 0.51 | 0.45 | 0.12 | 352.7 | 0.65 | 0.65 |
| Hex | E0 | 6D | 7B | 0 | 33 | 2D | C | 161 | 41 | 41 |
| Octal | 340 | 155 | 173 | 0 | 63 | 55 | 14 | 541 | 101 | 101 |
| Binary | 11100000 | 1101101 | 1111011 | 0 | 110011 | 101101 | 1100 | 101100001 | 1000001 | 1000001 |
Color Harmonies of #E06D7B
Complementary color
Monochromatic Colors of #E06D7B
Black with #E06D7B
Text Example
Text Example
White with #E06D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D7B; }
p { color: rgb(224,109,123); }
H1.HeaderClassName
{
color: #E06D7B;
}
.AnyTagClassName
{
color: #E06D7B;
}
</style>
background-color css
<style>
a { background-color: #E06D7B; }
a { background-color: rgb(224,109,123); }
div.DivClassName
{
background-color: #E06D7B;
}
.BgClassName
{
background-color: #E06D7B;
}
</style>
border-color css
<style>
span { border-color: #E06D7B; }
span { border-color: rgb(224,109,123); }
td.TdClassName
{
border-color: #E06D7B;
}
.TagClassName
{
border-color: #E06D7B;
}
</style>