Shades of Bittersweet #EF625D
Tints of Bittersweet #EF625D
RGB
CMYK
RGB Variations
Color information
#EF625D (or 0xEF625D) is known color: Bittersweet. HEX triplet: EF, 62 and 5D. RGB value is (239,98,93). Sum of RGB (Red+Green+Blue) = 239+98+93=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 93 (36.72% from 255 or 21.63% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EF625D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF625D is #109DA2. Grayscale: #8B8B8B. Windows color (decimal): -1088931 or 6120175. OLE color: 6120175.
HSL color Cylindrical-coordinate representation of color #EF625D: hue angle of 2.05º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EF625D is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 93 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.06 |
| HSL | 2.05º | 0.82% | 0.65% | - |
| HSV(B) | 2.05º | 0.61% | 0.94% | - |
| XYZ | 41.94 | 27.88 | 13.53 | - |
| YUV | 139.59 | 101.71 | 198.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 93 | 0 | 0.59 | 0.61 | 0.06 | 2.05 | 0.82 | 0.65 |
| Hex | EF | 62 | 5D | 0 | 3B | 3D | 6 | 2 | 52 | 41 |
| Octal | 357 | 142 | 135 | 0 | 73 | 75 | 6 | 2 | 122 | 101 |
| Binary | 11101111 | 1100010 | 1011101 | 0 | 111011 | 111101 | 110 | 10 | 1010010 | 1000001 |
Color Harmonies of #EF625D
Complementary color
Monochromatic Colors of #EF625D
Black with #EF625D
Text Example
Text Example
White with #EF625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF625D; }
p { color: rgb(239,98,93); }
H1.HeaderClassName
{
color: #EF625D;
}
.AnyTagClassName
{
color: #EF625D;
}
</style>
background-color css
<style>
a { background-color: #EF625D; }
a { background-color: rgb(239,98,93); }
div.DivClassName
{
background-color: #EF625D;
}
.BgClassName
{
background-color: #EF625D;
}
</style>
border-color css
<style>
span { border-color: #EF625D; }
span { border-color: rgb(239,98,93); }
td.TdClassName
{
border-color: #EF625D;
}
.TagClassName
{
border-color: #EF625D;
}
</style>