Shades of Carissma #EB839D
Tints of Carissma #EB839D
RGB
CMYK
RGB Variations
Color information
#EB839D (or 0xEB839D) is known color: Carissma. HEX triplet: EB, 83 and 9D. RGB value is (235,131,157). Sum of RGB (Red+Green+Blue) = 235+131+157=523 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.93% from 523); Green value is 131 (51.56% from 255 or 25.05% from 523); Blue value is 157 (61.72% from 255 or 30.02% from 523); Max value from RGB is 235 - color contains mainly: red. Hex color #EB839D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB839D is #147C62. Grayscale: #A5A5A5. Windows color (decimal): -1342563 or 10322923. OLE color: 10322923.
HSL color Cylindrical-coordinate representation of color #EB839D: hue angle of 345º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EB839D is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 131 | 157 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.08 |
| HSL | 345º | 0.72% | 0.72% | - |
| HSV(B) | 345º | 0.44% | 0.92% | - |
| XYZ | 48.46 | 36.33 | 36.36 | - |
| YUV | 165.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 131 | 157 | 0 | 0.44 | 0.33 | 0.08 | 345 | 0.72 | 0.72 |
| Hex | EB | 83 | 9D | 0 | 2C | 21 | 8 | 159 | 48 | 48 |
| Octal | 353 | 203 | 235 | 0 | 54 | 41 | 10 | 531 | 110 | 110 |
| Binary | 11101011 | 10000011 | 10011101 | 0 | 101100 | 100001 | 1000 | 101011001 | 1001000 | 1001000 |
Color Harmonies of #EB839D
Complementary color
Monochromatic Colors of #EB839D
Black with #EB839D
Text Example
Text Example
White with #EB839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB839D; }
p { color: rgb(235,131,157); }
H1.HeaderClassName
{
color: #EB839D;
}
.AnyTagClassName
{
color: #EB839D;
}
</style>
background-color css
<style>
a { background-color: #EB839D; }
a { background-color: rgb(235,131,157); }
div.DivClassName
{
background-color: #EB839D;
}
.BgClassName
{
background-color: #EB839D;
}
</style>
border-color css
<style>
span { border-color: #EB839D; }
span { border-color: rgb(235,131,157); }
td.TdClassName
{
border-color: #EB839D;
}
.TagClassName
{
border-color: #EB839D;
}
</style>