Shades of Carissma #EC8386
Tints of Carissma #EC8386
RGB
CMYK
RGB Variations
Color information
#EC8386 (or 0xEC8386) is known color: Carissma. HEX triplet: EC, 83 and 86. RGB value is (236,131,134). Sum of RGB (Red+Green+Blue) = 236+131+134=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8386 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8386 is #137C79. Grayscale: #A2A2A2. Windows color (decimal): -1277050 or 8815596. OLE color: 8815596.
HSL color Cylindrical-coordinate representation of color #EC8386: hue angle of 358.29º 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 #EC8386 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 134 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.07 |
| HSL | 358.29º | 0.73% | 0.72% | - |
| HSV(B) | 358.29º | 0.44% | 0.93% | - |
| XYZ | 47.01 | 35.79 | 26.98 | - |
| YUV | 162.74 | 111.79 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 134 | 0 | 0.44 | 0.43 | 0.07 | 358.29 | 0.73 | 0.72 |
| Hex | EC | 83 | 86 | 0 | 2C | 2B | 7 | 166 | 49 | 48 |
| Octal | 354 | 203 | 206 | 0 | 54 | 53 | 7 | 546 | 111 | 110 |
| Binary | 11101100 | 10000011 | 10000110 | 0 | 101100 | 101011 | 111 | 101100110 | 1001001 | 1001000 |
Color Harmonies of #EC8386
Complementary color
Monochromatic Colors of #EC8386
Black with #EC8386
Text Example
Text Example
White with #EC8386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8386; }
p { color: rgb(236,131,134); }
H1.HeaderClassName
{
color: #EC8386;
}
.AnyTagClassName
{
color: #EC8386;
}
</style>
background-color css
<style>
a { background-color: #EC8386; }
a { background-color: rgb(236,131,134); }
div.DivClassName
{
background-color: #EC8386;
}
.BgClassName
{
background-color: #EC8386;
}
</style>
border-color css
<style>
span { border-color: #EC8386; }
span { border-color: rgb(236,131,134); }
td.TdClassName
{
border-color: #EC8386;
}
.TagClassName
{
border-color: #EC8386;
}
</style>