Shades of Carissma #E8879B
Tints of Carissma #E8879B
RGB
CMYK
RGB Variations
Color information
#E8879B (or 0xE8879B) is known color: Carissma. HEX triplet: E8, 87 and 9B. RGB value is (232,135,155). Sum of RGB (Red+Green+Blue) = 232+135+155=522 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.44% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 232 - color contains mainly: red. Hex color #E8879B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8879B is #177864. Grayscale: #A6A6A6. Windows color (decimal): -1538149 or 10192872. OLE color: 10192872.
HSL color Cylindrical-coordinate representation of color #E8879B: hue angle of 347.63º 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 #E8879B is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 135 | 155 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.09 |
| HSL | 347.63º | 0.68% | 0.72% | - |
| HSV(B) | 347.63º | 0.42% | 0.91% | - |
| XYZ | 47.86 | 36.85 | 35.6 | - |
| YUV | 166.28 | 121.64 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 135 | 155 | 0 | 0.42 | 0.33 | 0.09 | 347.63 | 0.68 | 0.72 |
| Hex | E8 | 87 | 9B | 0 | 2A | 21 | 9 | 15C | 44 | 48 |
| Octal | 350 | 207 | 233 | 0 | 52 | 41 | 11 | 534 | 104 | 110 |
| Binary | 11101000 | 10000111 | 10011011 | 0 | 101010 | 100001 | 1001 | 101011100 | 1000100 | 1001000 |
Color Harmonies of #E8879B
Complementary color
Monochromatic Colors of #E8879B
Black with #E8879B
Text Example
Text Example
White with #E8879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8879B; }
p { color: rgb(232,135,155); }
H1.HeaderClassName
{
color: #E8879B;
}
.AnyTagClassName
{
color: #E8879B;
}
</style>
background-color css
<style>
a { background-color: #E8879B; }
a { background-color: rgb(232,135,155); }
div.DivClassName
{
background-color: #E8879B;
}
.BgClassName
{
background-color: #E8879B;
}
</style>
border-color css
<style>
span { border-color: #E8879B; }
span { border-color: rgb(232,135,155); }
td.TdClassName
{
border-color: #E8879B;
}
.TagClassName
{
border-color: #E8879B;
}
</style>