Shades of Carissma #E8889B
Tints of Carissma #E8889B
RGB
CMYK
RGB Variations
Color information
#E8889B (or 0xE8889B) is known color: Carissma. HEX triplet: E8, 88 and 9B. RGB value is (232,136,155). Sum of RGB (Red+Green+Blue) = 232+136+155=523 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.36% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 232 - color contains mainly: red. Hex color #E8889B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8889B is #177764. Grayscale: #A6A6A6. Windows color (decimal): -1537893 or 10193128. OLE color: 10193128.
HSL color Cylindrical-coordinate representation of color #E8889B: hue angle of 348.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 #E8889B is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 136 | 155 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.09 |
| HSL | 348.13º | 0.68% | 0.72% | - |
| HSV(B) | 348.13º | 0.41% | 0.91% | - |
| XYZ | 48 | 37.13 | 35.65 | - |
| YUV | 166.87 | 121.3 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 136 | 155 | 0 | 0.41 | 0.33 | 0.09 | 348.13 | 0.68 | 0.72 |
| Hex | E8 | 88 | 9B | 0 | 29 | 21 | 9 | 15C | 44 | 48 |
| Octal | 350 | 210 | 233 | 0 | 51 | 41 | 11 | 534 | 104 | 110 |
| Binary | 11101000 | 10001000 | 10011011 | 0 | 101001 | 100001 | 1001 | 101011100 | 1000100 | 1001000 |
Color Harmonies of #E8889B
Complementary color
Monochromatic Colors of #E8889B
Black with #E8889B
Text Example
Text Example
White with #E8889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8889B; }
p { color: rgb(232,136,155); }
H1.HeaderClassName
{
color: #E8889B;
}
.AnyTagClassName
{
color: #E8889B;
}
</style>
background-color css
<style>
a { background-color: #E8889B; }
a { background-color: rgb(232,136,155); }
div.DivClassName
{
background-color: #E8889B;
}
.BgClassName
{
background-color: #E8889B;
}
</style>
border-color css
<style>
span { border-color: #E8889B; }
span { border-color: rgb(232,136,155); }
td.TdClassName
{
border-color: #E8889B;
}
.TagClassName
{
border-color: #E8889B;
}
</style>