Shades of Froly #E9767C
Tints of Froly #E9767C
RGB
CMYK
RGB Variations
Color information
#E9767C (or 0xE9767C) is known color: Froly. HEX triplet: E9, 76 and 7C. RGB value is (233,118,124). Sum of RGB (Red+Green+Blue) = 233+118+124=475 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.05% from 475); Green value is 118 (46.48% from 255 or 24.84% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 233 - color contains mainly: red. Hex color #E9767C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9767C is #168983. Grayscale: #999999. Windows color (decimal): -1476996 or 8156905. OLE color: 8156905.
HSL color Cylindrical-coordinate representation of color #E9767C: hue angle of 356.87º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E9767C is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 118 | 124 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.09 |
| HSL | 356.87º | 0.72% | 0.69% | - |
| HSV(B) | 356.87º | 0.49% | 0.91% | - |
| XYZ | 43.72 | 31.74 | 22.89 | - |
| YUV | 153.07 | 111.6 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 124 | 0 | 0.49 | 0.47 | 0.09 | 356.87 | 0.72 | 0.69 |
| Hex | E9 | 76 | 7C | 0 | 31 | 2F | 9 | 165 | 48 | 45 |
| Octal | 351 | 166 | 174 | 0 | 61 | 57 | 11 | 545 | 110 | 105 |
| Binary | 11101001 | 1110110 | 1111100 | 0 | 110001 | 101111 | 1001 | 101100101 | 1001000 | 1000101 |
Color Harmonies of #E9767C
Complementary color
Monochromatic Colors of #E9767C
Black with #E9767C
Text Example
Text Example
White with #E9767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9767C; }
p { color: rgb(233,118,124); }
H1.HeaderClassName
{
color: #E9767C;
}
.AnyTagClassName
{
color: #E9767C;
}
</style>
background-color css
<style>
a { background-color: #E9767C; }
a { background-color: rgb(233,118,124); }
div.DivClassName
{
background-color: #E9767C;
}
.BgClassName
{
background-color: #E9767C;
}
</style>
border-color css
<style>
span { border-color: #E9767C; }
span { border-color: rgb(233,118,124); }
td.TdClassName
{
border-color: #E9767C;
}
.TagClassName
{
border-color: #E9767C;
}
</style>