Shades of Carissma #EC8387
Tints of Carissma #EC8387
RGB
CMYK
RGB Variations
Color information
#EC8387 (or 0xEC8387) is known color: Carissma. HEX triplet: EC, 83 and 87. RGB value is (236,131,135). Sum of RGB (Red+Green+Blue) = 236+131+135=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 131 (51.56% from 255 or 26.10% from 502); Blue value is 135 (53.12% from 255 or 26.89% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8387 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8387 is #137C78. Grayscale: #A2A2A2. Windows color (decimal): -1277049 or 8881132. OLE color: 8881132.
HSL color Cylindrical-coordinate representation of color #EC8387: hue angle of 357.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 #EC8387 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 135 | - |
| CMYK | 0 | 0.44 | 0.43 | 0.07 |
| HSL | 357.71º | 0.73% | 0.72% | - |
| HSV(B) | 357.71º | 0.44% | 0.93% | - |
| XYZ | 47.08 | 35.81 | 27.35 | - |
| YUV | 162.85 | 112.29 | 180.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 135 | 0 | 0.44 | 0.43 | 0.07 | 357.71 | 0.73 | 0.72 |
| Hex | EC | 83 | 87 | 0 | 2C | 2B | 7 | 166 | 49 | 48 |
| Octal | 354 | 203 | 207 | 0 | 54 | 53 | 7 | 546 | 111 | 110 |
| Binary | 11101100 | 10000011 | 10000111 | 0 | 101100 | 101011 | 111 | 101100110 | 1001001 | 1001000 |
Color Harmonies of #EC8387
Complementary color
Monochromatic Colors of #EC8387
Black with #EC8387
Text Example
Text Example
White with #EC8387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8387; }
p { color: rgb(236,131,135); }
H1.HeaderClassName
{
color: #EC8387;
}
.AnyTagClassName
{
color: #EC8387;
}
</style>
background-color css
<style>
a { background-color: #EC8387; }
a { background-color: rgb(236,131,135); }
div.DivClassName
{
background-color: #EC8387;
}
.BgClassName
{
background-color: #EC8387;
}
</style>
border-color css
<style>
span { border-color: #EC8387; }
span { border-color: rgb(236,131,135); }
td.TdClassName
{
border-color: #EC8387;
}
.TagClassName
{
border-color: #EC8387;
}
</style>