Shades of Carissma #EC848B
Tints of Carissma #EC848B
RGB
CMYK
RGB Variations
Color information
#EC848B (or 0xEC848B) is known color: Carissma. HEX triplet: EC, 84 and 8B. RGB value is (236,132,139). Sum of RGB (Red+Green+Blue) = 236+132+139=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC848B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC848B is #137B74. Grayscale: #A3A3A3. Windows color (decimal): -1276789 or 9143532. OLE color: 9143532.
HSL color Cylindrical-coordinate representation of color #EC848B: hue angle of 355.96º 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 #EC848B is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 139 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.07 |
| HSL | 355.96º | 0.73% | 0.72% | - |
| HSV(B) | 355.96º | 0.44% | 0.93% | - |
| XYZ | 47.5 | 36.2 | 28.91 | - |
| YUV | 163.89 | 113.96 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 139 | 0 | 0.44 | 0.41 | 0.07 | 355.96 | 0.73 | 0.72 |
| Hex | EC | 84 | 8B | 0 | 2C | 29 | 7 | 164 | 49 | 48 |
| Octal | 354 | 204 | 213 | 0 | 54 | 51 | 7 | 544 | 111 | 110 |
| Binary | 11101100 | 10000100 | 10001011 | 0 | 101100 | 101001 | 111 | 101100100 | 1001001 | 1001000 |
Color Harmonies of #EC848B
Complementary color
Monochromatic Colors of #EC848B
Black with #EC848B
Text Example
Text Example
White with #EC848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC848B; }
p { color: rgb(236,132,139); }
H1.HeaderClassName
{
color: #EC848B;
}
.AnyTagClassName
{
color: #EC848B;
}
</style>
background-color css
<style>
a { background-color: #EC848B; }
a { background-color: rgb(236,132,139); }
div.DivClassName
{
background-color: #EC848B;
}
.BgClassName
{
background-color: #EC848B;
}
</style>
border-color css
<style>
span { border-color: #EC848B; }
span { border-color: rgb(236,132,139); }
td.TdClassName
{
border-color: #EC848B;
}
.TagClassName
{
border-color: #EC848B;
}
</style>