Shades of Carissma #E8819B
Tints of Carissma #E8819B
RGB
CMYK
RGB Variations
Color information
#E8819B (or 0xE8819B) is known color: Carissma. HEX triplet: E8, 81 and 9B. RGB value is (232,129,155). Sum of RGB (Red+Green+Blue) = 232+129+155=516 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.96% from 516); Green value is 129 (50.78% from 255 or 25% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 232 - color contains mainly: red. Hex color #E8819B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8819B is #177E64. Grayscale: #A2A2A2. Windows color (decimal): -1539685 or 10191336. OLE color: 10191336.
HSL color Cylindrical-coordinate representation of color #E8819B: hue angle of 344.85º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E8819B is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 129 | 155 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.09 |
| HSL | 344.85º | 0.69% | 0.71% | - |
| HSV(B) | 344.85º | 0.44% | 0.91% | - |
| XYZ | 47.05 | 35.22 | 35.33 | - |
| YUV | 162.76 | 123.62 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 129 | 155 | 0 | 0.44 | 0.33 | 0.09 | 344.85 | 0.69 | 0.71 |
| Hex | E8 | 81 | 9B | 0 | 2C | 21 | 9 | 159 | 45 | 47 |
| Octal | 350 | 201 | 233 | 0 | 54 | 41 | 11 | 531 | 105 | 107 |
| Binary | 11101000 | 10000001 | 10011011 | 0 | 101100 | 100001 | 1001 | 101011001 | 1000101 | 1000111 |
Color Harmonies of #E8819B
Complementary color
Monochromatic Colors of #E8819B
Black with #E8819B
Text Example
Text Example
White with #E8819B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8819B; }
p { color: rgb(232,129,155); }
H1.HeaderClassName
{
color: #E8819B;
}
.AnyTagClassName
{
color: #E8819B;
}
</style>
background-color css
<style>
a { background-color: #E8819B; }
a { background-color: rgb(232,129,155); }
div.DivClassName
{
background-color: #E8819B;
}
.BgClassName
{
background-color: #E8819B;
}
</style>
border-color css
<style>
span { border-color: #E8819B; }
span { border-color: rgb(232,129,155); }
td.TdClassName
{
border-color: #E8819B;
}
.TagClassName
{
border-color: #E8819B;
}
</style>