Shades of Carissma #EC8192
Tints of Carissma #EC8192
RGB
CMYK
RGB Variations
Color information
#EC8192 (or 0xEC8192) is known color: Carissma. HEX triplet: EC, 81 and 92. RGB value is (236,129,146). Sum of RGB (Red+Green+Blue) = 236+129+146=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8192 is #137E6D. Grayscale: #A2A2A2. Windows color (decimal): -1277550 or 9601516. OLE color: 9601516.
HSL color Cylindrical-coordinate representation of color #EC8192: hue angle of 350.47º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EC8192 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 129 | 146 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.07 |
| HSL | 350.47º | 0.74% | 0.72% | - |
| HSV(B) | 350.47º | 0.45% | 0.93% | - |
| XYZ | 47.63 | 35.61 | 31.56 | - |
| YUV | 162.93 | 118.45 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 129 | 146 | 0 | 0.45 | 0.38 | 0.07 | 350.47 | 0.74 | 0.72 |
| Hex | EC | 81 | 92 | 0 | 2D | 26 | 7 | 15E | 4A | 48 |
| Octal | 354 | 201 | 222 | 0 | 55 | 46 | 7 | 536 | 112 | 110 |
| Binary | 11101100 | 10000001 | 10010010 | 0 | 101101 | 100110 | 111 | 101011110 | 1001010 | 1001000 |
Color Harmonies of #EC8192
Complementary color
Monochromatic Colors of #EC8192
Black with #EC8192
Text Example
Text Example
White with #EC8192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC8192; }
p { color: rgb(236,129,146); }
H1.HeaderClassName
{
color: #EC8192;
}
.AnyTagClassName
{
color: #EC8192;
}
</style>
background-color css
<style>
a { background-color: #EC8192; }
a { background-color: rgb(236,129,146); }
div.DivClassName
{
background-color: #EC8192;
}
.BgClassName
{
background-color: #EC8192;
}
</style>
border-color css
<style>
span { border-color: #EC8192; }
span { border-color: rgb(236,129,146); }
td.TdClassName
{
border-color: #EC8192;
}
.TagClassName
{
border-color: #EC8192;
}
</style>