Shades of Carissma #EC848C
Tints of Carissma #EC848C
RGB
CMYK
RGB Variations
Color information
#EC848C (or 0xEC848C) is known color: Carissma. HEX triplet: EC, 84 and 8C. RGB value is (236,132,140). Sum of RGB (Red+Green+Blue) = 236+132+140=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC848C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC848C is #137B73. Grayscale: #A4A4A4. Windows color (decimal): -1276788 or 9209068. OLE color: 9209068.
HSL color Cylindrical-coordinate representation of color #EC848C: hue angle of 355.38º 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 #EC848C is Cyan = 0, Magento = 0.44, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 132 | 140 | - |
| CMYK | 0 | 0.44 | 0.41 | 0.07 |
| HSL | 355.38º | 0.73% | 0.72% | - |
| HSV(B) | 355.38º | 0.44% | 0.93% | - |
| XYZ | 47.58 | 36.23 | 29.3 | - |
| YUV | 164.01 | 114.46 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 132 | 140 | 0 | 0.44 | 0.41 | 0.07 | 355.38 | 0.73 | 0.72 |
| Hex | EC | 84 | 8C | 0 | 2C | 29 | 7 | 163 | 49 | 48 |
| Octal | 354 | 204 | 214 | 0 | 54 | 51 | 7 | 543 | 111 | 110 |
| Binary | 11101100 | 10000100 | 10001100 | 0 | 101100 | 101001 | 111 | 101100011 | 1001001 | 1001000 |
Color Harmonies of #EC848C
Complementary color
Monochromatic Colors of #EC848C
Black with #EC848C
Text Example
Text Example
White with #EC848C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC848C; }
p { color: rgb(236,132,140); }
H1.HeaderClassName
{
color: #EC848C;
}
.AnyTagClassName
{
color: #EC848C;
}
</style>
background-color css
<style>
a { background-color: #EC848C; }
a { background-color: rgb(236,132,140); }
div.DivClassName
{
background-color: #EC848C;
}
.BgClassName
{
background-color: #EC848C;
}
</style>
border-color css
<style>
span { border-color: #EC848C; }
span { border-color: rgb(236,132,140); }
td.TdClassName
{
border-color: #EC848C;
}
.TagClassName
{
border-color: #EC848C;
}
</style>