Shades of Bittersweet #EE665C
Tints of Bittersweet #EE665C
RGB
CMYK
RGB Variations
Color information
#EE665C (or 0xEE665C) is known color: Bittersweet. HEX triplet: EE, 66 and 5C. RGB value is (238,102,92). Sum of RGB (Red+Green+Blue) = 238+102+92=432 (57% of max value = 765). Red value is 238 (93.36% from 255 or 55.09% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 238 - color contains mainly: red. Hex color #EE665C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE665C is #1199A3. Grayscale: #8D8D8D. Windows color (decimal): -1153444 or 6055662. OLE color: 6055662.
HSL color Cylindrical-coordinate representation of color #EE665C: hue angle of 4.11º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EE665C is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 92 | - |
| CMYK | 0 | 0.57 | 0.61 | 0.07 |
| HSL | 4.11º | 0.81% | 0.65% | - |
| HSV(B) | 4.11º | 0.61% | 0.93% | - |
| XYZ | 41.94 | 28.45 | 13.41 | - |
| YUV | 141.52 | 100.06 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 92 | 0 | 0.57 | 0.61 | 0.07 | 4.11 | 0.81 | 0.65 |
| Hex | EE | 66 | 5C | 0 | 39 | 3D | 7 | 4 | 51 | 41 |
| Octal | 356 | 146 | 134 | 0 | 71 | 75 | 7 | 4 | 121 | 101 |
| Binary | 11101110 | 1100110 | 1011100 | 0 | 111001 | 111101 | 111 | 100 | 1010001 | 1000001 |
Color Harmonies of #EE665C
Complementary color
Monochromatic Colors of #EE665C
Black with #EE665C
Text Example
Text Example
White with #EE665C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE665C; }
p { color: rgb(238,102,92); }
H1.HeaderClassName
{
color: #EE665C;
}
.AnyTagClassName
{
color: #EE665C;
}
</style>
background-color css
<style>
a { background-color: #EE665C; }
a { background-color: rgb(238,102,92); }
div.DivClassName
{
background-color: #EE665C;
}
.BgClassName
{
background-color: #EE665C;
}
</style>
border-color css
<style>
span { border-color: #EE665C; }
span { border-color: rgb(238,102,92); }
td.TdClassName
{
border-color: #EE665C;
}
.TagClassName
{
border-color: #EE665C;
}
</style>