Shades of Froly #EE6670
Tints of Froly #EE6670
RGB
CMYK
RGB Variations
Color information
#EE6670 (or 0xEE6670) is known color: Froly. HEX triplet: EE, 66 and 70. RGB value is (238,102,112). Sum of RGB (Red+Green+Blue) = 238+102+112=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 102 (40.23% from 255 or 22.57% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6670 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6670 is #11998F. Grayscale: #8F8F8F. Windows color (decimal): -1153424 or 7366382. OLE color: 7366382.
HSL color Cylindrical-coordinate representation of color #EE6670: hue angle of 355.59º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EE6670 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 112 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.07 |
| HSL | 355.59º | 0.8% | 0.67% | - |
| HSV(B) | 355.59º | 0.57% | 0.93% | - |
| XYZ | 42.94 | 28.85 | 18.63 | - |
| YUV | 143.8 | 110.06 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 112 | 0 | 0.57 | 0.53 | 0.07 | 355.59 | 0.8 | 0.67 |
| Hex | EE | 66 | 70 | 0 | 39 | 35 | 7 | 164 | 50 | 43 |
| Octal | 356 | 146 | 160 | 0 | 71 | 65 | 7 | 544 | 120 | 103 |
| Binary | 11101110 | 1100110 | 1110000 | 0 | 111001 | 110101 | 111 | 101100100 | 1010000 | 1000011 |
Color Harmonies of #EE6670
Complementary color
Monochromatic Colors of #EE6670
Black with #EE6670
Text Example
Text Example
White with #EE6670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6670; }
p { color: rgb(238,102,112); }
H1.HeaderClassName
{
color: #EE6670;
}
.AnyTagClassName
{
color: #EE6670;
}
</style>
background-color css
<style>
a { background-color: #EE6670; }
a { background-color: rgb(238,102,112); }
div.DivClassName
{
background-color: #EE6670;
}
.BgClassName
{
background-color: #EE6670;
}
</style>
border-color css
<style>
span { border-color: #EE6670; }
span { border-color: rgb(238,102,112); }
td.TdClassName
{
border-color: #EE6670;
}
.TagClassName
{
border-color: #EE6670;
}
</style>