Shades of Carissma #E8868B
Tints of Carissma #E8868B
RGB
CMYK
RGB Variations
Color information
#E8868B (or 0xE8868B) is known color: Carissma. HEX triplet: E8, 86 and 8B. RGB value is (232,134,139). Sum of RGB (Red+Green+Blue) = 232+134+139=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 232 - color contains mainly: red. Hex color #E8868B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8868B is #177974. Grayscale: #A3A3A3. Windows color (decimal): -1538421 or 9144040. OLE color: 9144040.
HSL color Cylindrical-coordinate representation of color #E8868B: hue angle of 356.94º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E8868B is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 139 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.09 |
| HSL | 356.94º | 0.68% | 0.72% | - |
| HSV(B) | 356.94º | 0.42% | 0.91% | - |
| XYZ | 46.46 | 36.07 | 28.94 | - |
| YUV | 163.87 | 113.97 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 139 | 0 | 0.42 | 0.40 | 0.09 | 356.94 | 0.68 | 0.72 |
| Hex | E8 | 86 | 8B | 0 | 2A | 28 | 9 | 165 | 44 | 48 |
| Octal | 350 | 206 | 213 | 0 | 52 | 50 | 11 | 545 | 104 | 110 |
| Binary | 11101000 | 10000110 | 10001011 | 0 | 101010 | 101000 | 1001 | 101100101 | 1000100 | 1001000 |
Color Harmonies of #E8868B
Complementary color
Monochromatic Colors of #E8868B
Black with #E8868B
Text Example
Text Example
White with #E8868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8868B; }
p { color: rgb(232,134,139); }
H1.HeaderClassName
{
color: #E8868B;
}
.AnyTagClassName
{
color: #E8868B;
}
</style>
background-color css
<style>
a { background-color: #E8868B; }
a { background-color: rgb(232,134,139); }
div.DivClassName
{
background-color: #E8868B;
}
.BgClassName
{
background-color: #E8868B;
}
</style>
border-color css
<style>
span { border-color: #E8868B; }
span { border-color: rgb(232,134,139); }
td.TdClassName
{
border-color: #E8868B;
}
.TagClassName
{
border-color: #E8868B;
}
</style>