Shades of Carissma #EC8896
Tints of Carissma #EC8896
RGB
CMYK
RGB Variations
Color information
#EC8896 (or 0xEC8896) is known color: Carissma. HEX triplet: EC, 88 and 96. RGB value is (236,136,150). Sum of RGB (Red+Green+Blue) = 236+136+150=522 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.21% from 522); Green value is 136 (53.52% from 255 or 26.05% from 522); Blue value is 150 (58.98% from 255 or 28.74% from 522); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8896 is #137769. Grayscale: #A7A7A7. Windows color (decimal): -1275754 or 9865452. OLE color: 9865452.
HSL color Cylindrical-coordinate representation of color #EC8896: hue angle of 351.6º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EC8896 is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 136 | 150 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.07 |
| HSL | 351.6º | 0.72% | 0.73% | - |
| HSV(B) | 351.6º | 0.42% | 0.93% | - |
| XYZ | 48.9 | 37.64 | 33.54 | - |
| YUV | 167.5 | 118.13 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 136 | 150 | 0 | 0.42 | 0.36 | 0.07 | 351.6 | 0.72 | 0.73 |
| Hex | EC | 88 | 96 | 0 | 2A | 24 | 7 | 160 | 48 | 49 |
| Octal | 354 | 210 | 226 | 0 | 52 | 44 | 7 | 540 | 110 | 111 |
| Binary | 11101100 | 10001000 | 10010110 | 0 | 101010 | 100100 | 111 | 101100000 | 1001000 | 1001001 |
Color Harmonies of #EC8896
Complementary color
Monochromatic Colors of #EC8896
Black with #EC8896
Text Example
Text Example
White with #EC8896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8896; }
p { color: rgb(236,136,150); }
H1.HeaderClassName
{
color: #EC8896;
}
.AnyTagClassName
{
color: #EC8896;
}
</style>
background-color css
<style>
a { background-color: #EC8896; }
a { background-color: rgb(236,136,150); }
div.DivClassName
{
background-color: #EC8896;
}
.BgClassName
{
background-color: #EC8896;
}
</style>
border-color css
<style>
span { border-color: #EC8896; }
span { border-color: rgb(236,136,150); }
td.TdClassName
{
border-color: #EC8896;
}
.TagClassName
{
border-color: #EC8896;
}
</style>