Shades of Froly #E0767B
Tints of Froly #E0767B
RGB
CMYK
RGB Variations
Color information
#E0767B (or 0xE0767B) is known color: Froly. HEX triplet: E0, 76 and 7B. RGB value is (224,118,123). Sum of RGB (Red+Green+Blue) = 224+118+123=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 118 (46.48% from 255 or 25.38% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E0767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0767B is #1F8984. Grayscale: #969696. Windows color (decimal): -2066821 or 8091360. OLE color: 8091360.
HSL color Cylindrical-coordinate representation of color #E0767B: hue angle of 357.17º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E0767B is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 118 | 123 | - |
| CMYK | 0 | 0.47 | 0.45 | 0.12 |
| HSL | 357.17º | 0.63% | 0.67% | - |
| HSV(B) | 357.17º | 0.47% | 0.88% | - |
| XYZ | 40.79 | 30.23 | 22.42 | - |
| YUV | 150.26 | 112.62 | 180.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 118 | 123 | 0 | 0.47 | 0.45 | 0.12 | 357.17 | 0.63 | 0.67 |
| Hex | E0 | 76 | 7B | 0 | 2F | 2D | C | 165 | 3F | 43 |
| Octal | 340 | 166 | 173 | 0 | 57 | 55 | 14 | 545 | 77 | 103 |
| Binary | 11100000 | 1110110 | 1111011 | 0 | 101111 | 101101 | 1100 | 101100101 | 111111 | 1000011 |
Color Harmonies of #E0767B
Complementary color
Monochromatic Colors of #E0767B
Black with #E0767B
Text Example
Text Example
White with #E0767B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0767B; }
p { color: rgb(224,118,123); }
H1.HeaderClassName
{
color: #E0767B;
}
.AnyTagClassName
{
color: #E0767B;
}
</style>
background-color css
<style>
a { background-color: #E0767B; }
a { background-color: rgb(224,118,123); }
div.DivClassName
{
background-color: #E0767B;
}
.BgClassName
{
background-color: #E0767B;
}
</style>
border-color css
<style>
span { border-color: #E0767B; }
span { border-color: rgb(224,118,123); }
td.TdClassName
{
border-color: #E0767B;
}
.TagClassName
{
border-color: #E0767B;
}
</style>