Shades of Carissma #EC7790
Tints of Carissma #EC7790
RGB
CMYK
RGB Variations
Color information
#EC7790 (or 0xEC7790) is known color: Carissma. HEX triplet: EC, 77 and 90. RGB value is (236,119,144). Sum of RGB (Red+Green+Blue) = 236+119+144=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 119 (46.88% from 255 or 23.85% from 499); Blue value is 144 (56.64% from 255 or 28.86% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7790 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7790 is #13886F. Grayscale: #9C9C9C. Windows color (decimal): -1280112 or 9467884. OLE color: 9467884.
HSL color Cylindrical-coordinate representation of color #EC7790: hue angle of 347.18º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7790 is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 144 | - |
| CMYK | 0 | 0.50 | 0.39 | 0.07 |
| HSL | 347.18º | 0.75% | 0.7% | - |
| HSV(B) | 347.18º | 0.5% | 0.93% | - |
| XYZ | 46.22 | 33.04 | 30.33 | - |
| YUV | 156.83 | 120.76 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 144 | 0 | 0.50 | 0.39 | 0.07 | 347.18 | 0.75 | 0.7 |
| Hex | EC | 77 | 90 | 0 | 32 | 27 | 7 | 15B | 4B | 46 |
| Octal | 354 | 167 | 220 | 0 | 62 | 47 | 7 | 533 | 113 | 106 |
| Binary | 11101100 | 1110111 | 10010000 | 0 | 110010 | 100111 | 111 | 101011011 | 1001011 | 1000110 |
Color Harmonies of #EC7790
Complementary color
Monochromatic Colors of #EC7790
Black with #EC7790
Text Example
Text Example
White with #EC7790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7790; }
p { color: rgb(236,119,144); }
H1.HeaderClassName
{
color: #EC7790;
}
.AnyTagClassName
{
color: #EC7790;
}
</style>
background-color css
<style>
a { background-color: #EC7790; }
a { background-color: rgb(236,119,144); }
div.DivClassName
{
background-color: #EC7790;
}
.BgClassName
{
background-color: #EC7790;
}
</style>
border-color css
<style>
span { border-color: #EC7790; }
span { border-color: rgb(236,119,144); }
td.TdClassName
{
border-color: #EC7790;
}
.TagClassName
{
border-color: #EC7790;
}
</style>