Shades of Froly #EE6C75
Tints of Froly #EE6C75
RGB
CMYK
RGB Variations
Color information
#EE6C75 (or 0xEE6C75) is known color: Froly. HEX triplet: EE, 6C and 75. RGB value is (238,108,117). Sum of RGB (Red+Green+Blue) = 238+108+117=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6C75 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6C75 is #11938A. Grayscale: #939393. Windows color (decimal): -1151883 or 7695598. OLE color: 7695598.
HSL color Cylindrical-coordinate representation of color #EE6C75: hue angle of 355.85º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EE6C75 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 108 | 117 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.07 |
| HSL | 355.85º | 0.79% | 0.68% | - |
| HSV(B) | 355.85º | 0.55% | 0.93% | - |
| XYZ | 43.83 | 30.19 | 20.35 | - |
| YUV | 147.9 | 110.57 | 192.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 108 | 117 | 0 | 0.55 | 0.51 | 0.07 | 355.85 | 0.79 | 0.68 |
| Hex | EE | 6C | 75 | 0 | 37 | 33 | 7 | 164 | 4F | 44 |
| Octal | 356 | 154 | 165 | 0 | 67 | 63 | 7 | 544 | 117 | 104 |
| Binary | 11101110 | 1101100 | 1110101 | 0 | 110111 | 110011 | 111 | 101100100 | 1001111 | 1000100 |
Color Harmonies of #EE6C75
Complementary color
Monochromatic Colors of #EE6C75
Black with #EE6C75
Text Example
Text Example
White with #EE6C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6C75; }
p { color: rgb(238,108,117); }
H1.HeaderClassName
{
color: #EE6C75;
}
.AnyTagClassName
{
color: #EE6C75;
}
</style>
background-color css
<style>
a { background-color: #EE6C75; }
a { background-color: rgb(238,108,117); }
div.DivClassName
{
background-color: #EE6C75;
}
.BgClassName
{
background-color: #EE6C75;
}
</style>
border-color css
<style>
span { border-color: #EE6C75; }
span { border-color: rgb(238,108,117); }
td.TdClassName
{
border-color: #EE6C75;
}
.TagClassName
{
border-color: #EE6C75;
}
</style>