Shades of Froly #E07881
Tints of Froly #E07881
RGB
CMYK
RGB Variations
Color information
#E07881 (or 0xE07881) is known color: Froly. HEX triplet: E0, 78 and 81. RGB value is (224,120,129). Sum of RGB (Red+Green+Blue) = 224+120+129=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 120 (47.27% from 255 or 25.37% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E07881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07881 is #1F877E. Grayscale: #989898. Windows color (decimal): -2066303 or 8485088. OLE color: 8485088.
HSL color Cylindrical-coordinate representation of color #E07881: hue angle of 354.81º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E07881 is Cyan = 0, Magento = 0.46, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 120 | 129 | - |
| CMYK | 0 | 0.46 | 0.42 | 0.12 |
| HSL | 354.81º | 0.63% | 0.67% | - |
| HSV(B) | 354.81º | 0.46% | 0.88% | - |
| XYZ | 41.42 | 30.87 | 24.54 | - |
| YUV | 152.12 | 114.96 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 120 | 129 | 0 | 0.46 | 0.42 | 0.12 | 354.81 | 0.63 | 0.67 |
| Hex | E0 | 78 | 81 | 0 | 2E | 2A | C | 163 | 3F | 43 |
| Octal | 340 | 170 | 201 | 0 | 56 | 52 | 14 | 543 | 77 | 103 |
| Binary | 11100000 | 1111000 | 10000001 | 0 | 101110 | 101010 | 1100 | 101100011 | 111111 | 1000011 |
Color Harmonies of #E07881
Complementary color
Monochromatic Colors of #E07881
Black with #E07881
Text Example
Text Example
White with #E07881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07881; }
p { color: rgb(224,120,129); }
H1.HeaderClassName
{
color: #E07881;
}
.AnyTagClassName
{
color: #E07881;
}
</style>
background-color css
<style>
a { background-color: #E07881; }
a { background-color: rgb(224,120,129); }
div.DivClassName
{
background-color: #E07881;
}
.BgClassName
{
background-color: #E07881;
}
</style>
border-color css
<style>
span { border-color: #E07881; }
span { border-color: rgb(224,120,129); }
td.TdClassName
{
border-color: #E07881;
}
.TagClassName
{
border-color: #E07881;
}
</style>