Shades of Carissma #EC8388
Tints of Carissma #EC8388
RGB
CMYK
RGB Variations
Color information
#EC8388 (or 0xEC8388) is known color: Carissma. HEX triplet: EC, 83 and 88. RGB value is (236,131,136). Sum of RGB (Red+Green+Blue) = 236+131+136=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 136 (53.52% from 255 or 27.04% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8388 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8388 is #137C77. Grayscale: #A3A3A3. Windows color (decimal): -1277048 or 8946668. OLE color: 8946668.
HSL color Cylindrical-coordinate representation of color #EC8388: hue angle of 357.14º 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 #EC8388 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 131 | 136 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.07 |
| HSL | 357.14º | 0.73% | 0.72% | - |
| HSV(B) | 357.14º | 0.44% | 0.93% | - |
| XYZ | 47.15 | 35.84 | 27.73 | - |
| YUV | 162.97 | 112.79 | 180.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 131 | 136 | 0 | 0.44 | 0.42 | 0.07 | 357.14 | 0.73 | 0.72 |
| Hex | EC | 83 | 88 | 0 | 2C | 2A | 7 | 165 | 49 | 48 |
| Octal | 354 | 203 | 210 | 0 | 54 | 52 | 7 | 545 | 111 | 110 |
| Binary | 11101100 | 10000011 | 10001000 | 0 | 101100 | 101010 | 111 | 101100101 | 1001001 | 1001000 |
Color Harmonies of #EC8388
Complementary color
Monochromatic Colors of #EC8388
Black with #EC8388
Text Example
Text Example
White with #EC8388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8388; }
p { color: rgb(236,131,136); }
H1.HeaderClassName
{
color: #EC8388;
}
.AnyTagClassName
{
color: #EC8388;
}
</style>
background-color css
<style>
a { background-color: #EC8388; }
a { background-color: rgb(236,131,136); }
div.DivClassName
{
background-color: #EC8388;
}
.BgClassName
{
background-color: #EC8388;
}
</style>
border-color css
<style>
span { border-color: #EC8388; }
span { border-color: rgb(236,131,136); }
td.TdClassName
{
border-color: #EC8388;
}
.TagClassName
{
border-color: #EC8388;
}
</style>