Shades of Froly #EE6B73
Tints of Froly #EE6B73
RGB
CMYK
RGB Variations
Color information
#EE6B73 (or 0xEE6B73) is known color: Froly. HEX triplet: EE, 6B and 73. RGB value is (238,107,115). Sum of RGB (Red+Green+Blue) = 238+107+115=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6B73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6B73 is #11948C. Grayscale: #939393. Windows color (decimal): -1152141 or 7564270. OLE color: 7564270.
HSL color Cylindrical-coordinate representation of color #EE6B73: hue angle of 356.34º 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 #EE6B73 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 107 | 115 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.07 |
| HSL | 356.34º | 0.79% | 0.68% | - |
| HSV(B) | 356.34º | 0.55% | 0.93% | - |
| XYZ | 43.61 | 29.93 | 19.7 | - |
| YUV | 147.08 | 109.9 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 107 | 115 | 0 | 0.55 | 0.52 | 0.07 | 356.34 | 0.79 | 0.68 |
| Hex | EE | 6B | 73 | 0 | 37 | 34 | 7 | 164 | 4F | 44 |
| Octal | 356 | 153 | 163 | 0 | 67 | 64 | 7 | 544 | 117 | 104 |
| Binary | 11101110 | 1101011 | 1110011 | 0 | 110111 | 110100 | 111 | 101100100 | 1001111 | 1000100 |
Color Harmonies of #EE6B73
Complementary color
Monochromatic Colors of #EE6B73
Black with #EE6B73
Text Example
Text Example
White with #EE6B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6B73; }
p { color: rgb(238,107,115); }
H1.HeaderClassName
{
color: #EE6B73;
}
.AnyTagClassName
{
color: #EE6B73;
}
</style>
background-color css
<style>
a { background-color: #EE6B73; }
a { background-color: rgb(238,107,115); }
div.DivClassName
{
background-color: #EE6B73;
}
.BgClassName
{
background-color: #EE6B73;
}
</style>
border-color css
<style>
span { border-color: #EE6B73; }
span { border-color: rgb(238,107,115); }
td.TdClassName
{
border-color: #EE6B73;
}
.TagClassName
{
border-color: #EE6B73;
}
</style>