Shades of Carissma #EC799B
Tints of Carissma #EC799B
RGB
CMYK
RGB Variations
Color information
#EC799B (or 0xEC799B) is known color: Carissma. HEX triplet: EC, 79 and 9B. RGB value is (236,121,155). Sum of RGB (Red+Green+Blue) = 236+121+155=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 155 (60.94% from 255 or 30.27% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC799B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC799B is #138664. Grayscale: #9F9F9F. Windows color (decimal): -1279589 or 10189292. OLE color: 10189292.
HSL color Cylindrical-coordinate representation of color #EC799B: hue angle of 342.26º 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 #EC799B is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 155 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.07 |
| HSL | 342.26º | 0.75% | 0.7% | - |
| HSV(B) | 342.26º | 0.49% | 0.93% | - |
| XYZ | 47.35 | 33.87 | 35.05 | - |
| YUV | 159.26 | 125.6 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 155 | 0 | 0.49 | 0.34 | 0.07 | 342.26 | 0.75 | 0.7 |
| Hex | EC | 79 | 9B | 0 | 31 | 22 | 7 | 156 | 4B | 46 |
| Octal | 354 | 171 | 233 | 0 | 61 | 42 | 7 | 526 | 113 | 106 |
| Binary | 11101100 | 1111001 | 10011011 | 0 | 110001 | 100010 | 111 | 101010110 | 1001011 | 1000110 |
Color Harmonies of #EC799B
Complementary color
Monochromatic Colors of #EC799B
Black with #EC799B
Text Example
Text Example
White with #EC799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC799B; }
p { color: rgb(236,121,155); }
H1.HeaderClassName
{
color: #EC799B;
}
.AnyTagClassName
{
color: #EC799B;
}
</style>
background-color css
<style>
a { background-color: #EC799B; }
a { background-color: rgb(236,121,155); }
div.DivClassName
{
background-color: #EC799B;
}
.BgClassName
{
background-color: #EC799B;
}
</style>
border-color css
<style>
span { border-color: #EC799B; }
span { border-color: rgb(236,121,155); }
td.TdClassName
{
border-color: #EC799B;
}
.TagClassName
{
border-color: #EC799B;
}
</style>