Shades of Carissma #EC7995
Tints of Carissma #EC7995
RGB
CMYK
RGB Variations
Color information
#EC7995 (or 0xEC7995) is known color: Carissma. HEX triplet: EC, 79 and 95. RGB value is (236,121,149). Sum of RGB (Red+Green+Blue) = 236+121+149=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 121 (47.66% from 255 or 23.91% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7995 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7995 is #13866A. Grayscale: #9E9E9E. Windows color (decimal): -1279595 or 9796076. OLE color: 9796076.
HSL color Cylindrical-coordinate representation of color #EC7995: hue angle of 345.39º 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 #EC7995 is Cyan = 0, Magento = 0.49, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 121 | 149 | - |
| CMYK | 0 | 0.49 | 0.37 | 0.07 |
| HSL | 345.39º | 0.75% | 0.7% | - |
| HSV(B) | 345.39º | 0.49% | 0.93% | - |
| XYZ | 46.85 | 33.68 | 32.46 | - |
| YUV | 158.58 | 122.6 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 121 | 149 | 0 | 0.49 | 0.37 | 0.07 | 345.39 | 0.75 | 0.7 |
| Hex | EC | 79 | 95 | 0 | 31 | 25 | 7 | 159 | 4B | 46 |
| Octal | 354 | 171 | 225 | 0 | 61 | 45 | 7 | 531 | 113 | 106 |
| Binary | 11101100 | 1111001 | 10010101 | 0 | 110001 | 100101 | 111 | 101011001 | 1001011 | 1000110 |
Color Harmonies of #EC7995
Complementary color
Monochromatic Colors of #EC7995
Black with #EC7995
Text Example
Text Example
White with #EC7995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7995; }
p { color: rgb(236,121,149); }
H1.HeaderClassName
{
color: #EC7995;
}
.AnyTagClassName
{
color: #EC7995;
}
</style>
background-color css
<style>
a { background-color: #EC7995; }
a { background-color: rgb(236,121,149); }
div.DivClassName
{
background-color: #EC7995;
}
.BgClassName
{
background-color: #EC7995;
}
</style>
border-color css
<style>
span { border-color: #EC7995; }
span { border-color: rgb(236,121,149); }
td.TdClassName
{
border-color: #EC7995;
}
.TagClassName
{
border-color: #EC7995;
}
</style>