Shades of Froly #E9767A
Tints of Froly #E9767A
RGB
CMYK
RGB Variations
Color information
#E9767A (or 0xE9767A) is known color: Froly. HEX triplet: E9, 76 and 7A. RGB value is (233,118,122). Sum of RGB (Red+Green+Blue) = 233+118+122=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E9767A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9767A is #168985. Grayscale: #989898. Windows color (decimal): -1476998 or 8025833. OLE color: 8025833.
HSL color Cylindrical-coordinate representation of color #E9767A: hue angle of 357.91º 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 #E9767A is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 118 | 122 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.09 |
| HSL | 357.91º | 0.72% | 0.69% | - |
| HSV(B) | 357.91º | 0.49% | 0.91% | - |
| XYZ | 43.6 | 31.69 | 22.23 | - |
| YUV | 152.84 | 110.6 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 118 | 122 | 0 | 0.49 | 0.48 | 0.09 | 357.91 | 0.72 | 0.69 |
| Hex | E9 | 76 | 7A | 0 | 31 | 30 | 9 | 166 | 48 | 45 |
| Octal | 351 | 166 | 172 | 0 | 61 | 60 | 11 | 546 | 110 | 105 |
| Binary | 11101001 | 1110110 | 1111010 | 0 | 110001 | 110000 | 1001 | 101100110 | 1001000 | 1000101 |
Color Harmonies of #E9767A
Complementary color
Monochromatic Colors of #E9767A
Black with #E9767A
Text Example
Text Example
White with #E9767A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9767A; }
p { color: rgb(233,118,122); }
H1.HeaderClassName
{
color: #E9767A;
}
.AnyTagClassName
{
color: #E9767A;
}
</style>
background-color css
<style>
a { background-color: #E9767A; }
a { background-color: rgb(233,118,122); }
div.DivClassName
{
background-color: #E9767A;
}
.BgClassName
{
background-color: #E9767A;
}
</style>
border-color css
<style>
span { border-color: #E9767A; }
span { border-color: rgb(233,118,122); }
td.TdClassName
{
border-color: #E9767A;
}
.TagClassName
{
border-color: #E9767A;
}
</style>