Shades of Froly #EE6871
Tints of Froly #EE6871
RGB
CMYK
RGB Variations
Color information
#EE6871 (or 0xEE6871) is known color: Froly. HEX triplet: EE, 68 and 71. RGB value is (238,104,113). Sum of RGB (Red+Green+Blue) = 238+104+113=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6871 is #11978E. Grayscale: #919191. Windows color (decimal): -1152911 or 7432430. OLE color: 7432430.
HSL color Cylindrical-coordinate representation of color #EE6871: hue angle of 355.97º 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 #EE6871 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 113 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.07 |
| HSL | 355.97º | 0.8% | 0.67% | - |
| HSV(B) | 355.97º | 0.56% | 0.93% | - |
| XYZ | 43.19 | 29.27 | 19 | - |
| YUV | 145.09 | 109.89 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 113 | 0 | 0.56 | 0.53 | 0.07 | 355.97 | 0.8 | 0.67 |
| Hex | EE | 68 | 71 | 0 | 38 | 35 | 7 | 164 | 50 | 43 |
| Octal | 356 | 150 | 161 | 0 | 70 | 65 | 7 | 544 | 120 | 103 |
| Binary | 11101110 | 1101000 | 1110001 | 0 | 111000 | 110101 | 111 | 101100100 | 1010000 | 1000011 |
Color Harmonies of #EE6871
Complementary color
Monochromatic Colors of #EE6871
Black with #EE6871
Text Example
Text Example
White with #EE6871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6871; }
p { color: rgb(238,104,113); }
H1.HeaderClassName
{
color: #EE6871;
}
.AnyTagClassName
{
color: #EE6871;
}
</style>
background-color css
<style>
a { background-color: #EE6871; }
a { background-color: rgb(238,104,113); }
div.DivClassName
{
background-color: #EE6871;
}
.BgClassName
{
background-color: #EE6871;
}
</style>
border-color css
<style>
span { border-color: #EE6871; }
span { border-color: rgb(238,104,113); }
td.TdClassName
{
border-color: #EE6871;
}
.TagClassName
{
border-color: #EE6871;
}
</style>