Shades of Carissma #E8808D
Tints of Carissma #E8808D
RGB
CMYK
RGB Variations
Color information
#E8808D (or 0xE8808D) is known color: Carissma. HEX triplet: E8, 80 and 8D. RGB value is (232,128,141). Sum of RGB (Red+Green+Blue) = 232+128+141=501 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.31% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 232 - color contains mainly: red. Hex color #E8808D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8808D is #177F72. Grayscale: #A0A0A0. Windows color (decimal): -1539955 or 9273576. OLE color: 9273576.
HSL color Cylindrical-coordinate representation of color #E8808D: hue angle of 352.5º 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 #E8808D is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 128 | 141 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.09 |
| HSL | 352.5º | 0.69% | 0.71% | - |
| HSV(B) | 352.5º | 0.45% | 0.91% | - |
| XYZ | 45.81 | 34.52 | 29.45 | - |
| YUV | 160.58 | 116.96 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 128 | 141 | 0 | 0.45 | 0.39 | 0.09 | 352.5 | 0.69 | 0.71 |
| Hex | E8 | 80 | 8D | 0 | 2D | 27 | 9 | 160 | 45 | 47 |
| Octal | 350 | 200 | 215 | 0 | 55 | 47 | 11 | 540 | 105 | 107 |
| Binary | 11101000 | 10000000 | 10001101 | 0 | 101101 | 100111 | 1001 | 101100000 | 1000101 | 1000111 |
Color Harmonies of #E8808D
Complementary color
Monochromatic Colors of #E8808D
Black with #E8808D
Text Example
Text Example
White with #E8808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8808D; }
p { color: rgb(232,128,141); }
H1.HeaderClassName
{
color: #E8808D;
}
.AnyTagClassName
{
color: #E8808D;
}
</style>
background-color css
<style>
a { background-color: #E8808D; }
a { background-color: rgb(232,128,141); }
div.DivClassName
{
background-color: #E8808D;
}
.BgClassName
{
background-color: #E8808D;
}
</style>
border-color css
<style>
span { border-color: #E8808D; }
span { border-color: rgb(232,128,141); }
td.TdClassName
{
border-color: #E8808D;
}
.TagClassName
{
border-color: #E8808D;
}
</style>