Shades of Carissma #EC7992
Tints of Carissma #EC7992
RGB
CMYK
RGB Variations
Color information
#EC7992 (or 0xEC7992) is known color: Carissma. HEX triplet: EC, 79 and 92. RGB value is (236,121,146). Sum of RGB (Red+Green+Blue) = 236+121+146=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 121 (47.66% from 255 or 24.06% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7992 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7992 is #13866D. Grayscale: #9E9E9E. Windows color (decimal): -1279598 or 9599468. OLE color: 9599468.
HSL color Cylindrical-coordinate representation of color #EC7992: hue angle of 346.96º 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 #EC7992 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 146 | - |
| CMYK | 0 | 0.49 | 0.38 | 0.07 |
| HSL | 346.96º | 0.75% | 0.7% | - |
| HSV(B) | 346.96º | 0.49% | 0.93% | - |
| XYZ | 46.62 | 33.58 | 31.22 | - |
| YUV | 158.24 | 121.1 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 146 | 0 | 0.49 | 0.38 | 0.07 | 346.96 | 0.75 | 0.7 |
| Hex | EC | 79 | 92 | 0 | 31 | 26 | 7 | 15B | 4B | 46 |
| Octal | 354 | 171 | 222 | 0 | 61 | 46 | 7 | 533 | 113 | 106 |
| Binary | 11101100 | 1111001 | 10010010 | 0 | 110001 | 100110 | 111 | 101011011 | 1001011 | 1000110 |
Color Harmonies of #EC7992
Complementary color
Monochromatic Colors of #EC7992
Black with #EC7992
Text Example
Text Example
White with #EC7992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7992; }
p { color: rgb(236,121,146); }
H1.HeaderClassName
{
color: #EC7992;
}
.AnyTagClassName
{
color: #EC7992;
}
</style>
background-color css
<style>
a { background-color: #EC7992; }
a { background-color: rgb(236,121,146); }
div.DivClassName
{
background-color: #EC7992;
}
.BgClassName
{
background-color: #EC7992;
}
</style>
border-color css
<style>
span { border-color: #EC7992; }
span { border-color: rgb(236,121,146); }
td.TdClassName
{
border-color: #EC7992;
}
.TagClassName
{
border-color: #EC7992;
}
</style>