Shades of Carissma #E8829B
Tints of Carissma #E8829B
RGB
CMYK
RGB Variations
Color information
#E8829B (or 0xE8829B) is known color: Carissma. HEX triplet: E8, 82 and 9B. RGB value is (232,130,155). Sum of RGB (Red+Green+Blue) = 232+130+155=517 (68% of max value = 765). Red value is 232 (91.02% from 255 or 44.87% from 517); Green value is 130 (51.17% from 255 or 25.15% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 232 - color contains mainly: red. Hex color #E8829B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8829B is #177D64. Grayscale: #A3A3A3. Windows color (decimal): -1539429 or 10191592. OLE color: 10191592.
HSL color Cylindrical-coordinate representation of color #E8829B: hue angle of 345.29º 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 #E8829B is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 130 | 155 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.09 |
| HSL | 345.29º | 0.69% | 0.71% | - |
| HSV(B) | 345.29º | 0.44% | 0.91% | - |
| XYZ | 47.18 | 35.49 | 35.37 | - |
| YUV | 163.35 | 123.29 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 130 | 155 | 0 | 0.44 | 0.33 | 0.09 | 345.29 | 0.69 | 0.71 |
| Hex | E8 | 82 | 9B | 0 | 2C | 21 | 9 | 159 | 45 | 47 |
| Octal | 350 | 202 | 233 | 0 | 54 | 41 | 11 | 531 | 105 | 107 |
| Binary | 11101000 | 10000010 | 10011011 | 0 | 101100 | 100001 | 1001 | 101011001 | 1000101 | 1000111 |
Color Harmonies of #E8829B
Complementary color
Monochromatic Colors of #E8829B
Black with #E8829B
Text Example
Text Example
White with #E8829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8829B; }
p { color: rgb(232,130,155); }
H1.HeaderClassName
{
color: #E8829B;
}
.AnyTagClassName
{
color: #E8829B;
}
</style>
background-color css
<style>
a { background-color: #E8829B; }
a { background-color: rgb(232,130,155); }
div.DivClassName
{
background-color: #E8829B;
}
.BgClassName
{
background-color: #E8829B;
}
</style>
border-color css
<style>
span { border-color: #E8829B; }
span { border-color: rgb(232,130,155); }
td.TdClassName
{
border-color: #E8829B;
}
.TagClassName
{
border-color: #E8829B;
}
</style>