Shades of Carissma #EC779F
Tints of Carissma #EC779F
RGB
CMYK
RGB Variations
Color information
#EC779F (or 0xEC779F) is known color: Carissma. HEX triplet: EC, 77 and 9F. RGB value is (236,119,159). Sum of RGB (Red+Green+Blue) = 236+119+159=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 119 (46.88% from 255 or 23.15% from 514); Blue value is 159 (62.5% from 255 or 30.93% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC779F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC779F is #138860. Grayscale: #9E9E9E. Windows color (decimal): -1280097 or 10450924. OLE color: 10450924.
HSL color Cylindrical-coordinate representation of color #EC779F: hue angle of 339.49º 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 #EC779F is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 159 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.07 |
| HSL | 339.49º | 0.75% | 0.7% | - |
| HSV(B) | 339.49º | 0.5% | 0.93% | - |
| XYZ | 47.45 | 33.53 | 36.77 | - |
| YUV | 158.54 | 128.26 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 159 | 0 | 0.50 | 0.33 | 0.07 | 339.49 | 0.75 | 0.7 |
| Hex | EC | 77 | 9F | 0 | 32 | 21 | 7 | 153 | 4B | 46 |
| Octal | 354 | 167 | 237 | 0 | 62 | 41 | 7 | 523 | 113 | 106 |
| Binary | 11101100 | 1110111 | 10011111 | 0 | 110010 | 100001 | 111 | 101010011 | 1001011 | 1000110 |
Color Harmonies of #EC779F
Complementary color
Monochromatic Colors of #EC779F
Black with #EC779F
Text Example
Text Example
White with #EC779F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC779F; }
p { color: rgb(236,119,159); }
H1.HeaderClassName
{
color: #EC779F;
}
.AnyTagClassName
{
color: #EC779F;
}
</style>
background-color css
<style>
a { background-color: #EC779F; }
a { background-color: rgb(236,119,159); }
div.DivClassName
{
background-color: #EC779F;
}
.BgClassName
{
background-color: #EC779F;
}
</style>
border-color css
<style>
span { border-color: #EC779F; }
span { border-color: rgb(236,119,159); }
td.TdClassName
{
border-color: #EC779F;
}
.TagClassName
{
border-color: #EC779F;
}
</style>