Shades of Carissma #EC8796
Tints of Carissma #EC8796
RGB
CMYK
RGB Variations
Color information
#EC8796 (or 0xEC8796) is known color: Carissma. HEX triplet: EC, 87 and 96. RGB value is (236,135,150). Sum of RGB (Red+Green+Blue) = 236+135+150=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 135 (53.12% from 255 or 25.91% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8796 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8796 is #137869. Grayscale: #A6A6A6. Windows color (decimal): -1276010 or 9865196. OLE color: 9865196.
HSL color Cylindrical-coordinate representation of color #EC8796: hue angle of 351.09º 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 #EC8796 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 135 | 150 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.07 |
| HSL | 351.09º | 0.73% | 0.73% | - |
| HSV(B) | 351.09º | 0.43% | 0.93% | - |
| XYZ | 48.76 | 37.36 | 33.5 | - |
| YUV | 166.91 | 118.46 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 135 | 150 | 0 | 0.43 | 0.36 | 0.07 | 351.09 | 0.73 | 0.73 |
| Hex | EC | 87 | 96 | 0 | 2B | 24 | 7 | 15F | 49 | 49 |
| Octal | 354 | 207 | 226 | 0 | 53 | 44 | 7 | 537 | 111 | 111 |
| Binary | 11101100 | 10000111 | 10010110 | 0 | 101011 | 100100 | 111 | 101011111 | 1001001 | 1001001 |
Color Harmonies of #EC8796
Complementary color
Monochromatic Colors of #EC8796
Black with #EC8796
Text Example
Text Example
White with #EC8796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8796; }
p { color: rgb(236,135,150); }
H1.HeaderClassName
{
color: #EC8796;
}
.AnyTagClassName
{
color: #EC8796;
}
</style>
background-color css
<style>
a { background-color: #EC8796; }
a { background-color: rgb(236,135,150); }
div.DivClassName
{
background-color: #EC8796;
}
.BgClassName
{
background-color: #EC8796;
}
</style>
border-color css
<style>
span { border-color: #EC8796; }
span { border-color: rgb(236,135,150); }
td.TdClassName
{
border-color: #EC8796;
}
.TagClassName
{
border-color: #EC8796;
}
</style>