Shades of Carissma #EB8192
Tints of Carissma #EB8192
RGB
CMYK
RGB Variations
Color information
#EB8192 (or 0xEB8192) is known color: Carissma. HEX triplet: EB, 81 and 92. RGB value is (235,129,146). Sum of RGB (Red+Green+Blue) = 235+129+146=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB8192 is #147E6D. Grayscale: #A2A2A2. Windows color (decimal): -1343086 or 9601515. OLE color: 9601515.
HSL color Cylindrical-coordinate representation of color #EB8192: hue angle of 350.38º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB8192 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 129 | 146 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.08 |
| HSL | 350.38º | 0.73% | 0.71% | - |
| HSV(B) | 350.38º | 0.45% | 0.92% | - |
| XYZ | 47.3 | 35.44 | 31.54 | - |
| YUV | 162.63 | 118.62 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 129 | 146 | 0 | 0.45 | 0.38 | 0.08 | 350.38 | 0.73 | 0.71 |
| Hex | EB | 81 | 92 | 0 | 2D | 26 | 8 | 15E | 49 | 47 |
| Octal | 353 | 201 | 222 | 0 | 55 | 46 | 10 | 536 | 111 | 107 |
| Binary | 11101011 | 10000001 | 10010010 | 0 | 101101 | 100110 | 1000 | 101011110 | 1001001 | 1000111 |
Color Harmonies of #EB8192
Complementary color
Monochromatic Colors of #EB8192
Black with #EB8192
Text Example
Text Example
White with #EB8192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB8192; }
p { color: rgb(235,129,146); }
H1.HeaderClassName
{
color: #EB8192;
}
.AnyTagClassName
{
color: #EB8192;
}
</style>
background-color css
<style>
a { background-color: #EB8192; }
a { background-color: rgb(235,129,146); }
div.DivClassName
{
background-color: #EB8192;
}
.BgClassName
{
background-color: #EB8192;
}
</style>
border-color css
<style>
span { border-color: #EB8192; }
span { border-color: rgb(235,129,146); }
td.TdClassName
{
border-color: #EB8192;
}
.TagClassName
{
border-color: #EB8192;
}
</style>