Shades of Carissma #EC7890
Tints of Carissma #EC7890
RGB
CMYK
RGB Variations
Color information
#EC7890 (or 0xEC7890) is known color: Carissma. HEX triplet: EC, 78 and 90. RGB value is (236,120,144). Sum of RGB (Red+Green+Blue) = 236+120+144=500 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.2% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 144 (56.64% from 255 or 28.8% from 500); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7890 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7890 is #13876F. Grayscale: #9D9D9D. Windows color (decimal): -1279856 or 9468140. OLE color: 9468140.
HSL color Cylindrical-coordinate representation of color #EC7890: hue angle of 347.59º 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 #EC7890 is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 120 | 144 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.07 |
| HSL | 347.59º | 0.75% | 0.7% | - |
| HSV(B) | 347.59º | 0.49% | 0.93% | - |
| XYZ | 46.34 | 33.28 | 30.37 | - |
| YUV | 157.42 | 120.43 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 120 | 144 | 0 | 0.49 | 0.39 | 0.07 | 347.59 | 0.75 | 0.7 |
| Hex | EC | 78 | 90 | 0 | 31 | 27 | 7 | 15C | 4B | 46 |
| Octal | 354 | 170 | 220 | 0 | 61 | 47 | 7 | 534 | 113 | 106 |
| Binary | 11101100 | 1111000 | 10010000 | 0 | 110001 | 100111 | 111 | 101011100 | 1001011 | 1000110 |
Color Harmonies of #EC7890
Complementary color
Monochromatic Colors of #EC7890
Black with #EC7890
Text Example
Text Example
White with #EC7890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7890; }
p { color: rgb(236,120,144); }
H1.HeaderClassName
{
color: #EC7890;
}
.AnyTagClassName
{
color: #EC7890;
}
</style>
background-color css
<style>
a { background-color: #EC7890; }
a { background-color: rgb(236,120,144); }
div.DivClassName
{
background-color: #EC7890;
}
.BgClassName
{
background-color: #EC7890;
}
</style>
border-color css
<style>
span { border-color: #EC7890; }
span { border-color: rgb(236,120,144); }
td.TdClassName
{
border-color: #EC7890;
}
.TagClassName
{
border-color: #EC7890;
}
</style>