Shades of Carissma #EC7C87
Tints of Carissma #EC7C87
RGB
CMYK
RGB Variations
Color information
#EC7C87 (or 0xEC7C87) is known color: Carissma. HEX triplet: EC, 7C and 87. RGB value is (236,124,135). Sum of RGB (Red+Green+Blue) = 236+124+135=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 135 (53.12% from 255 or 27.27% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7C87 is #138378. Grayscale: #9E9E9E. Windows color (decimal): -1278841 or 8879340. OLE color: 8879340.
HSL color Cylindrical-coordinate representation of color #EC7C87: hue angle of 354.11º degrees, saturation: 0.75, 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 #EC7C87 is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 135 | - |
| CMYK | 0 | 0.47 | 0.43 | 0.07 |
| HSL | 354.11º | 0.75% | 0.71% | - |
| HSV(B) | 354.11º | 0.47% | 0.93% | - |
| XYZ | 46.17 | 34 | 27.05 | - |
| YUV | 158.74 | 114.61 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 135 | 0 | 0.47 | 0.43 | 0.07 | 354.11 | 0.75 | 0.71 |
| Hex | EC | 7C | 87 | 0 | 2F | 2B | 7 | 162 | 4B | 47 |
| Octal | 354 | 174 | 207 | 0 | 57 | 53 | 7 | 542 | 113 | 107 |
| Binary | 11101100 | 1111100 | 10000111 | 0 | 101111 | 101011 | 111 | 101100010 | 1001011 | 1000111 |
Color Harmonies of #EC7C87
Complementary color
Monochromatic Colors of #EC7C87
Black with #EC7C87
Text Example
Text Example
White with #EC7C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7C87; }
p { color: rgb(236,124,135); }
H1.HeaderClassName
{
color: #EC7C87;
}
.AnyTagClassName
{
color: #EC7C87;
}
</style>
background-color css
<style>
a { background-color: #EC7C87; }
a { background-color: rgb(236,124,135); }
div.DivClassName
{
background-color: #EC7C87;
}
.BgClassName
{
background-color: #EC7C87;
}
</style>
border-color css
<style>
span { border-color: #EC7C87; }
span { border-color: rgb(236,124,135); }
td.TdClassName
{
border-color: #EC7C87;
}
.TagClassName
{
border-color: #EC7C87;
}
</style>