Shades of Carissma #EC7D8E
Tints of Carissma #EC7D8E
RGB
CMYK
RGB Variations
Color information
#EC7D8E (or 0xEC7D8E) is known color: Carissma. HEX triplet: EC, 7D and 8E. RGB value is (236,125,142). Sum of RGB (Red+Green+Blue) = 236+125+142=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 142 (55.86% from 255 or 28.23% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7D8E is #138271. Grayscale: #A0A0A0. Windows color (decimal): -1278578 or 9338348. OLE color: 9338348.
HSL color Cylindrical-coordinate representation of color #EC7D8E: hue angle of 350.81º 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 #EC7D8E is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 142 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.07 |
| HSL | 350.81º | 0.74% | 0.71% | - |
| HSV(B) | 350.81º | 0.47% | 0.93% | - |
| XYZ | 46.81 | 34.45 | 29.77 | - |
| YUV | 160.13 | 117.77 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 142 | 0 | 0.47 | 0.40 | 0.07 | 350.81 | 0.74 | 0.71 |
| Hex | EC | 7D | 8E | 0 | 2F | 28 | 7 | 15F | 4A | 47 |
| Octal | 354 | 175 | 216 | 0 | 57 | 50 | 7 | 537 | 112 | 107 |
| Binary | 11101100 | 1111101 | 10001110 | 0 | 101111 | 101000 | 111 | 101011111 | 1001010 | 1000111 |
Color Harmonies of #EC7D8E
Complementary color
Monochromatic Colors of #EC7D8E
Black with #EC7D8E
Text Example
Text Example
White with #EC7D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7D8E; }
p { color: rgb(236,125,142); }
H1.HeaderClassName
{
color: #EC7D8E;
}
.AnyTagClassName
{
color: #EC7D8E;
}
</style>
background-color css
<style>
a { background-color: #EC7D8E; }
a { background-color: rgb(236,125,142); }
div.DivClassName
{
background-color: #EC7D8E;
}
.BgClassName
{
background-color: #EC7D8E;
}
</style>
border-color css
<style>
span { border-color: #EC7D8E; }
span { border-color: rgb(236,125,142); }
td.TdClassName
{
border-color: #EC7D8E;
}
.TagClassName
{
border-color: #EC7D8E;
}
</style>