Shades of Froly #EE767C
Tints of Froly #EE767C
RGB
CMYK
RGB Variations
Color information
#EE767C (or 0xEE767C) is known color: Froly. HEX triplet: EE, 76 and 7C. RGB value is (238,118,124). Sum of RGB (Red+Green+Blue) = 238+118+124=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 118 (46.48% from 255 or 24.58% from 480); Blue value is 124 (48.83% from 255 or 25.83% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EE767C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE767C is #118983. Grayscale: #9A9A9A. Windows color (decimal): -1149316 or 8156910. OLE color: 8156910.
HSL color Cylindrical-coordinate representation of color #EE767C: hue angle of 357º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE767C is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 124 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.07 |
| HSL | 357º | 0.78% | 0.7% | - |
| HSV(B) | 357º | 0.5% | 0.93% | - |
| XYZ | 45.38 | 32.59 | 22.97 | - |
| YUV | 154.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 124 | 0 | 0.50 | 0.48 | 0.07 | 357 | 0.78 | 0.7 |
| Hex | EE | 76 | 7C | 0 | 32 | 30 | 7 | 165 | 4E | 46 |
| Octal | 356 | 166 | 174 | 0 | 62 | 60 | 7 | 545 | 116 | 106 |
| Binary | 11101110 | 1110110 | 1111100 | 0 | 110010 | 110000 | 111 | 101100101 | 1001110 | 1000110 |
Color Harmonies of #EE767C
Complementary color
Monochromatic Colors of #EE767C
Black with #EE767C
Text Example
Text Example
White with #EE767C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE767C; }
p { color: rgb(238,118,124); }
H1.HeaderClassName
{
color: #EE767C;
}
.AnyTagClassName
{
color: #EE767C;
}
</style>
background-color css
<style>
a { background-color: #EE767C; }
a { background-color: rgb(238,118,124); }
div.DivClassName
{
background-color: #EE767C;
}
.BgClassName
{
background-color: #EE767C;
}
</style>
border-color css
<style>
span { border-color: #EE767C; }
span { border-color: rgb(238,118,124); }
td.TdClassName
{
border-color: #EE767C;
}
.TagClassName
{
border-color: #EE767C;
}
</style>