Shades of Carissma #EC7990
Tints of Carissma #EC7990
RGB
CMYK
RGB Variations
Color information
#EC7990 (or 0xEC7990) is known color: Carissma. HEX triplet: EC, 79 and 90. RGB value is (236,121,144). Sum of RGB (Red+Green+Blue) = 236+121+144=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7990 is #13866F. Grayscale: #9E9E9E. Windows color (decimal): -1279600 or 9468396. OLE color: 9468396.
HSL color Cylindrical-coordinate representation of color #EC7990: hue angle of 348º 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 #EC7990 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 144 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.07 |
| HSL | 348º | 0.75% | 0.7% | - |
| HSV(B) | 348º | 0.49% | 0.93% | - |
| XYZ | 46.46 | 33.52 | 30.41 | - |
| YUV | 158.01 | 120.1 | 183.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 144 | 0 | 0.49 | 0.39 | 0.07 | 348 | 0.75 | 0.7 |
| Hex | EC | 79 | 90 | 0 | 31 | 27 | 7 | 15C | 4B | 46 |
| Octal | 354 | 171 | 220 | 0 | 61 | 47 | 7 | 534 | 113 | 106 |
| Binary | 11101100 | 1111001 | 10010000 | 0 | 110001 | 100111 | 111 | 101011100 | 1001011 | 1000110 |
Color Harmonies of #EC7990
Complementary color
Monochromatic Colors of #EC7990
Black with #EC7990
Text Example
Text Example
White with #EC7990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7990; }
p { color: rgb(236,121,144); }
H1.HeaderClassName
{
color: #EC7990;
}
.AnyTagClassName
{
color: #EC7990;
}
</style>
background-color css
<style>
a { background-color: #EC7990; }
a { background-color: rgb(236,121,144); }
div.DivClassName
{
background-color: #EC7990;
}
.BgClassName
{
background-color: #EC7990;
}
</style>
border-color css
<style>
span { border-color: #EC7990; }
span { border-color: rgb(236,121,144); }
td.TdClassName
{
border-color: #EC7990;
}
.TagClassName
{
border-color: #EC7990;
}
</style>