Shades of Carissma #EC8596
Tints of Carissma #EC8596
RGB
CMYK
RGB Variations
Color information
#EC8596 (or 0xEC8596) is known color: Carissma. HEX triplet: EC, 85 and 96. RGB value is (236,133,150). Sum of RGB (Red+Green+Blue) = 236+133+150=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8596 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8596 is #137A69. Grayscale: #A5A5A5. Windows color (decimal): -1276522 or 9864684. OLE color: 9864684.
HSL color Cylindrical-coordinate representation of color #EC8596: hue angle of 350.1º 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 #EC8596 is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 133 | 150 | - |
| CMYK | 0 | 0.44 | 0.36 | 0.07 |
| HSL | 350.1º | 0.73% | 0.72% | - |
| HSV(B) | 350.1º | 0.44% | 0.93% | - |
| XYZ | 48.48 | 36.81 | 33.4 | - |
| YUV | 165.74 | 119.12 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 133 | 150 | 0 | 0.44 | 0.36 | 0.07 | 350.1 | 0.73 | 0.72 |
| Hex | EC | 85 | 96 | 0 | 2C | 24 | 7 | 15E | 49 | 48 |
| Octal | 354 | 205 | 226 | 0 | 54 | 44 | 7 | 536 | 111 | 110 |
| Binary | 11101100 | 10000101 | 10010110 | 0 | 101100 | 100100 | 111 | 101011110 | 1001001 | 1001000 |
Color Harmonies of #EC8596
Complementary color
Monochromatic Colors of #EC8596
Black with #EC8596
Text Example
Text Example
White with #EC8596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8596; }
p { color: rgb(236,133,150); }
H1.HeaderClassName
{
color: #EC8596;
}
.AnyTagClassName
{
color: #EC8596;
}
</style>
background-color css
<style>
a { background-color: #EC8596; }
a { background-color: rgb(236,133,150); }
div.DivClassName
{
background-color: #EC8596;
}
.BgClassName
{
background-color: #EC8596;
}
</style>
border-color css
<style>
span { border-color: #EC8596; }
span { border-color: rgb(236,133,150); }
td.TdClassName
{
border-color: #EC8596;
}
.TagClassName
{
border-color: #EC8596;
}
</style>