Shades of Carissma #EC7E8B
Tints of Carissma #EC7E8B
RGB
CMYK
RGB Variations
Color information
#EC7E8B (or 0xEC7E8B) is known color: Carissma. HEX triplet: EC, 7E and 8B. RGB value is (236,126,139). Sum of RGB (Red+Green+Blue) = 236+126+139=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7E8B is #138174. Grayscale: #A0A0A0. Windows color (decimal): -1278325 or 9141996. OLE color: 9141996.
HSL color Cylindrical-coordinate representation of color #EC7E8B: hue angle of 352.91º 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 #EC7E8B is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 139 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.07 |
| HSL | 352.91º | 0.74% | 0.71% | - |
| HSV(B) | 352.91º | 0.47% | 0.93% | - |
| XYZ | 46.71 | 34.62 | 28.65 | - |
| YUV | 160.37 | 115.94 | 181.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 139 | 0 | 0.47 | 0.41 | 0.07 | 352.91 | 0.74 | 0.71 |
| Hex | EC | 7E | 8B | 0 | 2F | 29 | 7 | 161 | 4A | 47 |
| Octal | 354 | 176 | 213 | 0 | 57 | 51 | 7 | 541 | 112 | 107 |
| Binary | 11101100 | 1111110 | 10001011 | 0 | 101111 | 101001 | 111 | 101100001 | 1001010 | 1000111 |
Color Harmonies of #EC7E8B
Complementary color
Monochromatic Colors of #EC7E8B
Black with #EC7E8B
Text Example
Text Example
White with #EC7E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7E8B; }
p { color: rgb(236,126,139); }
H1.HeaderClassName
{
color: #EC7E8B;
}
.AnyTagClassName
{
color: #EC7E8B;
}
</style>
background-color css
<style>
a { background-color: #EC7E8B; }
a { background-color: rgb(236,126,139); }
div.DivClassName
{
background-color: #EC7E8B;
}
.BgClassName
{
background-color: #EC7E8B;
}
</style>
border-color css
<style>
span { border-color: #EC7E8B; }
span { border-color: rgb(236,126,139); }
td.TdClassName
{
border-color: #EC7E8B;
}
.TagClassName
{
border-color: #EC7E8B;
}
</style>