Shades of Bittersweet #EE6461
Tints of Bittersweet #EE6461
RGB
CMYK
RGB Variations
Color information
#EE6461 (or 0xEE6461) is known color: Bittersweet. HEX triplet: EE, 64 and 61. RGB value is (238,100,97). Sum of RGB (Red+Green+Blue) = 238+100+97=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6461 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6461 is #119B9E. Grayscale: #8D8D8D. Windows color (decimal): -1153951 or 6382830. OLE color: 6382830.
HSL color Cylindrical-coordinate representation of color #EE6461: hue angle of 1.28º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EE6461 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 100 | 97 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.07 |
| HSL | 1.28º | 0.81% | 0.66% | - |
| HSV(B) | 1.28º | 0.59% | 0.93% | - |
| XYZ | 41.97 | 28.15 | 14.53 | - |
| YUV | 140.92 | 103.22 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 100 | 97 | 0 | 0.58 | 0.59 | 0.07 | 1.28 | 0.81 | 0.66 |
| Hex | EE | 64 | 61 | 0 | 3A | 3B | 7 | 1 | 51 | 42 |
| Octal | 356 | 144 | 141 | 0 | 72 | 73 | 7 | 1 | 121 | 102 |
| Binary | 11101110 | 1100100 | 1100001 | 0 | 111010 | 111011 | 111 | 1 | 1010001 | 1000010 |
Color Harmonies of #EE6461
Complementary color
Monochromatic Colors of #EE6461
Black with #EE6461
Text Example
Text Example
White with #EE6461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6461; }
p { color: rgb(238,100,97); }
H1.HeaderClassName
{
color: #EE6461;
}
.AnyTagClassName
{
color: #EE6461;
}
</style>
background-color css
<style>
a { background-color: #EE6461; }
a { background-color: rgb(238,100,97); }
div.DivClassName
{
background-color: #EE6461;
}
.BgClassName
{
background-color: #EE6461;
}
</style>
border-color css
<style>
span { border-color: #EE6461; }
span { border-color: rgb(238,100,97); }
td.TdClassName
{
border-color: #EE6461;
}
.TagClassName
{
border-color: #EE6461;
}
</style>