Shades of Froly #E06E7B
Tints of Froly #E06E7B
RGB
CMYK
RGB Variations
Color information
#E06E7B (or 0xE06E7B) is known color: Froly. HEX triplet: E0, 6E and 7B. RGB value is (224,110,123). Sum of RGB (Red+Green+Blue) = 224+110+123=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 110 (43.36% from 255 or 24.07% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06E7B is #1F9184. Grayscale: #919191. Windows color (decimal): -2068869 or 8089312. OLE color: 8089312.
HSL color Cylindrical-coordinate representation of color #E06E7B: hue angle of 353.16º 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 #E06E7B is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 123 | - |
| CMYK | 0 | 0.51 | 0.45 | 0.12 |
| HSL | 353.16º | 0.65% | 0.65% | - |
| HSV(B) | 353.16º | 0.51% | 0.88% | - |
| XYZ | 39.89 | 28.43 | 22.12 | - |
| YUV | 145.57 | 115.27 | 183.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 123 | 0 | 0.51 | 0.45 | 0.12 | 353.16 | 0.65 | 0.65 |
| Hex | E0 | 6E | 7B | 0 | 33 | 2D | C | 161 | 41 | 41 |
| Octal | 340 | 156 | 173 | 0 | 63 | 55 | 14 | 541 | 101 | 101 |
| Binary | 11100000 | 1101110 | 1111011 | 0 | 110011 | 101101 | 1100 | 101100001 | 1000001 | 1000001 |
Color Harmonies of #E06E7B
Complementary color
Monochromatic Colors of #E06E7B
Black with #E06E7B
Text Example
Text Example
White with #E06E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06E7B; }
p { color: rgb(224,110,123); }
H1.HeaderClassName
{
color: #E06E7B;
}
.AnyTagClassName
{
color: #E06E7B;
}
</style>
background-color css
<style>
a { background-color: #E06E7B; }
a { background-color: rgb(224,110,123); }
div.DivClassName
{
background-color: #E06E7B;
}
.BgClassName
{
background-color: #E06E7B;
}
</style>
border-color css
<style>
span { border-color: #E06E7B; }
span { border-color: rgb(224,110,123); }
td.TdClassName
{
border-color: #E06E7B;
}
.TagClassName
{
border-color: #E06E7B;
}
</style>