Shades of Carissma #E8808A
Tints of Carissma #E8808A
RGB
CMYK
RGB Variations
Color information
#E8808A (or 0xE8808A) is known color: Carissma. HEX triplet: E8, 80 and 8A. RGB value is (232,128,138). Sum of RGB (Red+Green+Blue) = 232+128+138=498 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.59% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 232 - color contains mainly: red. Hex color #E8808A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8808A is #177F75. Grayscale: #A0A0A0. Windows color (decimal): -1539958 or 9076968. OLE color: 9076968.
HSL color Cylindrical-coordinate representation of color #E8808A: hue angle of 354.23º degrees, saturation: 0.69, 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 #E8808A is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 138 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.09 |
| HSL | 354.23º | 0.69% | 0.71% | - |
| HSV(B) | 354.23º | 0.45% | 0.91% | - |
| XYZ | 45.59 | 34.43 | 28.29 | - |
| YUV | 160.24 | 115.46 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 138 | 0 | 0.45 | 0.41 | 0.09 | 354.23 | 0.69 | 0.71 |
| Hex | E8 | 80 | 8A | 0 | 2D | 29 | 9 | 162 | 45 | 47 |
| Octal | 350 | 200 | 212 | 0 | 55 | 51 | 11 | 542 | 105 | 107 |
| Binary | 11101000 | 10000000 | 10001010 | 0 | 101101 | 101001 | 1001 | 101100010 | 1000101 | 1000111 |
Color Harmonies of #E8808A
Complementary color
Monochromatic Colors of #E8808A
Black with #E8808A
Text Example
Text Example
White with #E8808A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8808A; }
p { color: rgb(232,128,138); }
H1.HeaderClassName
{
color: #E8808A;
}
.AnyTagClassName
{
color: #E8808A;
}
</style>
background-color css
<style>
a { background-color: #E8808A; }
a { background-color: rgb(232,128,138); }
div.DivClassName
{
background-color: #E8808A;
}
.BgClassName
{
background-color: #E8808A;
}
</style>
border-color css
<style>
span { border-color: #E8808A; }
span { border-color: rgb(232,128,138); }
td.TdClassName
{
border-color: #E8808A;
}
.TagClassName
{
border-color: #E8808A;
}
</style>