Shades of Carissma #EC7C92
Tints of Carissma #EC7C92
RGB
CMYK
RGB Variations
Color information
#EC7C92 (or 0xEC7C92) is known color: Carissma. HEX triplet: EC, 7C and 92. RGB value is (236,124,146). Sum of RGB (Red+Green+Blue) = 236+124+146=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 124 (48.83% from 255 or 24.51% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7C92 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7C92 is #13836D. Grayscale: #A0A0A0. Windows color (decimal): -1278830 or 9600236. OLE color: 9600236.
HSL color Cylindrical-coordinate representation of color #EC7C92: hue angle of 348.21º 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 #EC7C92 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 124 | 146 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.07 |
| HSL | 348.21º | 0.75% | 0.71% | - |
| HSV(B) | 348.21º | 0.47% | 0.93% | - |
| XYZ | 46.99 | 34.32 | 31.34 | - |
| YUV | 160 | 120.11 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 124 | 146 | 0 | 0.47 | 0.38 | 0.07 | 348.21 | 0.75 | 0.71 |
| Hex | EC | 7C | 92 | 0 | 2F | 26 | 7 | 15C | 4B | 47 |
| Octal | 354 | 174 | 222 | 0 | 57 | 46 | 7 | 534 | 113 | 107 |
| Binary | 11101100 | 1111100 | 10010010 | 0 | 101111 | 100110 | 111 | 101011100 | 1001011 | 1000111 |
Color Harmonies of #EC7C92
Complementary color
Monochromatic Colors of #EC7C92
Black with #EC7C92
Text Example
Text Example
White with #EC7C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7C92; }
p { color: rgb(236,124,146); }
H1.HeaderClassName
{
color: #EC7C92;
}
.AnyTagClassName
{
color: #EC7C92;
}
</style>
background-color css
<style>
a { background-color: #EC7C92; }
a { background-color: rgb(236,124,146); }
div.DivClassName
{
background-color: #EC7C92;
}
.BgClassName
{
background-color: #EC7C92;
}
</style>
border-color css
<style>
span { border-color: #EC7C92; }
span { border-color: rgb(236,124,146); }
td.TdClassName
{
border-color: #EC7C92;
}
.TagClassName
{
border-color: #EC7C92;
}
</style>