Shades of Carissma #EC778E
Tints of Carissma #EC778E
RGB
CMYK
RGB Variations
Color information
#EC778E (or 0xEC778E) is known color: Carissma. HEX triplet: EC, 77 and 8E. RGB value is (236,119,142). Sum of RGB (Red+Green+Blue) = 236+119+142=497 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.48% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 236 - color contains mainly: red. Hex color #EC778E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC778E is #138871. Grayscale: #9C9C9C. Windows color (decimal): -1280114 or 9336812. OLE color: 9336812.
HSL color Cylindrical-coordinate representation of color #EC778E: hue angle of 348.21º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC778E is Cyan = 0, Magento = 0.50, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 142 | - |
| CMYK | 0 | 0.50 | 0.40 | 0.07 |
| HSL | 348.21º | 0.75% | 0.7% | - |
| HSV(B) | 348.21º | 0.5% | 0.93% | - |
| XYZ | 46.07 | 32.98 | 29.53 | - |
| YUV | 156.61 | 119.76 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 142 | 0 | 0.50 | 0.40 | 0.07 | 348.21 | 0.75 | 0.7 |
| Hex | EC | 77 | 8E | 0 | 32 | 28 | 7 | 15C | 4B | 46 |
| Octal | 354 | 167 | 216 | 0 | 62 | 50 | 7 | 534 | 113 | 106 |
| Binary | 11101100 | 1110111 | 10001110 | 0 | 110010 | 101000 | 111 | 101011100 | 1001011 | 1000110 |
Color Harmonies of #EC778E
Complementary color
Monochromatic Colors of #EC778E
Black with #EC778E
Text Example
Text Example
White with #EC778E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC778E; }
p { color: rgb(236,119,142); }
H1.HeaderClassName
{
color: #EC778E;
}
.AnyTagClassName
{
color: #EC778E;
}
</style>
background-color css
<style>
a { background-color: #EC778E; }
a { background-color: rgb(236,119,142); }
div.DivClassName
{
background-color: #EC778E;
}
.BgClassName
{
background-color: #EC778E;
}
</style>
border-color css
<style>
span { border-color: #EC778E; }
span { border-color: rgb(236,119,142); }
td.TdClassName
{
border-color: #EC778E;
}
.TagClassName
{
border-color: #EC778E;
}
</style>