Shades of Froly #EE6175
Tints of Froly #EE6175
RGB
CMYK
RGB Variations
Color information
#EE6175 (or 0xEE6175) is known color: Froly. HEX triplet: EE, 61 and 75. RGB value is (238,97,117). Sum of RGB (Red+Green+Blue) = 238+97+117=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 97 (38.28% from 255 or 21.46% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6175 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6175 is #119E8A. Grayscale: #8D8D8D. Windows color (decimal): -1154699 or 7692782. OLE color: 7692782.
HSL color Cylindrical-coordinate representation of color #EE6175: hue angle of 351.49º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE6175 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 97 | 117 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.07 |
| HSL | 351.49º | 0.81% | 0.66% | - |
| HSV(B) | 351.49º | 0.59% | 0.93% | - |
| XYZ | 42.75 | 28.01 | 19.98 | - |
| YUV | 141.44 | 114.21 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 97 | 117 | 0 | 0.59 | 0.51 | 0.07 | 351.49 | 0.81 | 0.66 |
| Hex | EE | 61 | 75 | 0 | 3B | 33 | 7 | 15F | 51 | 42 |
| Octal | 356 | 141 | 165 | 0 | 73 | 63 | 7 | 537 | 121 | 102 |
| Binary | 11101110 | 1100001 | 1110101 | 0 | 111011 | 110011 | 111 | 101011111 | 1010001 | 1000010 |
Color Harmonies of #EE6175
Complementary color
Monochromatic Colors of #EE6175
Black with #EE6175
Text Example
Text Example
White with #EE6175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6175; }
p { color: rgb(238,97,117); }
H1.HeaderClassName
{
color: #EE6175;
}
.AnyTagClassName
{
color: #EE6175;
}
</style>
background-color css
<style>
a { background-color: #EE6175; }
a { background-color: rgb(238,97,117); }
div.DivClassName
{
background-color: #EE6175;
}
.BgClassName
{
background-color: #EE6175;
}
</style>
border-color css
<style>
span { border-color: #EE6175; }
span { border-color: rgb(238,97,117); }
td.TdClassName
{
border-color: #EE6175;
}
.TagClassName
{
border-color: #EE6175;
}
</style>