Shades of Bittersweet #EE6261
Tints of Bittersweet #EE6261
RGB
CMYK
RGB Variations
Color information
#EE6261 (or 0xEE6261) is known color: Bittersweet. HEX triplet: EE, 62 and 61. RGB value is (238,98,97). Sum of RGB (Red+Green+Blue) = 238+98+97=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 98 (38.67% from 255 or 22.63% from 433); Blue value is 97 (38.28% from 255 or 22.40% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE6261 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE6261 is #119D9E. Grayscale: #8B8B8B. Windows color (decimal): -1154463 or 6382318. OLE color: 6382318.
HSL color Cylindrical-coordinate representation of color #EE6261: hue angle of 0.43º 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 #EE6261 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 98 | 97 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.07 |
| HSL | 0.43º | 0.81% | 0.66% | - |
| HSV(B) | 0.43º | 0.59% | 0.93% | - |
| XYZ | 41.79 | 27.78 | 14.47 | - |
| YUV | 139.75 | 103.88 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 98 | 97 | 0 | 0.59 | 0.59 | 0.07 | 0.43 | 0.81 | 0.66 |
| Hex | EE | 62 | 61 | 0 | 3B | 3B | 7 | 0 | 51 | 42 |
| Octal | 356 | 142 | 141 | 0 | 73 | 73 | 7 | 0 | 121 | 102 |
| Binary | 11101110 | 1100010 | 1100001 | 0 | 111011 | 111011 | 111 | 0 | 1010001 | 1000010 |
Color Harmonies of #EE6261
Complementary color
Monochromatic Colors of #EE6261
Black with #EE6261
Text Example
Text Example
White with #EE6261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE6261; }
p { color: rgb(238,98,97); }
H1.HeaderClassName
{
color: #EE6261;
}
.AnyTagClassName
{
color: #EE6261;
}
</style>
background-color css
<style>
a { background-color: #EE6261; }
a { background-color: rgb(238,98,97); }
div.DivClassName
{
background-color: #EE6261;
}
.BgClassName
{
background-color: #EE6261;
}
</style>
border-color css
<style>
span { border-color: #EE6261; }
span { border-color: rgb(238,98,97); }
td.TdClassName
{
border-color: #EE6261;
}
.TagClassName
{
border-color: #EE6261;
}
</style>