Shades of Froly #E06E7D
Tints of Froly #E06E7D
RGB
CMYK
RGB Variations
Color information
#E06E7D (or 0xE06E7D) is known color: Froly. HEX triplet: E0, 6E and 7D. RGB value is (224,110,125). Sum of RGB (Red+Green+Blue) = 224+110+125=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E06E7D is #1F9182. Grayscale: #919191. Windows color (decimal): -2068867 or 8220384. OLE color: 8220384.
HSL color Cylindrical-coordinate representation of color #E06E7D: hue angle of 352.11º 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 #E06E7D is Cyan = 0, Magento = 0.51, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 125 | - |
| CMYK | 0 | 0.51 | 0.44 | 0.12 |
| HSL | 352.11º | 0.65% | 0.65% | - |
| HSV(B) | 352.11º | 0.51% | 0.88% | - |
| XYZ | 40.02 | 28.48 | 22.79 | - |
| YUV | 145.8 | 116.27 | 183.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 125 | 0 | 0.51 | 0.44 | 0.12 | 352.11 | 0.65 | 0.65 |
| Hex | E0 | 6E | 7D | 0 | 33 | 2C | C | 160 | 41 | 41 |
| Octal | 340 | 156 | 175 | 0 | 63 | 54 | 14 | 540 | 101 | 101 |
| Binary | 11100000 | 1101110 | 1111101 | 0 | 110011 | 101100 | 1100 | 101100000 | 1000001 | 1000001 |
Color Harmonies of #E06E7D
Complementary color
Monochromatic Colors of #E06E7D
Black with #E06E7D
Text Example
Text Example
White with #E06E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06E7D; }
p { color: rgb(224,110,125); }
H1.HeaderClassName
{
color: #E06E7D;
}
.AnyTagClassName
{
color: #E06E7D;
}
</style>
background-color css
<style>
a { background-color: #E06E7D; }
a { background-color: rgb(224,110,125); }
div.DivClassName
{
background-color: #E06E7D;
}
.BgClassName
{
background-color: #E06E7D;
}
</style>
border-color css
<style>
span { border-color: #E06E7D; }
span { border-color: rgb(224,110,125); }
td.TdClassName
{
border-color: #E06E7D;
}
.TagClassName
{
border-color: #E06E7D;
}
</style>