Shades of Carissma #EC7E93
Tints of Carissma #EC7E93
RGB
CMYK
RGB Variations
Color information
#EC7E93 (or 0xEC7E93) is known color: Carissma. HEX triplet: EC, 7E and 93. RGB value is (236,126,147). Sum of RGB (Red+Green+Blue) = 236+126+147=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 126 (49.61% from 255 or 24.75% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E93 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7E93 is #13816C. Grayscale: #A1A1A1. Windows color (decimal): -1278317 or 9666284. OLE color: 9666284.
HSL color Cylindrical-coordinate representation of color #EC7E93: hue angle of 348.55º 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 #EC7E93 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 126 | 147 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.07 |
| HSL | 348.55º | 0.74% | 0.71% | - |
| HSV(B) | 348.55º | 0.47% | 0.93% | - |
| XYZ | 47.32 | 34.86 | 31.84 | - |
| YUV | 161.28 | 119.94 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 126 | 147 | 0 | 0.47 | 0.38 | 0.07 | 348.55 | 0.74 | 0.71 |
| Hex | EC | 7E | 93 | 0 | 2F | 26 | 7 | 15D | 4A | 47 |
| Octal | 354 | 176 | 223 | 0 | 57 | 46 | 7 | 535 | 112 | 107 |
| Binary | 11101100 | 1111110 | 10010011 | 0 | 101111 | 100110 | 111 | 101011101 | 1001010 | 1000111 |
Color Harmonies of #EC7E93
Complementary color
Monochromatic Colors of #EC7E93
Black with #EC7E93
Text Example
Text Example
White with #EC7E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7E93; }
p { color: rgb(236,126,147); }
H1.HeaderClassName
{
color: #EC7E93;
}
.AnyTagClassName
{
color: #EC7E93;
}
</style>
background-color css
<style>
a { background-color: #EC7E93; }
a { background-color: rgb(236,126,147); }
div.DivClassName
{
background-color: #EC7E93;
}
.BgClassName
{
background-color: #EC7E93;
}
</style>
border-color css
<style>
span { border-color: #EC7E93; }
span { border-color: rgb(236,126,147); }
td.TdClassName
{
border-color: #EC7E93;
}
.TagClassName
{
border-color: #EC7E93;
}
</style>