Shades of Carissma #EC7693
Tints of Carissma #EC7693
RGB
CMYK
RGB Variations
Color information
#EC7693 (or 0xEC7693) is known color: Carissma. HEX triplet: EC, 76 and 93. RGB value is (236,118,147). Sum of RGB (Red+Green+Blue) = 236+118+147=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 118 (46.48% from 255 or 23.55% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7693 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7693 is #13896C. Grayscale: #9C9C9C. Windows color (decimal): -1280365 or 9664236. OLE color: 9664236.
HSL color Cylindrical-coordinate representation of color #EC7693: hue angle of 345.25º 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 #EC7693 is Cyan = 0, Magento = 0.5, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 118 | 147 | - |
| CMYK | 0 | 0.5 | 0.38 | 0.07 |
| HSL | 345.25º | 0.76% | 0.69% | - |
| HSV(B) | 345.25º | 0.5% | 0.93% | - |
| XYZ | 46.34 | 32.9 | 31.51 | - |
| YUV | 156.59 | 122.59 | 184.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 118 | 147 | 0 | 0.5 | 0.38 | 0.07 | 345.25 | 0.76 | 0.69 |
| Hex | EC | 76 | 93 | 0 | 32 | 26 | 7 | 159 | 4C | 45 |
| Octal | 354 | 166 | 223 | 0 | 62 | 46 | 7 | 531 | 114 | 105 |
| Binary | 11101100 | 1110110 | 10010011 | 0 | 110010 | 100110 | 111 | 101011001 | 1001100 | 1000101 |
Color Harmonies of #EC7693
Complementary color
Monochromatic Colors of #EC7693
Black with #EC7693
Text Example
Text Example
White with #EC7693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7693; }
p { color: rgb(236,118,147); }
H1.HeaderClassName
{
color: #EC7693;
}
.AnyTagClassName
{
color: #EC7693;
}
</style>
background-color css
<style>
a { background-color: #EC7693; }
a { background-color: rgb(236,118,147); }
div.DivClassName
{
background-color: #EC7693;
}
.BgClassName
{
background-color: #EC7693;
}
</style>
border-color css
<style>
span { border-color: #EC7693; }
span { border-color: rgb(236,118,147); }
td.TdClassName
{
border-color: #EC7693;
}
.TagClassName
{
border-color: #EC7693;
}
</style>