Shades of Carissma #EC7E8D
Tints of Carissma #EC7E8D
RGB
CMYK
RGB Variations
Color information
#EC7E8D (or 0xEC7E8D) is known color: Carissma. HEX triplet: EC, 7E and 8D. RGB value is (236,126,141). Sum of RGB (Red+Green+Blue) = 236+126+141=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 126 (49.61% from 255 or 25.05% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7E8D is #138172. Grayscale: #A0A0A0. Windows color (decimal): -1278323 or 9273068. OLE color: 9273068.
HSL color Cylindrical-coordinate representation of color #EC7E8D: hue angle of 351.82º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EC7E8D is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 141 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.07 |
| HSL | 351.82º | 0.74% | 0.71% | - |
| HSV(B) | 351.82º | 0.47% | 0.93% | - |
| XYZ | 46.86 | 34.68 | 29.42 | - |
| YUV | 160.6 | 116.94 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 141 | 0 | 0.47 | 0.40 | 0.07 | 351.82 | 0.74 | 0.71 |
| Hex | EC | 7E | 8D | 0 | 2F | 28 | 7 | 160 | 4A | 47 |
| Octal | 354 | 176 | 215 | 0 | 57 | 50 | 7 | 540 | 112 | 107 |
| Binary | 11101100 | 1111110 | 10001101 | 0 | 101111 | 101000 | 111 | 101100000 | 1001010 | 1000111 |
Color Harmonies of #EC7E8D
Complementary color
Monochromatic Colors of #EC7E8D
Black with #EC7E8D
Text Example
Text Example
White with #EC7E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7E8D; }
p { color: rgb(236,126,141); }
H1.HeaderClassName
{
color: #EC7E8D;
}
.AnyTagClassName
{
color: #EC7E8D;
}
</style>
background-color css
<style>
a { background-color: #EC7E8D; }
a { background-color: rgb(236,126,141); }
div.DivClassName
{
background-color: #EC7E8D;
}
.BgClassName
{
background-color: #EC7E8D;
}
</style>
border-color css
<style>
span { border-color: #EC7E8D; }
span { border-color: rgb(236,126,141); }
td.TdClassName
{
border-color: #EC7E8D;
}
.TagClassName
{
border-color: #EC7E8D;
}
</style>