Shades of Ecstasy #CE613E
Tints of Ecstasy #CE613E
RGB
CMYK
RGB Variations
Color information
#CE613E (or 0xCE613E) is known color: Ecstasy. HEX triplet: CE, 61 and 3E. RGB value is (206,97,62). Sum of RGB (Red+Green+Blue) = 206+97+62=365 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.44% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 62 (24.61% from 255 or 16.99% from 365); Max value from RGB is 206 - color contains mainly: red. Hex color #CE613E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE613E is #319EC1. Grayscale: #7D7D7D. Windows color (decimal): -3251906 or 4088270. OLE color: 4088270.
HSL color Cylindrical-coordinate representation of color #CE613E: hue angle of 14.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE613E is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 97 | 62 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.19 |
| HSL | 14.58º | 0.6% | 0.53% | - |
| HSV(B) | 14.58º | 0.7% | 0.81% | - |
| XYZ | 30.6 | 22.02 | 7.19 | - |
| YUV | 125.6 | 92.11 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 97 | 62 | 0 | 0.53 | 0.70 | 0.19 | 14.58 | 0.6 | 0.53 |
| Hex | CE | 61 | 3E | 0 | 35 | 46 | 13 | F | 3C | 35 |
| Octal | 316 | 141 | 76 | 0 | 65 | 106 | 23 | 17 | 74 | 65 |
| Binary | 11001110 | 1100001 | 111110 | 0 | 110101 | 1000110 | 10011 | 1111 | 111100 | 110101 |
Color Harmonies of #CE613E
Complementary color
Monochromatic Colors of #CE613E
Black with #CE613E
Text Example
Text Example
White with #CE613E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE613E; }
p { color: rgb(206,97,62); }
H1.HeaderClassName
{
color: #CE613E;
}
.AnyTagClassName
{
color: #CE613E;
}
</style>
background-color css
<style>
a { background-color: #CE613E; }
a { background-color: rgb(206,97,62); }
div.DivClassName
{
background-color: #CE613E;
}
.BgClassName
{
background-color: #CE613E;
}
</style>
border-color css
<style>
span { border-color: #CE613E; }
span { border-color: rgb(206,97,62); }
td.TdClassName
{
border-color: #CE613E;
}
.TagClassName
{
border-color: #CE613E;
}
</style>