Shades of Carissma #EC7695
Tints of Carissma #EC7695
RGB
CMYK
RGB Variations
Color information
#EC7695 (or 0xEC7695) is known color: Carissma. HEX triplet: EC, 76 and 95. RGB value is (236,118,149). Sum of RGB (Red+Green+Blue) = 236+118+149=503 (66% of max value = 765). Red value is 236 (92.58% from 255 or 46.92% from 503); Green value is 118 (46.48% from 255 or 23.46% from 503); Blue value is 149 (58.59% from 255 or 29.62% from 503); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7695 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7695 is #13896A. Grayscale: #9C9C9C. Windows color (decimal): -1280363 or 9795308. OLE color: 9795308.
HSL color Cylindrical-coordinate representation of color #EC7695: hue angle of 344.24º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EC7695 is Cyan = 0, Magento = 0.5, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 149 | - |
| CMYK | 0 | 0.5 | 0.37 | 0.07 |
| HSL | 344.24º | 0.76% | 0.69% | - |
| HSV(B) | 344.24º | 0.5% | 0.93% | - |
| XYZ | 46.5 | 32.96 | 32.35 | - |
| YUV | 156.82 | 123.59 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 149 | 0 | 0.5 | 0.37 | 0.07 | 344.24 | 0.76 | 0.69 |
| Hex | EC | 76 | 95 | 0 | 32 | 25 | 7 | 158 | 4C | 45 |
| Octal | 354 | 166 | 225 | 0 | 62 | 45 | 7 | 530 | 114 | 105 |
| Binary | 11101100 | 1110110 | 10010101 | 0 | 110010 | 100101 | 111 | 101011000 | 1001100 | 1000101 |
Color Harmonies of #EC7695
Complementary color
Monochromatic Colors of #EC7695
Black with #EC7695
Text Example
Text Example
White with #EC7695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7695; }
p { color: rgb(236,118,149); }
H1.HeaderClassName
{
color: #EC7695;
}
.AnyTagClassName
{
color: #EC7695;
}
</style>
background-color css
<style>
a { background-color: #EC7695; }
a { background-color: rgb(236,118,149); }
div.DivClassName
{
background-color: #EC7695;
}
.BgClassName
{
background-color: #EC7695;
}
</style>
border-color css
<style>
span { border-color: #EC7695; }
span { border-color: rgb(236,118,149); }
td.TdClassName
{
border-color: #EC7695;
}
.TagClassName
{
border-color: #EC7695;
}
</style>