Shades of Carissma #EC849E
Tints of Carissma #EC849E
RGB
CMYK
RGB Variations
Color information
#EC849E (or 0xEC849E) is known color: Carissma. HEX triplet: EC, 84 and 9E. RGB value is (236,132,158). Sum of RGB (Red+Green+Blue) = 236+132+158=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 132 (51.95% from 255 or 25.10% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC849E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC849E is #137B61. Grayscale: #A6A6A6. Windows color (decimal): -1276770 or 10388716. OLE color: 10388716.
HSL color Cylindrical-coordinate representation of color #EC849E: hue angle of 345º 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 #EC849E is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 158 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.07 |
| HSL | 345º | 0.73% | 0.72% | - |
| HSV(B) | 345º | 0.44% | 0.93% | - |
| XYZ | 49.01 | 36.8 | 36.87 | - |
| YUV | 166.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 158 | 0 | 0.44 | 0.33 | 0.07 | 345 | 0.73 | 0.72 |
| Hex | EC | 84 | 9E | 0 | 2C | 21 | 7 | 159 | 49 | 48 |
| Octal | 354 | 204 | 236 | 0 | 54 | 41 | 7 | 531 | 111 | 110 |
| Binary | 11101100 | 10000100 | 10011110 | 0 | 101100 | 100001 | 111 | 101011001 | 1001001 | 1001000 |
Color Harmonies of #EC849E
Complementary color
Monochromatic Colors of #EC849E
Black with #EC849E
Text Example
Text Example
White with #EC849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC849E; }
p { color: rgb(236,132,158); }
H1.HeaderClassName
{
color: #EC849E;
}
.AnyTagClassName
{
color: #EC849E;
}
</style>
background-color css
<style>
a { background-color: #EC849E; }
a { background-color: rgb(236,132,158); }
div.DivClassName
{
background-color: #EC849E;
}
.BgClassName
{
background-color: #EC849E;
}
</style>
border-color css
<style>
span { border-color: #EC849E; }
span { border-color: rgb(236,132,158); }
td.TdClassName
{
border-color: #EC849E;
}
.TagClassName
{
border-color: #EC849E;
}
</style>