Shades of Carissma #EC749D
Tints of Carissma #EC749D
RGB
CMYK
RGB Variations
Color information
#EC749D (or 0xEC749D) is known color: Carissma. HEX triplet: EC, 74 and 9D. RGB value is (236,116,157). Sum of RGB (Red+Green+Blue) = 236+116+157=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 116 (45.70% from 255 or 22.79% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC749D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC749D is #138B62. Grayscale: #9C9C9C. Windows color (decimal): -1280867 or 10319084. OLE color: 10319084.
HSL color Cylindrical-coordinate representation of color #EC749D: hue angle of 339.5º 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 #EC749D is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 116 | 157 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.07 |
| HSL | 339.5º | 0.76% | 0.69% | - |
| HSV(B) | 339.5º | 0.51% | 0.93% | - |
| XYZ | 46.92 | 32.76 | 35.75 | - |
| YUV | 156.55 | 128.26 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 116 | 157 | 0 | 0.51 | 0.33 | 0.07 | 339.5 | 0.76 | 0.69 |
| Hex | EC | 74 | 9D | 0 | 33 | 21 | 7 | 154 | 4C | 45 |
| Octal | 354 | 164 | 235 | 0 | 63 | 41 | 7 | 524 | 114 | 105 |
| Binary | 11101100 | 1110100 | 10011101 | 0 | 110011 | 100001 | 111 | 101010100 | 1001100 | 1000101 |
Color Harmonies of #EC749D
Complementary color
Monochromatic Colors of #EC749D
Black with #EC749D
Text Example
Text Example
White with #EC749D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC749D; }
p { color: rgb(236,116,157); }
H1.HeaderClassName
{
color: #EC749D;
}
.AnyTagClassName
{
color: #EC749D;
}
</style>
background-color css
<style>
a { background-color: #EC749D; }
a { background-color: rgb(236,116,157); }
div.DivClassName
{
background-color: #EC749D;
}
.BgClassName
{
background-color: #EC749D;
}
</style>
border-color css
<style>
span { border-color: #EC749D; }
span { border-color: rgb(236,116,157); }
td.TdClassName
{
border-color: #EC749D;
}
.TagClassName
{
border-color: #EC749D;
}
</style>