Shades of Carissma #EC7F94
Tints of Carissma #EC7F94
RGB
CMYK
RGB Variations
Color information
#EC7F94 (or 0xEC7F94) is known color: Carissma. HEX triplet: EC, 7F and 94. RGB value is (236,127,148). Sum of RGB (Red+Green+Blue) = 236+127+148=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7F94 is #13806B. Grayscale: #A2A2A2. Windows color (decimal): -1278060 or 9732076. OLE color: 9732076.
HSL color Cylindrical-coordinate representation of color #EC7F94: hue angle of 348.44º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC7F94 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 127 | 148 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.07 |
| HSL | 348.44º | 0.74% | 0.71% | - |
| HSV(B) | 348.44º | 0.46% | 0.93% | - |
| XYZ | 47.53 | 35.15 | 32.3 | - |
| YUV | 161.99 | 120.11 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 127 | 148 | 0 | 0.46 | 0.37 | 0.07 | 348.44 | 0.74 | 0.71 |
| Hex | EC | 7F | 94 | 0 | 2E | 25 | 7 | 15C | 4A | 47 |
| Octal | 354 | 177 | 224 | 0 | 56 | 45 | 7 | 534 | 112 | 107 |
| Binary | 11101100 | 1111111 | 10010100 | 0 | 101110 | 100101 | 111 | 101011100 | 1001010 | 1000111 |
Color Harmonies of #EC7F94
Complementary color
Monochromatic Colors of #EC7F94
Black with #EC7F94
Text Example
Text Example
White with #EC7F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7F94; }
p { color: rgb(236,127,148); }
H1.HeaderClassName
{
color: #EC7F94;
}
.AnyTagClassName
{
color: #EC7F94;
}
</style>
background-color css
<style>
a { background-color: #EC7F94; }
a { background-color: rgb(236,127,148); }
div.DivClassName
{
background-color: #EC7F94;
}
.BgClassName
{
background-color: #EC7F94;
}
</style>
border-color css
<style>
span { border-color: #EC7F94; }
span { border-color: rgb(236,127,148); }
td.TdClassName
{
border-color: #EC7F94;
}
.TagClassName
{
border-color: #EC7F94;
}
</style>