Shades of Bittersweet #EE645F
Tints of Bittersweet #EE645F
RGB
CMYK
RGB Variations
Color information
#EE645F (or 0xEE645F) is known color: Bittersweet. HEX triplet: EE, 64 and 5F. RGB value is (238,100,95). Sum of RGB (Red+Green+Blue) = 238+100+95=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE645F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE645F is #119BA0. Grayscale: #8C8C8C. Windows color (decimal): -1153953 or 6251758. OLE color: 6251758.
HSL color Cylindrical-coordinate representation of color #EE645F: hue angle of 2.1º 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 #EE645F is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 95 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.07 |
| HSL | 2.1º | 0.81% | 0.65% | - |
| HSV(B) | 2.1º | 0.6% | 0.93% | - |
| XYZ | 41.88 | 28.12 | 14.05 | - |
| YUV | 140.69 | 102.22 | 197.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 95 | 0 | 0.58 | 0.60 | 0.07 | 2.1 | 0.81 | 0.65 |
| Hex | EE | 64 | 5F | 0 | 3A | 3C | 7 | 2 | 51 | 41 |
| Octal | 356 | 144 | 137 | 0 | 72 | 74 | 7 | 2 | 121 | 101 |
| Binary | 11101110 | 1100100 | 1011111 | 0 | 111010 | 111100 | 111 | 10 | 1010001 | 1000001 |
Color Harmonies of #EE645F
Complementary color
Monochromatic Colors of #EE645F
Black with #EE645F
Text Example
Text Example
White with #EE645F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE645F; }
p { color: rgb(238,100,95); }
H1.HeaderClassName
{
color: #EE645F;
}
.AnyTagClassName
{
color: #EE645F;
}
</style>
background-color css
<style>
a { background-color: #EE645F; }
a { background-color: rgb(238,100,95); }
div.DivClassName
{
background-color: #EE645F;
}
.BgClassName
{
background-color: #EE645F;
}
</style>
border-color css
<style>
span { border-color: #EE645F; }
span { border-color: rgb(238,100,95); }
td.TdClassName
{
border-color: #EE645F;
}
.TagClassName
{
border-color: #EE645F;
}
</style>