Shades of Froly #EE6876
Tints of Froly #EE6876
RGB
CMYK
RGB Variations
Color information
#EE6876 (or 0xEE6876) is known color: Froly. HEX triplet: EE, 68 and 76. RGB value is (238,104,118). Sum of RGB (Red+Green+Blue) = 238+104+118=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6876 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6876 is #119789. Grayscale: #919191. Windows color (decimal): -1152906 or 7760110. OLE color: 7760110.
HSL color Cylindrical-coordinate representation of color #EE6876: hue angle of 353.73º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE6876 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 118 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.07 |
| HSL | 353.73º | 0.8% | 0.67% | - |
| HSV(B) | 353.73º | 0.56% | 0.93% | - |
| XYZ | 43.48 | 29.39 | 20.52 | - |
| YUV | 145.66 | 112.39 | 193.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 118 | 0 | 0.56 | 0.50 | 0.07 | 353.73 | 0.8 | 0.67 |
| Hex | EE | 68 | 76 | 0 | 38 | 32 | 7 | 162 | 50 | 43 |
| Octal | 356 | 150 | 166 | 0 | 70 | 62 | 7 | 542 | 120 | 103 |
| Binary | 11101110 | 1101000 | 1110110 | 0 | 111000 | 110010 | 111 | 101100010 | 1010000 | 1000011 |
Color Harmonies of #EE6876
Complementary color
Monochromatic Colors of #EE6876
Black with #EE6876
Text Example
Text Example
White with #EE6876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6876; }
p { color: rgb(238,104,118); }
H1.HeaderClassName
{
color: #EE6876;
}
.AnyTagClassName
{
color: #EE6876;
}
</style>
background-color css
<style>
a { background-color: #EE6876; }
a { background-color: rgb(238,104,118); }
div.DivClassName
{
background-color: #EE6876;
}
.BgClassName
{
background-color: #EE6876;
}
</style>
border-color css
<style>
span { border-color: #EE6876; }
span { border-color: rgb(238,104,118); }
td.TdClassName
{
border-color: #EE6876;
}
.TagClassName
{
border-color: #EE6876;
}
</style>