Shades of Carissma #E8888D
Tints of Carissma #E8888D
RGB
CMYK
RGB Variations
Color information
#E8888D (or 0xE8888D) is known color: Carissma. HEX triplet: E8, 88 and 8D. RGB value is (232,136,141). Sum of RGB (Red+Green+Blue) = 232+136+141=509 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.58% from 509); Green value is 136 (53.52% from 255 or 26.72% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 232 - color contains mainly: red. Hex color #E8888D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8888D is #177772. Grayscale: #A5A5A5. Windows color (decimal): -1537907 or 9275624. OLE color: 9275624.
HSL color Cylindrical-coordinate representation of color #E8888D: hue angle of 356.88º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E8888D is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 136 | 141 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.09 |
| HSL | 356.88º | 0.68% | 0.72% | - |
| HSV(B) | 356.88º | 0.41% | 0.91% | - |
| XYZ | 46.89 | 36.69 | 29.81 | - |
| YUV | 165.27 | 114.3 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 136 | 141 | 0 | 0.41 | 0.39 | 0.09 | 356.88 | 0.68 | 0.72 |
| Hex | E8 | 88 | 8D | 0 | 29 | 27 | 9 | 165 | 44 | 48 |
| Octal | 350 | 210 | 215 | 0 | 51 | 47 | 11 | 545 | 104 | 110 |
| Binary | 11101000 | 10001000 | 10001101 | 0 | 101001 | 100111 | 1001 | 101100101 | 1000100 | 1001000 |
Color Harmonies of #E8888D
Complementary color
Monochromatic Colors of #E8888D
Black with #E8888D
Text Example
Text Example
White with #E8888D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8888D; }
p { color: rgb(232,136,141); }
H1.HeaderClassName
{
color: #E8888D;
}
.AnyTagClassName
{
color: #E8888D;
}
</style>
background-color css
<style>
a { background-color: #E8888D; }
a { background-color: rgb(232,136,141); }
div.DivClassName
{
background-color: #E8888D;
}
.BgClassName
{
background-color: #E8888D;
}
</style>
border-color css
<style>
span { border-color: #E8888D; }
span { border-color: rgb(232,136,141); }
td.TdClassName
{
border-color: #E8888D;
}
.TagClassName
{
border-color: #E8888D;
}
</style>