Shades of Froly #EE767F
Tints of Froly #EE767F
RGB
CMYK
RGB Variations
Color information
#EE767F (or 0xEE767F) is known color: Froly. HEX triplet: EE, 76 and 7F. RGB value is (238,118,127). Sum of RGB (Red+Green+Blue) = 238+118+127=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 118 (46.48% from 255 or 24.43% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EE767F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE767F is #118980. Grayscale: #9A9A9A. Windows color (decimal): -1149313 or 8353518. OLE color: 8353518.
HSL color Cylindrical-coordinate representation of color #EE767F: hue angle of 355.5º 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 #EE767F is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 127 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.07 |
| HSL | 355.5º | 0.78% | 0.7% | - |
| HSV(B) | 355.5º | 0.5% | 0.93% | - |
| XYZ | 45.57 | 32.67 | 23.98 | - |
| YUV | 154.91 | 112.26 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 127 | 0 | 0.50 | 0.47 | 0.07 | 355.5 | 0.78 | 0.7 |
| Hex | EE | 76 | 7F | 0 | 32 | 2F | 7 | 164 | 4E | 46 |
| Octal | 356 | 166 | 177 | 0 | 62 | 57 | 7 | 544 | 116 | 106 |
| Binary | 11101110 | 1110110 | 1111111 | 0 | 110010 | 101111 | 111 | 101100100 | 1001110 | 1000110 |
Color Harmonies of #EE767F
Complementary color
Monochromatic Colors of #EE767F
Black with #EE767F
Text Example
Text Example
White with #EE767F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE767F; }
p { color: rgb(238,118,127); }
H1.HeaderClassName
{
color: #EE767F;
}
.AnyTagClassName
{
color: #EE767F;
}
</style>
background-color css
<style>
a { background-color: #EE767F; }
a { background-color: rgb(238,118,127); }
div.DivClassName
{
background-color: #EE767F;
}
.BgClassName
{
background-color: #EE767F;
}
</style>
border-color css
<style>
span { border-color: #EE767F; }
span { border-color: rgb(238,118,127); }
td.TdClassName
{
border-color: #EE767F;
}
.TagClassName
{
border-color: #EE767F;
}
</style>