Shades of Carissma #EC798D
Tints of Carissma #EC798D
RGB
CMYK
RGB Variations
Color information
#EC798D (or 0xEC798D) is known color: Carissma. HEX triplet: EC, 79 and 8D. RGB value is (236,121,141). Sum of RGB (Red+Green+Blue) = 236+121+141=498 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.39% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 236 - color contains mainly: red. Hex color #EC798D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC798D is #138672. Grayscale: #9D9D9D. Windows color (decimal): -1279603 or 9271788. OLE color: 9271788.
HSL color Cylindrical-coordinate representation of color #EC798D: hue angle of 349.57º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC798D is Cyan = 0, Magento = 0.49, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 141 | - |
| CMYK | 0 | 0.49 | 0.40 | 0.07 |
| HSL | 349.57º | 0.75% | 0.7% | - |
| HSV(B) | 349.57º | 0.49% | 0.93% | - |
| XYZ | 46.24 | 33.43 | 29.22 | - |
| YUV | 157.67 | 118.6 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 141 | 0 | 0.49 | 0.40 | 0.07 | 349.57 | 0.75 | 0.7 |
| Hex | EC | 79 | 8D | 0 | 31 | 28 | 7 | 15E | 4B | 46 |
| Octal | 354 | 171 | 215 | 0 | 61 | 50 | 7 | 536 | 113 | 106 |
| Binary | 11101100 | 1111001 | 10001101 | 0 | 110001 | 101000 | 111 | 101011110 | 1001011 | 1000110 |
Color Harmonies of #EC798D
Complementary color
Monochromatic Colors of #EC798D
Black with #EC798D
Text Example
Text Example
White with #EC798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC798D; }
p { color: rgb(236,121,141); }
H1.HeaderClassName
{
color: #EC798D;
}
.AnyTagClassName
{
color: #EC798D;
}
</style>
background-color css
<style>
a { background-color: #EC798D; }
a { background-color: rgb(236,121,141); }
div.DivClassName
{
background-color: #EC798D;
}
.BgClassName
{
background-color: #EC798D;
}
</style>
border-color css
<style>
span { border-color: #EC798D; }
span { border-color: rgb(236,121,141); }
td.TdClassName
{
border-color: #EC798D;
}
.TagClassName
{
border-color: #EC798D;
}
</style>