Shades of Carissma #EC7993
Tints of Carissma #EC7993
RGB
CMYK
RGB Variations
Color information
#EC7993 (or 0xEC7993) is known color: Carissma. HEX triplet: EC, 79 and 93. RGB value is (236,121,147). Sum of RGB (Red+Green+Blue) = 236+121+147=504 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.83% from 504); Green value is 121 (47.66% from 255 or 24.01% from 504); Blue value is 147 (57.81% from 255 or 29.17% from 504); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7993 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7993 is #13866C. Grayscale: #9E9E9E. Windows color (decimal): -1279597 or 9665004. OLE color: 9665004.
HSL color Cylindrical-coordinate representation of color #EC7993: hue angle of 346.43º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EC7993 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 147 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.07 |
| HSL | 346.43º | 0.75% | 0.7% | - |
| HSV(B) | 346.43º | 0.49% | 0.93% | - |
| XYZ | 46.7 | 33.61 | 31.63 | - |
| YUV | 158.35 | 121.6 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 147 | 0 | 0.49 | 0.38 | 0.07 | 346.43 | 0.75 | 0.7 |
| Hex | EC | 79 | 93 | 0 | 31 | 26 | 7 | 15A | 4B | 46 |
| Octal | 354 | 171 | 223 | 0 | 61 | 46 | 7 | 532 | 113 | 106 |
| Binary | 11101100 | 1111001 | 10010011 | 0 | 110001 | 100110 | 111 | 101011010 | 1001011 | 1000110 |
Color Harmonies of #EC7993
Complementary color
Monochromatic Colors of #EC7993
Black with #EC7993
Text Example
Text Example
White with #EC7993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7993; }
p { color: rgb(236,121,147); }
H1.HeaderClassName
{
color: #EC7993;
}
.AnyTagClassName
{
color: #EC7993;
}
</style>
background-color css
<style>
a { background-color: #EC7993; }
a { background-color: rgb(236,121,147); }
div.DivClassName
{
background-color: #EC7993;
}
.BgClassName
{
background-color: #EC7993;
}
</style>
border-color css
<style>
span { border-color: #EC7993; }
span { border-color: rgb(236,121,147); }
td.TdClassName
{
border-color: #EC7993;
}
.TagClassName
{
border-color: #EC7993;
}
</style>