Shades of Carissma #EC7C9B
Tints of Carissma #EC7C9B
RGB
CMYK
RGB Variations
Color information
#EC7C9B (or 0xEC7C9B) is known color: Carissma. HEX triplet: EC, 7C and 9B. RGB value is (236,124,155). Sum of RGB (Red+Green+Blue) = 236+124+155=515 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.83% from 515); Green value is 124 (48.83% from 255 or 24.08% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7C9B is #138364. Grayscale: #A1A1A1. Windows color (decimal): -1278821 or 10190060. OLE color: 10190060.
HSL color Cylindrical-coordinate representation of color #EC7C9B: hue angle of 343.39º 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 #EC7C9B is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 155 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.07 |
| HSL | 343.39º | 0.75% | 0.71% | - |
| HSV(B) | 343.39º | 0.47% | 0.93% | - |
| XYZ | 47.72 | 34.61 | 35.18 | - |
| YUV | 161.02 | 124.61 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 155 | 0 | 0.47 | 0.34 | 0.07 | 343.39 | 0.75 | 0.71 |
| Hex | EC | 7C | 9B | 0 | 2F | 22 | 7 | 157 | 4B | 47 |
| Octal | 354 | 174 | 233 | 0 | 57 | 42 | 7 | 527 | 113 | 107 |
| Binary | 11101100 | 1111100 | 10011011 | 0 | 101111 | 100010 | 111 | 101010111 | 1001011 | 1000111 |
Color Harmonies of #EC7C9B
Complementary color
Monochromatic Colors of #EC7C9B
Black with #EC7C9B
Text Example
Text Example
White with #EC7C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7C9B; }
p { color: rgb(236,124,155); }
H1.HeaderClassName
{
color: #EC7C9B;
}
.AnyTagClassName
{
color: #EC7C9B;
}
</style>
background-color css
<style>
a { background-color: #EC7C9B; }
a { background-color: rgb(236,124,155); }
div.DivClassName
{
background-color: #EC7C9B;
}
.BgClassName
{
background-color: #EC7C9B;
}
</style>
border-color css
<style>
span { border-color: #EC7C9B; }
span { border-color: rgb(236,124,155); }
td.TdClassName
{
border-color: #EC7C9B;
}
.TagClassName
{
border-color: #EC7C9B;
}
</style>