Shades of Carissma #EC7896
Tints of Carissma #EC7896
RGB
CMYK
RGB Variations
Color information
#EC7896 (or 0xEC7896) is known color: Carissma. HEX triplet: EC, 78 and 96. RGB value is (236,120,150). Sum of RGB (Red+Green+Blue) = 236+120+150=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7896 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7896 is #138769. Grayscale: #9E9E9E. Windows color (decimal): -1279850 or 9861356. OLE color: 9861356.
HSL color Cylindrical-coordinate representation of color #EC7896: hue angle of 344.48º 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 #EC7896 is Cyan = 0, Magento = 0.49, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 150 | - |
| CMYK | 0 | 0.49 | 0.36 | 0.07 |
| HSL | 344.48º | 0.75% | 0.7% | - |
| HSV(B) | 344.48º | 0.49% | 0.93% | - |
| XYZ | 46.81 | 33.47 | 32.85 | - |
| YUV | 158.1 | 123.43 | 183.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 150 | 0 | 0.49 | 0.36 | 0.07 | 344.48 | 0.75 | 0.7 |
| Hex | EC | 78 | 96 | 0 | 31 | 24 | 7 | 158 | 4B | 46 |
| Octal | 354 | 170 | 226 | 0 | 61 | 44 | 7 | 530 | 113 | 106 |
| Binary | 11101100 | 1111000 | 10010110 | 0 | 110001 | 100100 | 111 | 101011000 | 1001011 | 1000110 |
Color Harmonies of #EC7896
Complementary color
Monochromatic Colors of #EC7896
Black with #EC7896
Text Example
Text Example
White with #EC7896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7896; }
p { color: rgb(236,120,150); }
H1.HeaderClassName
{
color: #EC7896;
}
.AnyTagClassName
{
color: #EC7896;
}
</style>
background-color css
<style>
a { background-color: #EC7896; }
a { background-color: rgb(236,120,150); }
div.DivClassName
{
background-color: #EC7896;
}
.BgClassName
{
background-color: #EC7896;
}
</style>
border-color css
<style>
span { border-color: #EC7896; }
span { border-color: rgb(236,120,150); }
td.TdClassName
{
border-color: #EC7896;
}
.TagClassName
{
border-color: #EC7896;
}
</style>