Shades of Carissma #EC749C
Tints of Carissma #EC749C
RGB
CMYK
RGB Variations
Color information
#EC749C (or 0xEC749C) is known color: Carissma. HEX triplet: EC, 74 and 9C. RGB value is (236,116,156). Sum of RGB (Red+Green+Blue) = 236+116+156=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 116 (45.70% from 255 or 22.83% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC749C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC749C is #138B63. Grayscale: #9C9C9C. Windows color (decimal): -1280868 or 10253548. OLE color: 10253548.
HSL color Cylindrical-coordinate representation of color #EC749C: hue angle of 340º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EC749C is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 156 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.07 |
| HSL | 340º | 0.76% | 0.69% | - |
| HSV(B) | 340º | 0.51% | 0.93% | - |
| XYZ | 46.84 | 32.72 | 35.3 | - |
| YUV | 156.44 | 127.76 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 156 | 0 | 0.51 | 0.34 | 0.07 | 340 | 0.76 | 0.69 |
| Hex | EC | 74 | 9C | 0 | 33 | 22 | 7 | 154 | 4C | 45 |
| Octal | 354 | 164 | 234 | 0 | 63 | 42 | 7 | 524 | 114 | 105 |
| Binary | 11101100 | 1110100 | 10011100 | 0 | 110011 | 100010 | 111 | 101010100 | 1001100 | 1000101 |
Color Harmonies of #EC749C
Complementary color
Monochromatic Colors of #EC749C
Black with #EC749C
Text Example
Text Example
White with #EC749C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC749C; }
p { color: rgb(236,116,156); }
H1.HeaderClassName
{
color: #EC749C;
}
.AnyTagClassName
{
color: #EC749C;
}
</style>
background-color css
<style>
a { background-color: #EC749C; }
a { background-color: rgb(236,116,156); }
div.DivClassName
{
background-color: #EC749C;
}
.BgClassName
{
background-color: #EC749C;
}
</style>
border-color css
<style>
span { border-color: #EC749C; }
span { border-color: rgb(236,116,156); }
td.TdClassName
{
border-color: #EC749C;
}
.TagClassName
{
border-color: #EC749C;
}
</style>