Shades of Carissma #EC849C
Tints of Carissma #EC849C
RGB
CMYK
RGB Variations
Color information
#EC849C (or 0xEC849C) is known color: Carissma. HEX triplet: EC, 84 and 9C. RGB value is (236,132,156). Sum of RGB (Red+Green+Blue) = 236+132+156=524 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.04% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 236 - color contains mainly: red. Hex color #EC849C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC849C is #137B63. Grayscale: #A5A5A5. Windows color (decimal): -1276772 or 10257644. OLE color: 10257644.
HSL color Cylindrical-coordinate representation of color #EC849C: hue angle of 346.15º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EC849C is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 156 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.07 |
| HSL | 346.15º | 0.73% | 0.72% | - |
| HSV(B) | 346.15º | 0.44% | 0.93% | - |
| XYZ | 48.84 | 36.74 | 35.97 | - |
| YUV | 165.83 | 122.46 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 156 | 0 | 0.44 | 0.34 | 0.07 | 346.15 | 0.73 | 0.72 |
| Hex | EC | 84 | 9C | 0 | 2C | 22 | 7 | 15A | 49 | 48 |
| Octal | 354 | 204 | 234 | 0 | 54 | 42 | 7 | 532 | 111 | 110 |
| Binary | 11101100 | 10000100 | 10011100 | 0 | 101100 | 100010 | 111 | 101011010 | 1001001 | 1001000 |
Color Harmonies of #EC849C
Complementary color
Monochromatic Colors of #EC849C
Black with #EC849C
Text Example
Text Example
White with #EC849C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC849C; }
p { color: rgb(236,132,156); }
H1.HeaderClassName
{
color: #EC849C;
}
.AnyTagClassName
{
color: #EC849C;
}
</style>
background-color css
<style>
a { background-color: #EC849C; }
a { background-color: rgb(236,132,156); }
div.DivClassName
{
background-color: #EC849C;
}
.BgClassName
{
background-color: #EC849C;
}
</style>
border-color css
<style>
span { border-color: #EC849C; }
span { border-color: rgb(236,132,156); }
td.TdClassName
{
border-color: #EC849C;
}
.TagClassName
{
border-color: #EC849C;
}
</style>