Shades of Carissma #EC8094
Tints of Carissma #EC8094
RGB
CMYK
RGB Variations
Color information
#EC8094 (or 0xEC8094) is known color: Carissma. HEX triplet: EC, 80 and 94. RGB value is (236,128,148). Sum of RGB (Red+Green+Blue) = 236+128+148=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 148 (58.20% from 255 or 28.91% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8094 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8094 is #137F6B. Grayscale: #A2A2A2. Windows color (decimal): -1277804 or 9732332. OLE color: 9732332.
HSL color Cylindrical-coordinate representation of color #EC8094: hue angle of 348.89º 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 #EC8094 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 148 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.07 |
| HSL | 348.89º | 0.74% | 0.71% | - |
| HSV(B) | 348.89º | 0.46% | 0.93% | - |
| XYZ | 47.66 | 35.41 | 32.34 | - |
| YUV | 162.57 | 119.78 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 148 | 0 | 0.46 | 0.37 | 0.07 | 348.89 | 0.74 | 0.71 |
| Hex | EC | 80 | 94 | 0 | 2E | 25 | 7 | 15D | 4A | 47 |
| Octal | 354 | 200 | 224 | 0 | 56 | 45 | 7 | 535 | 112 | 107 |
| Binary | 11101100 | 10000000 | 10010100 | 0 | 101110 | 100101 | 111 | 101011101 | 1001010 | 1000111 |
Color Harmonies of #EC8094
Complementary color
Monochromatic Colors of #EC8094
Black with #EC8094
Text Example
Text Example
White with #EC8094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8094; }
p { color: rgb(236,128,148); }
H1.HeaderClassName
{
color: #EC8094;
}
.AnyTagClassName
{
color: #EC8094;
}
</style>
background-color css
<style>
a { background-color: #EC8094; }
a { background-color: rgb(236,128,148); }
div.DivClassName
{
background-color: #EC8094;
}
.BgClassName
{
background-color: #EC8094;
}
</style>
border-color css
<style>
span { border-color: #EC8094; }
span { border-color: rgb(236,128,148); }
td.TdClassName
{
border-color: #EC8094;
}
.TagClassName
{
border-color: #EC8094;
}
</style>