Shades of Froly #EE767D
Tints of Froly #EE767D
RGB
CMYK
RGB Variations
Color information
#EE767D (or 0xEE767D) is known color: Froly. HEX triplet: EE, 76 and 7D. RGB value is (238,118,125). Sum of RGB (Red+Green+Blue) = 238+118+125=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 118 (46.48% from 255 or 24.53% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EE767D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE767D is #118982. Grayscale: #9A9A9A. Windows color (decimal): -1149315 or 8222446. OLE color: 8222446.
HSL color Cylindrical-coordinate representation of color #EE767D: hue angle of 356.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 #EE767D is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 118 | 125 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.07 |
| HSL | 356.5º | 0.78% | 0.7% | - |
| HSV(B) | 356.5º | 0.5% | 0.93% | - |
| XYZ | 45.44 | 32.61 | 23.3 | - |
| YUV | 154.68 | 111.26 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 118 | 125 | 0 | 0.50 | 0.47 | 0.07 | 356.5 | 0.78 | 0.7 |
| Hex | EE | 76 | 7D | 0 | 32 | 2F | 7 | 164 | 4E | 46 |
| Octal | 356 | 166 | 175 | 0 | 62 | 57 | 7 | 544 | 116 | 106 |
| Binary | 11101110 | 1110110 | 1111101 | 0 | 110010 | 101111 | 111 | 101100100 | 1001110 | 1000110 |
Color Harmonies of #EE767D
Complementary color
Monochromatic Colors of #EE767D
Black with #EE767D
Text Example
Text Example
White with #EE767D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE767D; }
p { color: rgb(238,118,125); }
H1.HeaderClassName
{
color: #EE767D;
}
.AnyTagClassName
{
color: #EE767D;
}
</style>
background-color css
<style>
a { background-color: #EE767D; }
a { background-color: rgb(238,118,125); }
div.DivClassName
{
background-color: #EE767D;
}
.BgClassName
{
background-color: #EE767D;
}
</style>
border-color css
<style>
span { border-color: #EE767D; }
span { border-color: rgb(238,118,125); }
td.TdClassName
{
border-color: #EE767D;
}
.TagClassName
{
border-color: #EE767D;
}
</style>