Shades of Carissma #E8829D
Tints of Carissma #E8829D
RGB
CMYK
RGB Variations
Color information
#E8829D (or 0xE8829D) is known color: Carissma. HEX triplet: E8, 82 and 9D. RGB value is (232,130,157). Sum of RGB (Red+Green+Blue) = 232+130+157=519 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.70% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 157 (61.72% from 255 or 30.25% from 519); Max value from RGB is 232 - color contains mainly: red. Hex color #E8829D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8829D is #177D62. Grayscale: #A3A3A3. Windows color (decimal): -1539427 or 10322664. OLE color: 10322664.
HSL color Cylindrical-coordinate representation of color #E8829D: hue angle of 344.12º 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 #E8829D is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 130 | 157 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.09 |
| HSL | 344.12º | 0.69% | 0.71% | - |
| HSV(B) | 344.12º | 0.44% | 0.91% | - |
| XYZ | 47.35 | 35.56 | 36.27 | - |
| YUV | 163.58 | 124.29 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 157 | 0 | 0.44 | 0.32 | 0.09 | 344.12 | 0.69 | 0.71 |
| Hex | E8 | 82 | 9D | 0 | 2C | 20 | 9 | 158 | 45 | 47 |
| Octal | 350 | 202 | 235 | 0 | 54 | 40 | 11 | 530 | 105 | 107 |
| Binary | 11101000 | 10000010 | 10011101 | 0 | 101100 | 100000 | 1001 | 101011000 | 1000101 | 1000111 |
Color Harmonies of #E8829D
Complementary color
Monochromatic Colors of #E8829D
Black with #E8829D
Text Example
Text Example
White with #E8829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8829D; }
p { color: rgb(232,130,157); }
H1.HeaderClassName
{
color: #E8829D;
}
.AnyTagClassName
{
color: #E8829D;
}
</style>
background-color css
<style>
a { background-color: #E8829D; }
a { background-color: rgb(232,130,157); }
div.DivClassName
{
background-color: #E8829D;
}
.BgClassName
{
background-color: #E8829D;
}
</style>
border-color css
<style>
span { border-color: #E8829D; }
span { border-color: rgb(232,130,157); }
td.TdClassName
{
border-color: #E8829D;
}
.TagClassName
{
border-color: #E8829D;
}
</style>