Shades of Carissma #EB889C
Tints of Carissma #EB889C
RGB
CMYK
RGB Variations
Color information
#EB889C (or 0xEB889C) is known color: Carissma. HEX triplet: EB, 88 and 9C. RGB value is (235,136,156). Sum of RGB (Red+Green+Blue) = 235+136+156=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 156 (61.33% from 255 or 29.60% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EB889C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB889C is #147763. Grayscale: #A7A7A7. Windows color (decimal): -1341284 or 10258667. OLE color: 10258667.
HSL color Cylindrical-coordinate representation of color #EB889C: hue angle of 347.88º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EB889C is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 136 | 156 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.08 |
| HSL | 347.88º | 0.71% | 0.73% | - |
| HSV(B) | 347.88º | 0.42% | 0.92% | - |
| XYZ | 49.07 | 37.67 | 36.14 | - |
| YUV | 167.88 | 121.3 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 136 | 156 | 0 | 0.42 | 0.34 | 0.08 | 347.88 | 0.71 | 0.73 |
| Hex | EB | 88 | 9C | 0 | 2A | 22 | 8 | 15C | 47 | 49 |
| Octal | 353 | 210 | 234 | 0 | 52 | 42 | 10 | 534 | 107 | 111 |
| Binary | 11101011 | 10001000 | 10011100 | 0 | 101010 | 100010 | 1000 | 101011100 | 1000111 | 1001001 |
Color Harmonies of #EB889C
Complementary color
Monochromatic Colors of #EB889C
Black with #EB889C
Text Example
Text Example
White with #EB889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB889C; }
p { color: rgb(235,136,156); }
H1.HeaderClassName
{
color: #EB889C;
}
.AnyTagClassName
{
color: #EB889C;
}
</style>
background-color css
<style>
a { background-color: #EB889C; }
a { background-color: rgb(235,136,156); }
div.DivClassName
{
background-color: #EB889C;
}
.BgClassName
{
background-color: #EB889C;
}
</style>
border-color css
<style>
span { border-color: #EB889C; }
span { border-color: rgb(235,136,156); }
td.TdClassName
{
border-color: #EB889C;
}
.TagClassName
{
border-color: #EB889C;
}
</style>