Shades of Froly #EE6875
Tints of Froly #EE6875
RGB
CMYK
RGB Variations
Color information
#EE6875 (or 0xEE6875) is known color: Froly. HEX triplet: EE, 68 and 75. RGB value is (238,104,117). Sum of RGB (Red+Green+Blue) = 238+104+117=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6875 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6875 is #11978A. Grayscale: #919191. Windows color (decimal): -1152907 or 7694574. OLE color: 7694574.
HSL color Cylindrical-coordinate representation of color #EE6875: hue angle of 354.18º 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 #EE6875 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 104 | 117 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.07 |
| HSL | 354.18º | 0.8% | 0.67% | - |
| HSV(B) | 354.18º | 0.56% | 0.93% | - |
| XYZ | 43.42 | 29.36 | 20.21 | - |
| YUV | 145.55 | 111.89 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 104 | 117 | 0 | 0.56 | 0.51 | 0.07 | 354.18 | 0.8 | 0.67 |
| Hex | EE | 68 | 75 | 0 | 38 | 33 | 7 | 162 | 50 | 43 |
| Octal | 356 | 150 | 165 | 0 | 70 | 63 | 7 | 542 | 120 | 103 |
| Binary | 11101110 | 1101000 | 1110101 | 0 | 111000 | 110011 | 111 | 101100010 | 1010000 | 1000011 |
Color Harmonies of #EE6875
Complementary color
Monochromatic Colors of #EE6875
Black with #EE6875
Text Example
Text Example
White with #EE6875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6875; }
p { color: rgb(238,104,117); }
H1.HeaderClassName
{
color: #EE6875;
}
.AnyTagClassName
{
color: #EE6875;
}
</style>
background-color css
<style>
a { background-color: #EE6875; }
a { background-color: rgb(238,104,117); }
div.DivClassName
{
background-color: #EE6875;
}
.BgClassName
{
background-color: #EE6875;
}
</style>
border-color css
<style>
span { border-color: #EE6875; }
span { border-color: rgb(238,104,117); }
td.TdClassName
{
border-color: #EE6875;
}
.TagClassName
{
border-color: #EE6875;
}
</style>