Shades of Froly #EE6877
Tints of Froly #EE6877
RGB
CMYK
RGB Variations
Color information
#EE6877 (or 0xEE6877) is known color: Froly. HEX triplet: EE, 68 and 77. RGB value is (238,104,119). Sum of RGB (Red+Green+Blue) = 238+104+119=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6877 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6877 is #119788. Grayscale: #919191. Windows color (decimal): -1152905 or 7825646. OLE color: 7825646.
HSL color Cylindrical-coordinate representation of color #EE6877: hue angle of 353.28º 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 #EE6877 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 119 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.07 |
| HSL | 353.28º | 0.8% | 0.67% | - |
| HSV(B) | 353.28º | 0.56% | 0.93% | - |
| XYZ | 43.54 | 29.41 | 20.83 | - |
| YUV | 145.78 | 112.89 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 119 | 0 | 0.56 | 0.50 | 0.07 | 353.28 | 0.8 | 0.67 |
| Hex | EE | 68 | 77 | 0 | 38 | 32 | 7 | 161 | 50 | 43 |
| Octal | 356 | 150 | 167 | 0 | 70 | 62 | 7 | 541 | 120 | 103 |
| Binary | 11101110 | 1101000 | 1110111 | 0 | 111000 | 110010 | 111 | 101100001 | 1010000 | 1000011 |
Color Harmonies of #EE6877
Complementary color
Monochromatic Colors of #EE6877
Black with #EE6877
Text Example
Text Example
White with #EE6877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6877; }
p { color: rgb(238,104,119); }
H1.HeaderClassName
{
color: #EE6877;
}
.AnyTagClassName
{
color: #EE6877;
}
</style>
background-color css
<style>
a { background-color: #EE6877; }
a { background-color: rgb(238,104,119); }
div.DivClassName
{
background-color: #EE6877;
}
.BgClassName
{
background-color: #EE6877;
}
</style>
border-color css
<style>
span { border-color: #EE6877; }
span { border-color: rgb(238,104,119); }
td.TdClassName
{
border-color: #EE6877;
}
.TagClassName
{
border-color: #EE6877;
}
</style>