Shades of Carissma #EC799D
Tints of Carissma #EC799D
RGB
CMYK
RGB Variations
Color information
#EC799D (or 0xEC799D) is known color: Carissma. HEX triplet: EC, 79 and 9D. RGB value is (236,121,157). Sum of RGB (Red+Green+Blue) = 236+121+157=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 157 (61.72% from 255 or 30.54% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC799D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC799D is #138662. Grayscale: #9F9F9F. Windows color (decimal): -1279587 or 10320364. OLE color: 10320364.
HSL color Cylindrical-coordinate representation of color #EC799D: hue angle of 341.22º 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 #EC799D is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 157 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.07 |
| HSL | 341.22º | 0.75% | 0.7% | - |
| HSV(B) | 341.22º | 0.49% | 0.93% | - |
| XYZ | 47.52 | 33.94 | 35.95 | - |
| YUV | 159.49 | 126.6 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 157 | 0 | 0.49 | 0.33 | 0.07 | 341.22 | 0.75 | 0.7 |
| Hex | EC | 79 | 9D | 0 | 31 | 21 | 7 | 155 | 4B | 46 |
| Octal | 354 | 171 | 235 | 0 | 61 | 41 | 7 | 525 | 113 | 106 |
| Binary | 11101100 | 1111001 | 10011101 | 0 | 110001 | 100001 | 111 | 101010101 | 1001011 | 1000110 |
Color Harmonies of #EC799D
Complementary color
Monochromatic Colors of #EC799D
Black with #EC799D
Text Example
Text Example
White with #EC799D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC799D; }
p { color: rgb(236,121,157); }
H1.HeaderClassName
{
color: #EC799D;
}
.AnyTagClassName
{
color: #EC799D;
}
</style>
background-color css
<style>
a { background-color: #EC799D; }
a { background-color: rgb(236,121,157); }
div.DivClassName
{
background-color: #EC799D;
}
.BgClassName
{
background-color: #EC799D;
}
</style>
border-color css
<style>
span { border-color: #EC799D; }
span { border-color: rgb(236,121,157); }
td.TdClassName
{
border-color: #EC799D;
}
.TagClassName
{
border-color: #EC799D;
}
</style>