Shades of Carissma #EC7D8C
Tints of Carissma #EC7D8C
RGB
CMYK
RGB Variations
Color information
#EC7D8C (or 0xEC7D8C) is known color: Carissma. HEX triplet: EC, 7D and 8C. RGB value is (236,125,140). Sum of RGB (Red+Green+Blue) = 236+125+140=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7D8C is #138273. Grayscale: #9F9F9F. Windows color (decimal): -1278580 or 9207276. OLE color: 9207276.
HSL color Cylindrical-coordinate representation of color #EC7D8C: hue angle of 351.89º 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 #EC7D8C is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 125 | 140 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.07 |
| HSL | 351.89º | 0.74% | 0.71% | - |
| HSV(B) | 351.89º | 0.47% | 0.93% | - |
| XYZ | 46.66 | 34.39 | 28.99 | - |
| YUV | 159.9 | 116.77 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 125 | 140 | 0 | 0.47 | 0.41 | 0.07 | 351.89 | 0.74 | 0.71 |
| Hex | EC | 7D | 8C | 0 | 2F | 29 | 7 | 160 | 4A | 47 |
| Octal | 354 | 175 | 214 | 0 | 57 | 51 | 7 | 540 | 112 | 107 |
| Binary | 11101100 | 1111101 | 10001100 | 0 | 101111 | 101001 | 111 | 101100000 | 1001010 | 1000111 |
Color Harmonies of #EC7D8C
Complementary color
Monochromatic Colors of #EC7D8C
Black with #EC7D8C
Text Example
Text Example
White with #EC7D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7D8C; }
p { color: rgb(236,125,140); }
H1.HeaderClassName
{
color: #EC7D8C;
}
.AnyTagClassName
{
color: #EC7D8C;
}
</style>
background-color css
<style>
a { background-color: #EC7D8C; }
a { background-color: rgb(236,125,140); }
div.DivClassName
{
background-color: #EC7D8C;
}
.BgClassName
{
background-color: #EC7D8C;
}
</style>
border-color css
<style>
span { border-color: #EC7D8C; }
span { border-color: rgb(236,125,140); }
td.TdClassName
{
border-color: #EC7D8C;
}
.TagClassName
{
border-color: #EC7D8C;
}
</style>