Shades of Carissma #E8838C
Tints of Carissma #E8838C
RGB
CMYK
RGB Variations
Color information
#E8838C (or 0xE8838C) is known color: Carissma. HEX triplet: E8, 83 and 8C. RGB value is (232,131,140). Sum of RGB (Red+Green+Blue) = 232+131+140=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 131 (51.56% from 255 or 26.04% from 503); Blue value is 140 (55.08% from 255 or 27.83% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E8838C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8838C is #177C73. Grayscale: #A2A2A2. Windows color (decimal): -1539188 or 9208808. OLE color: 9208808.
HSL color Cylindrical-coordinate representation of color #E8838C: hue angle of 354.65º 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 #E8838C is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 131 | 140 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.09 |
| HSL | 354.65º | 0.69% | 0.71% | - |
| HSV(B) | 354.65º | 0.44% | 0.91% | - |
| XYZ | 46.13 | 35.28 | 29.19 | - |
| YUV | 162.23 | 115.46 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 131 | 140 | 0 | 0.44 | 0.40 | 0.09 | 354.65 | 0.69 | 0.71 |
| Hex | E8 | 83 | 8C | 0 | 2C | 28 | 9 | 163 | 45 | 47 |
| Octal | 350 | 203 | 214 | 0 | 54 | 50 | 11 | 543 | 105 | 107 |
| Binary | 11101000 | 10000011 | 10001100 | 0 | 101100 | 101000 | 1001 | 101100011 | 1000101 | 1000111 |
Color Harmonies of #E8838C
Complementary color
Monochromatic Colors of #E8838C
Black with #E8838C
Text Example
Text Example
White with #E8838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8838C; }
p { color: rgb(232,131,140); }
H1.HeaderClassName
{
color: #E8838C;
}
.AnyTagClassName
{
color: #E8838C;
}
</style>
background-color css
<style>
a { background-color: #E8838C; }
a { background-color: rgb(232,131,140); }
div.DivClassName
{
background-color: #E8838C;
}
.BgClassName
{
background-color: #E8838C;
}
</style>
border-color css
<style>
span { border-color: #E8838C; }
span { border-color: rgb(232,131,140); }
td.TdClassName
{
border-color: #E8838C;
}
.TagClassName
{
border-color: #E8838C;
}
</style>