Shades of Carissma #EC838E
Tints of Carissma #EC838E
RGB
CMYK
RGB Variations
Color information
#EC838E (or 0xEC838E) is known color: Carissma. HEX triplet: EC, 83 and 8E. RGB value is (236,131,142). Sum of RGB (Red+Green+Blue) = 236+131+142=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 131 (51.56% from 255 or 25.74% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC838E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC838E is #137C71. Grayscale: #A3A3A3. Windows color (decimal): -1277042 or 9339884. OLE color: 9339884.
HSL color Cylindrical-coordinate representation of color #EC838E: hue angle of 353.71º 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 #EC838E is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 142 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.07 |
| HSL | 353.71º | 0.73% | 0.72% | - |
| HSV(B) | 353.71º | 0.44% | 0.93% | - |
| XYZ | 47.59 | 36.02 | 30.04 | - |
| YUV | 163.65 | 115.79 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 142 | 0 | 0.44 | 0.40 | 0.07 | 353.71 | 0.73 | 0.72 |
| Hex | EC | 83 | 8E | 0 | 2C | 28 | 7 | 162 | 49 | 48 |
| Octal | 354 | 203 | 216 | 0 | 54 | 50 | 7 | 542 | 111 | 110 |
| Binary | 11101100 | 10000011 | 10001110 | 0 | 101100 | 101000 | 111 | 101100010 | 1001001 | 1001000 |
Color Harmonies of #EC838E
Complementary color
Monochromatic Colors of #EC838E
Black with #EC838E
Text Example
Text Example
White with #EC838E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC838E; }
p { color: rgb(236,131,142); }
H1.HeaderClassName
{
color: #EC838E;
}
.AnyTagClassName
{
color: #EC838E;
}
</style>
background-color css
<style>
a { background-color: #EC838E; }
a { background-color: rgb(236,131,142); }
div.DivClassName
{
background-color: #EC838E;
}
.BgClassName
{
background-color: #EC838E;
}
</style>
border-color css
<style>
span { border-color: #EC838E; }
span { border-color: rgb(236,131,142); }
td.TdClassName
{
border-color: #EC838E;
}
.TagClassName
{
border-color: #EC838E;
}
</style>