Shades of Froly #E07B7F
Tints of Froly #E07B7F
RGB
CMYK
RGB Variations
Color information
#E07B7F (or 0xE07B7F) is known color: Froly. HEX triplet: E0, 7B and 7F. RGB value is (224,123,127). Sum of RGB (Red+Green+Blue) = 224+123+127=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 127 (50% from 255 or 26.79% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07B7F is #1F8480. Grayscale: #999999. Windows color (decimal): -2065537 or 8354784. OLE color: 8354784.
HSL color Cylindrical-coordinate representation of color #E07B7F: hue angle of 357.62º 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 #E07B7F is Cyan = 0, Magento = 0.45, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 123 | 127 | - |
| CMYK | 0 | 0.45 | 0.43 | 0.12 |
| HSL | 357.62º | 0.62% | 0.68% | - |
| HSV(B) | 357.62º | 0.45% | 0.88% | - |
| XYZ | 41.65 | 31.55 | 23.97 | - |
| YUV | 153.66 | 112.96 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 123 | 127 | 0 | 0.45 | 0.43 | 0.12 | 357.62 | 0.62 | 0.68 |
| Hex | E0 | 7B | 7F | 0 | 2D | 2B | C | 166 | 3E | 44 |
| Octal | 340 | 173 | 177 | 0 | 55 | 53 | 14 | 546 | 76 | 104 |
| Binary | 11100000 | 1111011 | 1111111 | 0 | 101101 | 101011 | 1100 | 101100110 | 111110 | 1000100 |
Color Harmonies of #E07B7F
Complementary color
Monochromatic Colors of #E07B7F
Black with #E07B7F
Text Example
Text Example
White with #E07B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07B7F; }
p { color: rgb(224,123,127); }
H1.HeaderClassName
{
color: #E07B7F;
}
.AnyTagClassName
{
color: #E07B7F;
}
</style>
background-color css
<style>
a { background-color: #E07B7F; }
a { background-color: rgb(224,123,127); }
div.DivClassName
{
background-color: #E07B7F;
}
.BgClassName
{
background-color: #E07B7F;
}
</style>
border-color css
<style>
span { border-color: #E07B7F; }
span { border-color: rgb(224,123,127); }
td.TdClassName
{
border-color: #E07B7F;
}
.TagClassName
{
border-color: #E07B7F;
}
</style>