Shades of Carissma #EC7E8E
Tints of Carissma #EC7E8E
RGB
CMYK
RGB Variations
Color information
#EC7E8E (or 0xEC7E8E) is known color: Carissma. HEX triplet: EC, 7E and 8E. RGB value is (236,126,142). Sum of RGB (Red+Green+Blue) = 236+126+142=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 126 (49.61% from 255 or 25% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7E8E is #138171. Grayscale: #A0A0A0. Windows color (decimal): -1278322 or 9338604. OLE color: 9338604.
HSL color Cylindrical-coordinate representation of color #EC7E8E: hue angle of 351.27º 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 #EC7E8E is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 142 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.07 |
| HSL | 351.27º | 0.74% | 0.71% | - |
| HSV(B) | 351.27º | 0.47% | 0.93% | - |
| XYZ | 46.94 | 34.71 | 29.82 | - |
| YUV | 160.71 | 117.44 | 181.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 142 | 0 | 0.47 | 0.40 | 0.07 | 351.27 | 0.74 | 0.71 |
| Hex | EC | 7E | 8E | 0 | 2F | 28 | 7 | 15F | 4A | 47 |
| Octal | 354 | 176 | 216 | 0 | 57 | 50 | 7 | 537 | 112 | 107 |
| Binary | 11101100 | 1111110 | 10001110 | 0 | 101111 | 101000 | 111 | 101011111 | 1001010 | 1000111 |
Color Harmonies of #EC7E8E
Complementary color
Monochromatic Colors of #EC7E8E
Black with #EC7E8E
Text Example
Text Example
White with #EC7E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7E8E; }
p { color: rgb(236,126,142); }
H1.HeaderClassName
{
color: #EC7E8E;
}
.AnyTagClassName
{
color: #EC7E8E;
}
</style>
background-color css
<style>
a { background-color: #EC7E8E; }
a { background-color: rgb(236,126,142); }
div.DivClassName
{
background-color: #EC7E8E;
}
.BgClassName
{
background-color: #EC7E8E;
}
</style>
border-color css
<style>
span { border-color: #EC7E8E; }
span { border-color: rgb(236,126,142); }
td.TdClassName
{
border-color: #EC7E8E;
}
.TagClassName
{
border-color: #EC7E8E;
}
</style>