Shades of Froly #EE6972
Tints of Froly #EE6972
RGB
CMYK
RGB Variations
Color information
#EE6972 (or 0xEE6972) is known color: Froly. HEX triplet: EE, 69 and 72. RGB value is (238,105,114). Sum of RGB (Red+Green+Blue) = 238+105+114=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 105 (41.41% from 255 or 22.98% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6972 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6972 is #11968D. Grayscale: #919191. Windows color (decimal): -1152654 or 7498222. OLE color: 7498222.
HSL color Cylindrical-coordinate representation of color #EE6972: hue angle of 355.94º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EE6972 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 114 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.07 |
| HSL | 355.94º | 0.8% | 0.67% | - |
| HSV(B) | 355.94º | 0.56% | 0.93% | - |
| XYZ | 43.35 | 29.5 | 19.33 | - |
| YUV | 145.79 | 110.06 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 114 | 0 | 0.56 | 0.52 | 0.07 | 355.94 | 0.8 | 0.67 |
| Hex | EE | 69 | 72 | 0 | 38 | 34 | 7 | 164 | 50 | 43 |
| Octal | 356 | 151 | 162 | 0 | 70 | 64 | 7 | 544 | 120 | 103 |
| Binary | 11101110 | 1101001 | 1110010 | 0 | 111000 | 110100 | 111 | 101100100 | 1010000 | 1000011 |
Color Harmonies of #EE6972
Complementary color
Monochromatic Colors of #EE6972
Black with #EE6972
Text Example
Text Example
White with #EE6972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6972; }
p { color: rgb(238,105,114); }
H1.HeaderClassName
{
color: #EE6972;
}
.AnyTagClassName
{
color: #EE6972;
}
</style>
background-color css
<style>
a { background-color: #EE6972; }
a { background-color: rgb(238,105,114); }
div.DivClassName
{
background-color: #EE6972;
}
.BgClassName
{
background-color: #EE6972;
}
</style>
border-color css
<style>
span { border-color: #EE6972; }
span { border-color: rgb(238,105,114); }
td.TdClassName
{
border-color: #EE6972;
}
.TagClassName
{
border-color: #EE6972;
}
</style>