Shades of Froly #E07D82
Tints of Froly #E07D82
RGB
CMYK
RGB Variations
Color information
#E07D82 (or 0xE07D82) is known color: Froly. HEX triplet: E0, 7D and 82. RGB value is (224,125,130). Sum of RGB (Red+Green+Blue) = 224+125+130=479 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.76% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D82 is #1F827D. Grayscale: #9B9B9B. Windows color (decimal): -2065022 or 8551904. OLE color: 8551904.
HSL color Cylindrical-coordinate representation of color #E07D82: hue angle of 356.97º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07D82 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 130 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.12 |
| HSL | 356.97º | 0.61% | 0.68% | - |
| HSV(B) | 356.97º | 0.44% | 0.88% | - |
| XYZ | 42.1 | 32.13 | 25.1 | - |
| YUV | 155.17 | 113.8 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 130 | 0 | 0.44 | 0.42 | 0.12 | 356.97 | 0.61 | 0.68 |
| Hex | E0 | 7D | 82 | 0 | 2C | 2A | C | 165 | 3D | 44 |
| Octal | 340 | 175 | 202 | 0 | 54 | 52 | 14 | 545 | 75 | 104 |
| Binary | 11100000 | 1111101 | 10000010 | 0 | 101100 | 101010 | 1100 | 101100101 | 111101 | 1000100 |
Color Harmonies of #E07D82
Complementary color
Monochromatic Colors of #E07D82
Black with #E07D82
Text Example
Text Example
White with #E07D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07D82; }
p { color: rgb(224,125,130); }
H1.HeaderClassName
{
color: #E07D82;
}
.AnyTagClassName
{
color: #E07D82;
}
</style>
background-color css
<style>
a { background-color: #E07D82; }
a { background-color: rgb(224,125,130); }
div.DivClassName
{
background-color: #E07D82;
}
.BgClassName
{
background-color: #E07D82;
}
</style>
border-color css
<style>
span { border-color: #E07D82; }
span { border-color: rgb(224,125,130); }
td.TdClassName
{
border-color: #E07D82;
}
.TagClassName
{
border-color: #E07D82;
}
</style>