Shades of Carissma #EC8095
Tints of Carissma #EC8095
RGB
CMYK
RGB Variations
Color information
#EC8095 (or 0xEC8095) is known color: Carissma. HEX triplet: EC, 80 and 95. RGB value is (236,128,149). Sum of RGB (Red+Green+Blue) = 236+128+149=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8095 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8095 is #137F6A. Grayscale: #A2A2A2. Windows color (decimal): -1277803 or 9797868. OLE color: 9797868.
HSL color Cylindrical-coordinate representation of color #EC8095: hue angle of 348.33º 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 #EC8095 is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 128 | 149 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.07 |
| HSL | 348.33º | 0.74% | 0.71% | - |
| HSV(B) | 348.33º | 0.46% | 0.93% | - |
| XYZ | 47.74 | 35.44 | 32.76 | - |
| YUV | 162.69 | 120.28 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 128 | 149 | 0 | 0.46 | 0.37 | 0.07 | 348.33 | 0.74 | 0.71 |
| Hex | EC | 80 | 95 | 0 | 2E | 25 | 7 | 15C | 4A | 47 |
| Octal | 354 | 200 | 225 | 0 | 56 | 45 | 7 | 534 | 112 | 107 |
| Binary | 11101100 | 10000000 | 10010101 | 0 | 101110 | 100101 | 111 | 101011100 | 1001010 | 1000111 |
Color Harmonies of #EC8095
Complementary color
Monochromatic Colors of #EC8095
Black with #EC8095
Text Example
Text Example
White with #EC8095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8095; }
p { color: rgb(236,128,149); }
H1.HeaderClassName
{
color: #EC8095;
}
.AnyTagClassName
{
color: #EC8095;
}
</style>
background-color css
<style>
a { background-color: #EC8095; }
a { background-color: rgb(236,128,149); }
div.DivClassName
{
background-color: #EC8095;
}
.BgClassName
{
background-color: #EC8095;
}
</style>
border-color css
<style>
span { border-color: #EC8095; }
span { border-color: rgb(236,128,149); }
td.TdClassName
{
border-color: #EC8095;
}
.TagClassName
{
border-color: #EC8095;
}
</style>