Shades of Carissma #E9809B
Tints of Carissma #E9809B
RGB
CMYK
RGB Variations
Color information
#E9809B (or 0xE9809B) is known color: Carissma. HEX triplet: E9, 80 and 9B. RGB value is (233,128,155). Sum of RGB (Red+Green+Blue) = 233+128+155=516 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.16% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 233 - color contains mainly: red. Hex color #E9809B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9809B is #167F64. Grayscale: #A2A2A2. Windows color (decimal): -1474405 or 10191081. OLE color: 10191081.
HSL color Cylindrical-coordinate representation of color #E9809B: hue angle of 344.57º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E9809B is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 128 | 155 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.09 |
| HSL | 344.57º | 0.7% | 0.71% | - |
| HSV(B) | 344.57º | 0.45% | 0.91% | - |
| XYZ | 47.24 | 35.13 | 35.3 | - |
| YUV | 162.47 | 123.79 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 128 | 155 | 0 | 0.45 | 0.33 | 0.09 | 344.57 | 0.7 | 0.71 |
| Hex | E9 | 80 | 9B | 0 | 2D | 21 | 9 | 159 | 46 | 47 |
| Octal | 351 | 200 | 233 | 0 | 55 | 41 | 11 | 531 | 106 | 107 |
| Binary | 11101001 | 10000000 | 10011011 | 0 | 101101 | 100001 | 1001 | 101011001 | 1000110 | 1000111 |
Color Harmonies of #E9809B
Complementary color
Monochromatic Colors of #E9809B
Black with #E9809B
Text Example
Text Example
White with #E9809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9809B; }
p { color: rgb(233,128,155); }
H1.HeaderClassName
{
color: #E9809B;
}
.AnyTagClassName
{
color: #E9809B;
}
</style>
background-color css
<style>
a { background-color: #E9809B; }
a { background-color: rgb(233,128,155); }
div.DivClassName
{
background-color: #E9809B;
}
.BgClassName
{
background-color: #E9809B;
}
</style>
border-color css
<style>
span { border-color: #E9809B; }
span { border-color: rgb(233,128,155); }
td.TdClassName
{
border-color: #E9809B;
}
.TagClassName
{
border-color: #E9809B;
}
</style>