Shades of Froly #EE6675
Tints of Froly #EE6675
RGB
CMYK
RGB Variations
Color information
#EE6675 (or 0xEE6675) is known color: Froly. HEX triplet: EE, 66 and 75. RGB value is (238,102,117). Sum of RGB (Red+Green+Blue) = 238+102+117=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6675 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6675 is #11998A. Grayscale: #909090. Windows color (decimal): -1153419 or 7694062. OLE color: 7694062.
HSL color Cylindrical-coordinate representation of color #EE6675: hue angle of 353.38º 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 #EE6675 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 117 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.07 |
| HSL | 353.38º | 0.8% | 0.67% | - |
| HSV(B) | 353.38º | 0.57% | 0.93% | - |
| XYZ | 43.22 | 28.96 | 20.14 | - |
| YUV | 144.37 | 112.56 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 117 | 0 | 0.57 | 0.51 | 0.07 | 353.38 | 0.8 | 0.67 |
| Hex | EE | 66 | 75 | 0 | 39 | 33 | 7 | 161 | 50 | 43 |
| Octal | 356 | 146 | 165 | 0 | 71 | 63 | 7 | 541 | 120 | 103 |
| Binary | 11101110 | 1100110 | 1110101 | 0 | 111001 | 110011 | 111 | 101100001 | 1010000 | 1000011 |
Color Harmonies of #EE6675
Complementary color
Monochromatic Colors of #EE6675
Black with #EE6675
Text Example
Text Example
White with #EE6675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6675; }
p { color: rgb(238,102,117); }
H1.HeaderClassName
{
color: #EE6675;
}
.AnyTagClassName
{
color: #EE6675;
}
</style>
background-color css
<style>
a { background-color: #EE6675; }
a { background-color: rgb(238,102,117); }
div.DivClassName
{
background-color: #EE6675;
}
.BgClassName
{
background-color: #EE6675;
}
</style>
border-color css
<style>
span { border-color: #EE6675; }
span { border-color: rgb(238,102,117); }
td.TdClassName
{
border-color: #EE6675;
}
.TagClassName
{
border-color: #EE6675;
}
</style>