Shades of Froly #E07B7E
Tints of Froly #E07B7E
RGB
CMYK
RGB Variations
Color information
#E07B7E (or 0xE07B7E) is known color: Froly. HEX triplet: E0, 7B and 7E. RGB value is (224,123,126). Sum of RGB (Red+Green+Blue) = 224+123+126=473 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.36% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07B7E is #1F8481. Grayscale: #999999. Windows color (decimal): -2065538 or 8289248. OLE color: 8289248.
HSL color Cylindrical-coordinate representation of color #E07B7E: hue angle of 358.22º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E07B7E is Cyan = 0, Magento = 0.45, Yellow = 0.44 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 126 | - |
| CMYK | 0 | 0.45 | 0.44 | 0.12 |
| HSL | 358.22º | 0.62% | 0.68% | - |
| HSV(B) | 358.22º | 0.45% | 0.88% | - |
| XYZ | 41.59 | 31.52 | 23.63 | - |
| YUV | 153.54 | 112.46 | 178.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 126 | 0 | 0.45 | 0.44 | 0.12 | 358.22 | 0.62 | 0.68 |
| Hex | E0 | 7B | 7E | 0 | 2D | 2C | C | 166 | 3E | 44 |
| Octal | 340 | 173 | 176 | 0 | 55 | 54 | 14 | 546 | 76 | 104 |
| Binary | 11100000 | 1111011 | 1111110 | 0 | 101101 | 101100 | 1100 | 101100110 | 111110 | 1000100 |
Color Harmonies of #E07B7E
Complementary color
Monochromatic Colors of #E07B7E
Black with #E07B7E
Text Example
Text Example
White with #E07B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07B7E; }
p { color: rgb(224,123,126); }
H1.HeaderClassName
{
color: #E07B7E;
}
.AnyTagClassName
{
color: #E07B7E;
}
</style>
background-color css
<style>
a { background-color: #E07B7E; }
a { background-color: rgb(224,123,126); }
div.DivClassName
{
background-color: #E07B7E;
}
.BgClassName
{
background-color: #E07B7E;
}
</style>
border-color css
<style>
span { border-color: #E07B7E; }
span { border-color: rgb(224,123,126); }
td.TdClassName
{
border-color: #E07B7E;
}
.TagClassName
{
border-color: #E07B7E;
}
</style>