Shades of Carissma #EC779B
Tints of Carissma #EC779B
RGB
CMYK
RGB Variations
Color information
#EC779B (or 0xEC779B) is known color: Carissma. HEX triplet: EC, 77 and 9B. RGB value is (236,119,155). Sum of RGB (Red+Green+Blue) = 236+119+155=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC779B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC779B is #138864. Grayscale: #9E9E9E. Windows color (decimal): -1280101 or 10188780. OLE color: 10188780.
HSL color Cylindrical-coordinate representation of color #EC779B: hue angle of 341.54º 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 #EC779B is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 155 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.07 |
| HSL | 341.54º | 0.75% | 0.7% | - |
| HSV(B) | 341.54º | 0.5% | 0.93% | - |
| XYZ | 47.11 | 33.39 | 34.97 | - |
| YUV | 158.09 | 126.26 | 183.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 155 | 0 | 0.50 | 0.34 | 0.07 | 341.54 | 0.75 | 0.7 |
| Hex | EC | 77 | 9B | 0 | 32 | 22 | 7 | 156 | 4B | 46 |
| Octal | 354 | 167 | 233 | 0 | 62 | 42 | 7 | 526 | 113 | 106 |
| Binary | 11101100 | 1110111 | 10011011 | 0 | 110010 | 100010 | 111 | 101010110 | 1001011 | 1000110 |
Color Harmonies of #EC779B
Complementary color
Monochromatic Colors of #EC779B
Black with #EC779B
Text Example
Text Example
White with #EC779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC779B; }
p { color: rgb(236,119,155); }
H1.HeaderClassName
{
color: #EC779B;
}
.AnyTagClassName
{
color: #EC779B;
}
</style>
background-color css
<style>
a { background-color: #EC779B; }
a { background-color: rgb(236,119,155); }
div.DivClassName
{
background-color: #EC779B;
}
.BgClassName
{
background-color: #EC779B;
}
</style>
border-color css
<style>
span { border-color: #EC779B; }
span { border-color: rgb(236,119,155); }
td.TdClassName
{
border-color: #EC779B;
}
.TagClassName
{
border-color: #EC779B;
}
</style>