Shades of Froly #EE6970
Tints of Froly #EE6970
RGB
CMYK
RGB Variations
Color information
#EE6970 (or 0xEE6970) is known color: Froly. HEX triplet: EE, 69 and 70. RGB value is (238,105,112). Sum of RGB (Red+Green+Blue) = 238+105+112=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 105 (41.41% from 255 or 23.08% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6970 is #11968F. Grayscale: #919191. Windows color (decimal): -1152656 or 7367150. OLE color: 7367150.
HSL color Cylindrical-coordinate representation of color #EE6970: hue angle of 356.84º 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 #EE6970 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 105 | 112 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.07 |
| HSL | 356.84º | 0.8% | 0.67% | - |
| HSV(B) | 356.84º | 0.56% | 0.93% | - |
| XYZ | 43.24 | 29.45 | 18.73 | - |
| YUV | 145.57 | 109.06 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 105 | 112 | 0 | 0.56 | 0.53 | 0.07 | 356.84 | 0.8 | 0.67 |
| Hex | EE | 69 | 70 | 0 | 38 | 35 | 7 | 165 | 50 | 43 |
| Octal | 356 | 151 | 160 | 0 | 70 | 65 | 7 | 545 | 120 | 103 |
| Binary | 11101110 | 1101001 | 1110000 | 0 | 111000 | 110101 | 111 | 101100101 | 1010000 | 1000011 |
Color Harmonies of #EE6970
Complementary color
Monochromatic Colors of #EE6970
Black with #EE6970
Text Example
Text Example
White with #EE6970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6970; }
p { color: rgb(238,105,112); }
H1.HeaderClassName
{
color: #EE6970;
}
.AnyTagClassName
{
color: #EE6970;
}
</style>
background-color css
<style>
a { background-color: #EE6970; }
a { background-color: rgb(238,105,112); }
div.DivClassName
{
background-color: #EE6970;
}
.BgClassName
{
background-color: #EE6970;
}
</style>
border-color css
<style>
span { border-color: #EE6970; }
span { border-color: rgb(238,105,112); }
td.TdClassName
{
border-color: #EE6970;
}
.TagClassName
{
border-color: #EE6970;
}
</style>