Shades of Carissma #E8888B
Tints of Carissma #E8888B
RGB
CMYK
RGB Variations
Color information
#E8888B (or 0xE8888B) is known color: Carissma. HEX triplet: E8, 88 and 8B. RGB value is (232,136,139). Sum of RGB (Red+Green+Blue) = 232+136+139=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 136 (53.52% from 255 or 26.82% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E8888B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8888B is #177774. Grayscale: #A5A5A5. Windows color (decimal): -1537909 or 9144552. OLE color: 9144552.
HSL color Cylindrical-coordinate representation of color #E8888B: hue angle of 358.12º 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 #E8888B is Cyan = 0, Magento = 0.41, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 136 | 139 | - |
| CMYK | 0 | 0.41 | 0.40 | 0.09 |
| HSL | 358.13º | 0.68% | 0.72% | - |
| HSV(B) | 358.13º | 0.41% | 0.91% | - |
| XYZ | 46.74 | 36.63 | 29.03 | - |
| YUV | 165.05 | 113.3 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 136 | 139 | 0 | 0.41 | 0.40 | 0.09 | 358.13 | 0.68 | 0.72 |
| Hex | E8 | 88 | 8B | 0 | 29 | 28 | 9 | 166 | 44 | 48 |
| Octal | 350 | 210 | 213 | 0 | 51 | 50 | 11 | 546 | 104 | 110 |
| Binary | 11101000 | 10001000 | 10001011 | 0 | 101001 | 101000 | 1001 | 101100110 | 1000100 | 1001000 |
Color Harmonies of #E8888B
Complementary color
Monochromatic Colors of #E8888B
Black with #E8888B
Text Example
Text Example
White with #E8888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8888B; }
p { color: rgb(232,136,139); }
H1.HeaderClassName
{
color: #E8888B;
}
.AnyTagClassName
{
color: #E8888B;
}
</style>
background-color css
<style>
a { background-color: #E8888B; }
a { background-color: rgb(232,136,139); }
div.DivClassName
{
background-color: #E8888B;
}
.BgClassName
{
background-color: #E8888B;
}
</style>
border-color css
<style>
span { border-color: #E8888B; }
span { border-color: rgb(232,136,139); }
td.TdClassName
{
border-color: #E8888B;
}
.TagClassName
{
border-color: #E8888B;
}
</style>