Shades of Carissma #EC7797
Tints of Carissma #EC7797
RGB
CMYK
RGB Variations
Color information
#EC7797 (or 0xEC7797) is known color: Carissma. HEX triplet: EC, 77 and 97. RGB value is (236,119,151). Sum of RGB (Red+Green+Blue) = 236+119+151=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 119 (46.88% from 255 or 23.52% from 506); Blue value is 151 (59.38% from 255 or 29.84% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7797 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7797 is #138868. Grayscale: #9D9D9D. Windows color (decimal): -1280105 or 9926636. OLE color: 9926636.
HSL color Cylindrical-coordinate representation of color #EC7797: hue angle of 343.59º 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 #EC7797 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 119 | 151 | - |
| CMYK | 0 | 0.50 | 0.36 | 0.07 |
| HSL | 343.59º | 0.75% | 0.7% | - |
| HSV(B) | 343.59º | 0.5% | 0.93% | - |
| XYZ | 46.77 | 33.26 | 33.23 | - |
| YUV | 157.63 | 124.26 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 119 | 151 | 0 | 0.50 | 0.36 | 0.07 | 343.59 | 0.75 | 0.7 |
| Hex | EC | 77 | 97 | 0 | 32 | 24 | 7 | 158 | 4B | 46 |
| Octal | 354 | 167 | 227 | 0 | 62 | 44 | 7 | 530 | 113 | 106 |
| Binary | 11101100 | 1110111 | 10010111 | 0 | 110010 | 100100 | 111 | 101011000 | 1001011 | 1000110 |
Color Harmonies of #EC7797
Complementary color
Monochromatic Colors of #EC7797
Black with #EC7797
Text Example
Text Example
White with #EC7797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7797; }
p { color: rgb(236,119,151); }
H1.HeaderClassName
{
color: #EC7797;
}
.AnyTagClassName
{
color: #EC7797;
}
</style>
background-color css
<style>
a { background-color: #EC7797; }
a { background-color: rgb(236,119,151); }
div.DivClassName
{
background-color: #EC7797;
}
.BgClassName
{
background-color: #EC7797;
}
</style>
border-color css
<style>
span { border-color: #EC7797; }
span { border-color: rgb(236,119,151); }
td.TdClassName
{
border-color: #EC7797;
}
.TagClassName
{
border-color: #EC7797;
}
</style>