Shades of Carissma #EC779C
Tints of Carissma #EC779C
RGB
CMYK
RGB Variations
Color information
#EC779C (or 0xEC779C) is known color: Carissma. HEX triplet: EC, 77 and 9C. RGB value is (236,119,156). Sum of RGB (Red+Green+Blue) = 236+119+156=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 156 (61.33% from 255 or 30.53% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC779C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC779C is #138863. Grayscale: #9E9E9E. Windows color (decimal): -1280100 or 10254316. OLE color: 10254316.
HSL color Cylindrical-coordinate representation of color #EC779C: hue angle of 341.03º 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 #EC779C is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 156 | - |
| CMYK | 0 | 0.50 | 0.34 | 0.07 |
| HSL | 341.03º | 0.75% | 0.7% | - |
| HSV(B) | 341.03º | 0.5% | 0.93% | - |
| XYZ | 47.19 | 33.43 | 35.42 | - |
| YUV | 158.2 | 126.76 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 156 | 0 | 0.50 | 0.34 | 0.07 | 341.03 | 0.75 | 0.7 |
| Hex | EC | 77 | 9C | 0 | 32 | 22 | 7 | 155 | 4B | 46 |
| Octal | 354 | 167 | 234 | 0 | 62 | 42 | 7 | 525 | 113 | 106 |
| Binary | 11101100 | 1110111 | 10011100 | 0 | 110010 | 100010 | 111 | 101010101 | 1001011 | 1000110 |
Color Harmonies of #EC779C
Complementary color
Monochromatic Colors of #EC779C
Black with #EC779C
Text Example
Text Example
White with #EC779C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC779C; }
p { color: rgb(236,119,156); }
H1.HeaderClassName
{
color: #EC779C;
}
.AnyTagClassName
{
color: #EC779C;
}
</style>
background-color css
<style>
a { background-color: #EC779C; }
a { background-color: rgb(236,119,156); }
div.DivClassName
{
background-color: #EC779C;
}
.BgClassName
{
background-color: #EC779C;
}
</style>
border-color css
<style>
span { border-color: #EC779C; }
span { border-color: rgb(236,119,156); }
td.TdClassName
{
border-color: #EC779C;
}
.TagClassName
{
border-color: #EC779C;
}
</style>