Shades of Froly #E07D81
Tints of Froly #E07D81
RGB
CMYK
RGB Variations
Color information
#E07D81 (or 0xE07D81) is known color: Froly. HEX triplet: E0, 7D and 81. RGB value is (224,125,129). Sum of RGB (Red+Green+Blue) = 224+125+129=478 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.86% from 478); Green value is 125 (49.22% from 255 or 26.15% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 224 - color contains mainly: red. Hex color #E07D81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07D81 is #1F827E. Grayscale: #9B9B9B. Windows color (decimal): -2065023 or 8486368. OLE color: 8486368.
HSL color Cylindrical-coordinate representation of color #E07D81: hue angle of 357.58º 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 #E07D81 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 125 | 129 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.12 |
| HSL | 357.58º | 0.61% | 0.68% | - |
| HSV(B) | 357.58º | 0.44% | 0.88% | - |
| XYZ | 42.04 | 32.1 | 24.75 | - |
| YUV | 155.06 | 113.3 | 177.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 125 | 129 | 0 | 0.44 | 0.42 | 0.12 | 357.58 | 0.61 | 0.68 |
| Hex | E0 | 7D | 81 | 0 | 2C | 2A | C | 166 | 3D | 44 |
| Octal | 340 | 175 | 201 | 0 | 54 | 52 | 14 | 546 | 75 | 104 |
| Binary | 11100000 | 1111101 | 10000001 | 0 | 101100 | 101010 | 1100 | 101100110 | 111101 | 1000100 |
Color Harmonies of #E07D81
Complementary color
Monochromatic Colors of #E07D81
Black with #E07D81
Text Example
Text Example
White with #E07D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07D81; }
p { color: rgb(224,125,129); }
H1.HeaderClassName
{
color: #E07D81;
}
.AnyTagClassName
{
color: #E07D81;
}
</style>
background-color css
<style>
a { background-color: #E07D81; }
a { background-color: rgb(224,125,129); }
div.DivClassName
{
background-color: #E07D81;
}
.BgClassName
{
background-color: #E07D81;
}
</style>
border-color css
<style>
span { border-color: #E07D81; }
span { border-color: rgb(224,125,129); }
td.TdClassName
{
border-color: #E07D81;
}
.TagClassName
{
border-color: #E07D81;
}
</style>