Shades of Froly #E06B6E
Tints of Froly #E06B6E
RGB
CMYK
RGB Variations
Color information
#E06B6E (or 0xE06B6E) is known color: Froly. HEX triplet: E0, 6B and 6E. RGB value is (224,107,110). Sum of RGB (Red+Green+Blue) = 224+107+110=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06B6E is #1F9491. Grayscale: #8E8E8E. Windows color (decimal): -2069650 or 7236576. OLE color: 7236576.
HSL color Cylindrical-coordinate representation of color #E06B6E: hue angle of 358.46º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E06B6E is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 110 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.12 |
| HSL | 358.46º | 0.65% | 0.65% | - |
| HSV(B) | 358.46º | 0.52% | 0.88% | - |
| XYZ | 38.81 | 27.49 | 18.01 | - |
| YUV | 142.33 | 109.76 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 110 | 0 | 0.52 | 0.51 | 0.12 | 358.46 | 0.65 | 0.65 |
| Hex | E0 | 6B | 6E | 0 | 34 | 33 | C | 166 | 41 | 41 |
| Octal | 340 | 153 | 156 | 0 | 64 | 63 | 14 | 546 | 101 | 101 |
| Binary | 11100000 | 1101011 | 1101110 | 0 | 110100 | 110011 | 1100 | 101100110 | 1000001 | 1000001 |
Color Harmonies of #E06B6E
Complementary color
Monochromatic Colors of #E06B6E
Black with #E06B6E
Text Example
Text Example
White with #E06B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06B6E; }
p { color: rgb(224,107,110); }
H1.HeaderClassName
{
color: #E06B6E;
}
.AnyTagClassName
{
color: #E06B6E;
}
</style>
background-color css
<style>
a { background-color: #E06B6E; }
a { background-color: rgb(224,107,110); }
div.DivClassName
{
background-color: #E06B6E;
}
.BgClassName
{
background-color: #E06B6E;
}
</style>
border-color css
<style>
span { border-color: #E06B6E; }
span { border-color: rgb(224,107,110); }
td.TdClassName
{
border-color: #E06B6E;
}
.TagClassName
{
border-color: #E06B6E;
}
</style>