Shades of Bittersweet #EE6665
Tints of Bittersweet #EE6665
RGB
CMYK
RGB Variations
Color information
#EE6665 (or 0xEE6665) is known color: Bittersweet. HEX triplet: EE, 66 and 65. RGB value is (238,102,101). Sum of RGB (Red+Green+Blue) = 238+102+101=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6665 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6665 is #11999A. Grayscale: #8E8E8E. Windows color (decimal): -1153435 or 6645486. OLE color: 6645486.
HSL color Cylindrical-coordinate representation of color #EE6665: hue angle of 0.44º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EE6665 is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 102 | 101 | - |
| CMYK | 0 | 0.57 | 0.58 | 0.07 |
| HSL | 0.44º | 0.8% | 0.66% | - |
| HSV(B) | 0.44º | 0.58% | 0.93% | - |
| XYZ | 42.36 | 28.62 | 15.6 | - |
| YUV | 142.55 | 104.56 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 102 | 101 | 0 | 0.57 | 0.58 | 0.07 | 0.44 | 0.8 | 0.66 |
| Hex | EE | 66 | 65 | 0 | 39 | 3A | 7 | 0 | 50 | 42 |
| Octal | 356 | 146 | 145 | 0 | 71 | 72 | 7 | 0 | 120 | 102 |
| Binary | 11101110 | 1100110 | 1100101 | 0 | 111001 | 111010 | 111 | 0 | 1010000 | 1000010 |
Color Harmonies of #EE6665
Complementary color
Monochromatic Colors of #EE6665
Black with #EE6665
Text Example
Text Example
White with #EE6665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6665; }
p { color: rgb(238,102,101); }
H1.HeaderClassName
{
color: #EE6665;
}
.AnyTagClassName
{
color: #EE6665;
}
</style>
background-color css
<style>
a { background-color: #EE6665; }
a { background-color: rgb(238,102,101); }
div.DivClassName
{
background-color: #EE6665;
}
.BgClassName
{
background-color: #EE6665;
}
</style>
border-color css
<style>
span { border-color: #EE6665; }
span { border-color: rgb(238,102,101); }
td.TdClassName
{
border-color: #EE6665;
}
.TagClassName
{
border-color: #EE6665;
}
</style>