Shades of Froly #EE6E75
Tints of Froly #EE6E75
RGB
CMYK
RGB Variations
Color information
#EE6E75 (or 0xEE6E75) is known color: Froly. HEX triplet: EE, 6E and 75. RGB value is (238,110,117). Sum of RGB (Red+Green+Blue) = 238+110+117=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6E75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6E75 is #11918A. Grayscale: #959595. Windows color (decimal): -1151371 or 7696110. OLE color: 7696110.
HSL color Cylindrical-coordinate representation of color #EE6E75: hue angle of 356.72º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE6E75 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 110 | 117 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.07 |
| HSL | 356.72º | 0.79% | 0.68% | - |
| HSV(B) | 356.72º | 0.54% | 0.93% | - |
| XYZ | 44.05 | 30.61 | 20.42 | - |
| YUV | 149.07 | 109.91 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 110 | 117 | 0 | 0.54 | 0.51 | 0.07 | 356.72 | 0.79 | 0.68 |
| Hex | EE | 6E | 75 | 0 | 36 | 33 | 7 | 165 | 4F | 44 |
| Octal | 356 | 156 | 165 | 0 | 66 | 63 | 7 | 545 | 117 | 104 |
| Binary | 11101110 | 1101110 | 1110101 | 0 | 110110 | 110011 | 111 | 101100101 | 1001111 | 1000100 |
Color Harmonies of #EE6E75
Complementary color
Monochromatic Colors of #EE6E75
Black with #EE6E75
Text Example
Text Example
White with #EE6E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6E75; }
p { color: rgb(238,110,117); }
H1.HeaderClassName
{
color: #EE6E75;
}
.AnyTagClassName
{
color: #EE6E75;
}
</style>
background-color css
<style>
a { background-color: #EE6E75; }
a { background-color: rgb(238,110,117); }
div.DivClassName
{
background-color: #EE6E75;
}
.BgClassName
{
background-color: #EE6E75;
}
</style>
border-color css
<style>
span { border-color: #EE6E75; }
span { border-color: rgb(238,110,117); }
td.TdClassName
{
border-color: #EE6E75;
}
.TagClassName
{
border-color: #EE6E75;
}
</style>