Shades of Carissma #E9808D
Tints of Carissma #E9808D
RGB
CMYK
RGB Variations
Color information
#E9808D (or 0xE9808D) is known color: Carissma. HEX triplet: E9, 80 and 8D. RGB value is (233,128,141). Sum of RGB (Red+Green+Blue) = 233+128+141=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E9808D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E9808D is #167F72. Grayscale: #A0A0A0. Windows color (decimal): -1474419 or 9273577. OLE color: 9273577.
HSL color Cylindrical-coordinate representation of color #E9808D: hue angle of 352.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 #E9808D is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 128 | 141 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.09 |
| HSL | 352.57º | 0.7% | 0.71% | - |
| HSV(B) | 352.57º | 0.45% | 0.91% | - |
| XYZ | 46.13 | 34.69 | 29.46 | - |
| YUV | 160.88 | 116.79 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 128 | 141 | 0 | 0.45 | 0.39 | 0.09 | 352.57 | 0.7 | 0.71 |
| Hex | E9 | 80 | 8D | 0 | 2D | 27 | 9 | 161 | 46 | 47 |
| Octal | 351 | 200 | 215 | 0 | 55 | 47 | 11 | 541 | 106 | 107 |
| Binary | 11101001 | 10000000 | 10001101 | 0 | 101101 | 100111 | 1001 | 101100001 | 1000110 | 1000111 |
Color Harmonies of #E9808D
Complementary color
Monochromatic Colors of #E9808D
Black with #E9808D
Text Example
Text Example
White with #E9808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9808D; }
p { color: rgb(233,128,141); }
H1.HeaderClassName
{
color: #E9808D;
}
.AnyTagClassName
{
color: #E9808D;
}
</style>
background-color css
<style>
a { background-color: #E9808D; }
a { background-color: rgb(233,128,141); }
div.DivClassName
{
background-color: #E9808D;
}
.BgClassName
{
background-color: #E9808D;
}
</style>
border-color css
<style>
span { border-color: #E9808D; }
span { border-color: rgb(233,128,141); }
td.TdClassName
{
border-color: #E9808D;
}
.TagClassName
{
border-color: #E9808D;
}
</style>