Shades of Froly #E07E7F
Tints of Froly #E07E7F
RGB
CMYK
RGB Variations
Color information
#E07E7F (or 0xE07E7F) is known color: Froly. HEX triplet: E0, 7E and 7F. RGB value is (224,126,127). Sum of RGB (Red+Green+Blue) = 224+126+127=477 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.96% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 224 - color contains mainly: red. Hex color #E07E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07E7F is #1F8180. Grayscale: #9B9B9B. Windows color (decimal): -2064769 or 8355552. OLE color: 8355552.
HSL color Cylindrical-coordinate representation of color #E07E7F: hue angle of 359.39º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07E7F is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 126 | 127 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.12 |
| HSL | 359.39º | 0.61% | 0.69% | - |
| HSV(B) | 359.39º | 0.44% | 0.88% | - |
| XYZ | 42.03 | 32.3 | 24.1 | - |
| YUV | 155.42 | 111.97 | 176.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 126 | 127 | 0 | 0.44 | 0.43 | 0.12 | 359.39 | 0.61 | 0.69 |
| Hex | E0 | 7E | 7F | 0 | 2C | 2B | C | 167 | 3D | 45 |
| Octal | 340 | 176 | 177 | 0 | 54 | 53 | 14 | 547 | 75 | 105 |
| Binary | 11100000 | 1111110 | 1111111 | 0 | 101100 | 101011 | 1100 | 101100111 | 111101 | 1000101 |
Color Harmonies of #E07E7F
Complementary color
Monochromatic Colors of #E07E7F
Black with #E07E7F
Text Example
Text Example
White with #E07E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07E7F; }
p { color: rgb(224,126,127); }
H1.HeaderClassName
{
color: #E07E7F;
}
.AnyTagClassName
{
color: #E07E7F;
}
</style>
background-color css
<style>
a { background-color: #E07E7F; }
a { background-color: rgb(224,126,127); }
div.DivClassName
{
background-color: #E07E7F;
}
.BgClassName
{
background-color: #E07E7F;
}
</style>
border-color css
<style>
span { border-color: #E07E7F; }
span { border-color: rgb(224,126,127); }
td.TdClassName
{
border-color: #E07E7F;
}
.TagClassName
{
border-color: #E07E7F;
}
</style>