Shades of Carissma #E8868A
Tints of Carissma #E8868A
RGB
CMYK
RGB Variations
Color information
#E8868A (or 0xE8868A) is known color: Carissma. HEX triplet: E8, 86 and 8A. RGB value is (232,134,138). Sum of RGB (Red+Green+Blue) = 232+134+138=504 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.03% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 232 - color contains mainly: red. Hex color #E8868A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8868A is #177975. Grayscale: #A3A3A3. Windows color (decimal): -1538422 or 9078504. OLE color: 9078504.
HSL color Cylindrical-coordinate representation of color #E8868A: hue angle of 357.55º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E8868A is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 138 | - |
| CMYK | 0 | 0.42 | 0.41 | 0.09 |
| HSL | 357.55º | 0.68% | 0.72% | - |
| HSV(B) | 357.55º | 0.42% | 0.91% | - |
| XYZ | 46.39 | 36.04 | 28.56 | - |
| YUV | 163.76 | 113.47 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 138 | 0 | 0.42 | 0.41 | 0.09 | 357.55 | 0.68 | 0.72 |
| Hex | E8 | 86 | 8A | 0 | 2A | 29 | 9 | 166 | 44 | 48 |
| Octal | 350 | 206 | 212 | 0 | 52 | 51 | 11 | 546 | 104 | 110 |
| Binary | 11101000 | 10000110 | 10001010 | 0 | 101010 | 101001 | 1001 | 101100110 | 1000100 | 1001000 |
Color Harmonies of #E8868A
Complementary color
Monochromatic Colors of #E8868A
Black with #E8868A
Text Example
Text Example
White with #E8868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8868A; }
p { color: rgb(232,134,138); }
H1.HeaderClassName
{
color: #E8868A;
}
.AnyTagClassName
{
color: #E8868A;
}
</style>
background-color css
<style>
a { background-color: #E8868A; }
a { background-color: rgb(232,134,138); }
div.DivClassName
{
background-color: #E8868A;
}
.BgClassName
{
background-color: #E8868A;
}
</style>
border-color css
<style>
span { border-color: #E8868A; }
span { border-color: rgb(232,134,138); }
td.TdClassName
{
border-color: #E8868A;
}
.TagClassName
{
border-color: #E8868A;
}
</style>