Shades of Carissma #EC788C
Tints of Carissma #EC788C
RGB
CMYK
RGB Variations
Color information
#EC788C (or 0xEC788C) is known color: Carissma. HEX triplet: EC, 78 and 8C. RGB value is (236,120,140). Sum of RGB (Red+Green+Blue) = 236+120+140=496 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.58% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 236 - color contains mainly: red. Hex color #EC788C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC788C is #138773. Grayscale: #9D9D9D. Windows color (decimal): -1279860 or 9205996. OLE color: 9205996.
HSL color Cylindrical-coordinate representation of color #EC788C: hue angle of 349.66º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC788C is Cyan = 0, Magento = 0.49, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 140 | - |
| CMYK | 0 | 0.49 | 0.41 | 0.07 |
| HSL | 349.66º | 0.75% | 0.7% | - |
| HSV(B) | 349.66º | 0.49% | 0.93% | - |
| XYZ | 46.04 | 33.16 | 28.78 | - |
| YUV | 156.96 | 118.43 | 184.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 140 | 0 | 0.49 | 0.41 | 0.07 | 349.66 | 0.75 | 0.7 |
| Hex | EC | 78 | 8C | 0 | 31 | 29 | 7 | 15E | 4B | 46 |
| Octal | 354 | 170 | 214 | 0 | 61 | 51 | 7 | 536 | 113 | 106 |
| Binary | 11101100 | 1111000 | 10001100 | 0 | 110001 | 101001 | 111 | 101011110 | 1001011 | 1000110 |
Color Harmonies of #EC788C
Complementary color
Monochromatic Colors of #EC788C
Black with #EC788C
Text Example
Text Example
White with #EC788C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC788C; }
p { color: rgb(236,120,140); }
H1.HeaderClassName
{
color: #EC788C;
}
.AnyTagClassName
{
color: #EC788C;
}
</style>
background-color css
<style>
a { background-color: #EC788C; }
a { background-color: rgb(236,120,140); }
div.DivClassName
{
background-color: #EC788C;
}
.BgClassName
{
background-color: #EC788C;
}
</style>
border-color css
<style>
span { border-color: #EC788C; }
span { border-color: rgb(236,120,140); }
td.TdClassName
{
border-color: #EC788C;
}
.TagClassName
{
border-color: #EC788C;
}
</style>