Shades of Carissma #EC8696
Tints of Carissma #EC8696
RGB
CMYK
RGB Variations
Color information
#EC8696 (or 0xEC8696) is known color: Carissma. HEX triplet: EC, 86 and 96. RGB value is (236,134,150). Sum of RGB (Red+Green+Blue) = 236+134+150=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8696 is #137969. Grayscale: #A6A6A6. Windows color (decimal): -1276266 or 9864940. OLE color: 9864940.
HSL color Cylindrical-coordinate representation of color #EC8696: hue angle of 350.59º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EC8696 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 134 | 150 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.07 |
| HSL | 350.59º | 0.73% | 0.73% | - |
| HSV(B) | 350.59º | 0.43% | 0.93% | - |
| XYZ | 48.62 | 37.09 | 33.45 | - |
| YUV | 166.32 | 118.79 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 134 | 150 | 0 | 0.43 | 0.36 | 0.07 | 350.59 | 0.73 | 0.73 |
| Hex | EC | 86 | 96 | 0 | 2B | 24 | 7 | 15F | 49 | 49 |
| Octal | 354 | 206 | 226 | 0 | 53 | 44 | 7 | 537 | 111 | 111 |
| Binary | 11101100 | 10000110 | 10010110 | 0 | 101011 | 100100 | 111 | 101011111 | 1001001 | 1001001 |
Color Harmonies of #EC8696
Complementary color
Monochromatic Colors of #EC8696
Black with #EC8696
Text Example
Text Example
White with #EC8696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8696; }
p { color: rgb(236,134,150); }
H1.HeaderClassName
{
color: #EC8696;
}
.AnyTagClassName
{
color: #EC8696;
}
</style>
background-color css
<style>
a { background-color: #EC8696; }
a { background-color: rgb(236,134,150); }
div.DivClassName
{
background-color: #EC8696;
}
.BgClassName
{
background-color: #EC8696;
}
</style>
border-color css
<style>
span { border-color: #EC8696; }
span { border-color: rgb(236,134,150); }
td.TdClassName
{
border-color: #EC8696;
}
.TagClassName
{
border-color: #EC8696;
}
</style>