Shades of Bittersweet #EE6A60
Tints of Bittersweet #EE6A60
RGB
CMYK
RGB Variations
Color information
#EE6A60 (or 0xEE6A60) is known color: Bittersweet. HEX triplet: EE, 6A and 60. RGB value is (238,106,96). Sum of RGB (Red+Green+Blue) = 238+106+96=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 106 (41.80% from 255 or 24.09% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6A60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6A60 is #11959F. Grayscale: #909090. Windows color (decimal): -1152416 or 6318830. OLE color: 6318830.
HSL color Cylindrical-coordinate representation of color #EE6A60: hue angle of 4.23º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EE6A60 is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 106 | 96 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.07 |
| HSL | 4.23º | 0.81% | 0.65% | - |
| HSV(B) | 4.23º | 0.6% | 0.93% | - |
| XYZ | 42.53 | 29.33 | 14.49 | - |
| YUV | 144.33 | 100.73 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 106 | 96 | 0 | 0.55 | 0.60 | 0.07 | 4.23 | 0.81 | 0.65 |
| Hex | EE | 6A | 60 | 0 | 37 | 3C | 7 | 4 | 51 | 41 |
| Octal | 356 | 152 | 140 | 0 | 67 | 74 | 7 | 4 | 121 | 101 |
| Binary | 11101110 | 1101010 | 1100000 | 0 | 110111 | 111100 | 111 | 100 | 1010001 | 1000001 |
Color Harmonies of #EE6A60
Complementary color
Monochromatic Colors of #EE6A60
Black with #EE6A60
Text Example
Text Example
White with #EE6A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6A60; }
p { color: rgb(238,106,96); }
H1.HeaderClassName
{
color: #EE6A60;
}
.AnyTagClassName
{
color: #EE6A60;
}
</style>
background-color css
<style>
a { background-color: #EE6A60; }
a { background-color: rgb(238,106,96); }
div.DivClassName
{
background-color: #EE6A60;
}
.BgClassName
{
background-color: #EE6A60;
}
</style>
border-color css
<style>
span { border-color: #EE6A60; }
span { border-color: rgb(238,106,96); }
td.TdClassName
{
border-color: #EE6A60;
}
.TagClassName
{
border-color: #EE6A60;
}
</style>