Shades of Froly #EE6F72
Tints of Froly #EE6F72
RGB
CMYK
RGB Variations
Color information
#EE6F72 (or 0xEE6F72) is known color: Froly. HEX triplet: EE, 6F and 72. RGB value is (238,111,114). Sum of RGB (Red+Green+Blue) = 238+111+114=463 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.40% from 463); Green value is 111 (43.75% from 255 or 23.97% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6F72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6F72 is #11908D. Grayscale: #959595. Windows color (decimal): -1151118 or 7499758. OLE color: 7499758.
HSL color Cylindrical-coordinate representation of color #EE6F72: hue angle of 358.58º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EE6F72 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 111 | 114 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.07 |
| HSL | 358.58º | 0.79% | 0.68% | - |
| HSV(B) | 358.58º | 0.53% | 0.93% | - |
| XYZ | 43.98 | 30.76 | 19.54 | - |
| YUV | 149.32 | 108.08 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 111 | 114 | 0 | 0.53 | 0.52 | 0.07 | 358.58 | 0.79 | 0.68 |
| Hex | EE | 6F | 72 | 0 | 35 | 34 | 7 | 167 | 4F | 44 |
| Octal | 356 | 157 | 162 | 0 | 65 | 64 | 7 | 547 | 117 | 104 |
| Binary | 11101110 | 1101111 | 1110010 | 0 | 110101 | 110100 | 111 | 101100111 | 1001111 | 1000100 |
Color Harmonies of #EE6F72
Complementary color
Monochromatic Colors of #EE6F72
Black with #EE6F72
Text Example
Text Example
White with #EE6F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6F72; }
p { color: rgb(238,111,114); }
H1.HeaderClassName
{
color: #EE6F72;
}
.AnyTagClassName
{
color: #EE6F72;
}
</style>
background-color css
<style>
a { background-color: #EE6F72; }
a { background-color: rgb(238,111,114); }
div.DivClassName
{
background-color: #EE6F72;
}
.BgClassName
{
background-color: #EE6F72;
}
</style>
border-color css
<style>
span { border-color: #EE6F72; }
span { border-color: rgb(238,111,114); }
td.TdClassName
{
border-color: #EE6F72;
}
.TagClassName
{
border-color: #EE6F72;
}
</style>