Shades of Carissma #EC838B
Tints of Carissma #EC838B
RGB
CMYK
RGB Variations
Color information
#EC838B (or 0xEC838B) is known color: Carissma. HEX triplet: EC, 83 and 8B. RGB value is (236,131,139). Sum of RGB (Red+Green+Blue) = 236+131+139=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC838B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC838B is #137C74. Grayscale: #A3A3A3. Windows color (decimal): -1277045 or 9143276. OLE color: 9143276.
HSL color Cylindrical-coordinate representation of color #EC838B: hue angle of 355.43º 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 #EC838B is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 139 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.07 |
| HSL | 355.43º | 0.73% | 0.72% | - |
| HSV(B) | 355.43º | 0.44% | 0.93% | - |
| XYZ | 47.37 | 35.93 | 28.86 | - |
| YUV | 163.31 | 114.29 | 179.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 139 | 0 | 0.44 | 0.41 | 0.07 | 355.43 | 0.73 | 0.72 |
| Hex | EC | 83 | 8B | 0 | 2C | 29 | 7 | 163 | 49 | 48 |
| Octal | 354 | 203 | 213 | 0 | 54 | 51 | 7 | 543 | 111 | 110 |
| Binary | 11101100 | 10000011 | 10001011 | 0 | 101100 | 101001 | 111 | 101100011 | 1001001 | 1001000 |
Color Harmonies of #EC838B
Complementary color
Monochromatic Colors of #EC838B
Black with #EC838B
Text Example
Text Example
White with #EC838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC838B; }
p { color: rgb(236,131,139); }
H1.HeaderClassName
{
color: #EC838B;
}
.AnyTagClassName
{
color: #EC838B;
}
</style>
background-color css
<style>
a { background-color: #EC838B; }
a { background-color: rgb(236,131,139); }
div.DivClassName
{
background-color: #EC838B;
}
.BgClassName
{
background-color: #EC838B;
}
</style>
border-color css
<style>
span { border-color: #EC838B; }
span { border-color: rgb(236,131,139); }
td.TdClassName
{
border-color: #EC838B;
}
.TagClassName
{
border-color: #EC838B;
}
</style>