Shades of Carissma #EC7C8F
Tints of Carissma #EC7C8F
RGB
CMYK
RGB Variations
Color information
#EC7C8F (or 0xEC7C8F) is known color: Carissma. HEX triplet: EC, 7C and 8F. RGB value is (236,124,143). Sum of RGB (Red+Green+Blue) = 236+124+143=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 124 (48.83% from 255 or 24.65% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7C8F is #138370. Grayscale: #9F9F9F. Windows color (decimal): -1278833 or 9403628. OLE color: 9403628.
HSL color Cylindrical-coordinate representation of color #EC7C8F: hue angle of 349.82º 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 #EC7C8F is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 143 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.07 |
| HSL | 349.82º | 0.75% | 0.71% | - |
| HSV(B) | 349.82º | 0.47% | 0.93% | - |
| XYZ | 46.76 | 34.23 | 30.13 | - |
| YUV | 159.65 | 118.61 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 143 | 0 | 0.47 | 0.39 | 0.07 | 349.82 | 0.75 | 0.71 |
| Hex | EC | 7C | 8F | 0 | 2F | 27 | 7 | 15E | 4B | 47 |
| Octal | 354 | 174 | 217 | 0 | 57 | 47 | 7 | 536 | 113 | 107 |
| Binary | 11101100 | 1111100 | 10001111 | 0 | 101111 | 100111 | 111 | 101011110 | 1001011 | 1000111 |
Color Harmonies of #EC7C8F
Complementary color
Monochromatic Colors of #EC7C8F
Black with #EC7C8F
Text Example
Text Example
White with #EC7C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7C8F; }
p { color: rgb(236,124,143); }
H1.HeaderClassName
{
color: #EC7C8F;
}
.AnyTagClassName
{
color: #EC7C8F;
}
</style>
background-color css
<style>
a { background-color: #EC7C8F; }
a { background-color: rgb(236,124,143); }
div.DivClassName
{
background-color: #EC7C8F;
}
.BgClassName
{
background-color: #EC7C8F;
}
</style>
border-color css
<style>
span { border-color: #EC7C8F; }
span { border-color: rgb(236,124,143); }
td.TdClassName
{
border-color: #EC7C8F;
}
.TagClassName
{
border-color: #EC7C8F;
}
</style>