Shades of Carissma #E8858D
Tints of Carissma #E8858D
RGB
CMYK
RGB Variations
Color information
#E8858D (or 0xE8858D) is known color: Carissma. HEX triplet: E8, 85 and 8D. RGB value is (232,133,141). Sum of RGB (Red+Green+Blue) = 232+133+141=506 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.85% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 232 - color contains mainly: red. Hex color #E8858D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8858D is #177A72. Grayscale: #A3A3A3. Windows color (decimal): -1538675 or 9274856. OLE color: 9274856.
HSL color Cylindrical-coordinate representation of color #E8858D: hue angle of 355.15º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E8858D is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 133 | 141 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.09 |
| HSL | 355.15º | 0.68% | 0.72% | - |
| HSV(B) | 355.15º | 0.43% | 0.91% | - |
| XYZ | 46.47 | 35.85 | 29.67 | - |
| YUV | 163.51 | 115.3 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 133 | 141 | 0 | 0.43 | 0.39 | 0.09 | 355.15 | 0.68 | 0.72 |
| Hex | E8 | 85 | 8D | 0 | 2B | 27 | 9 | 163 | 44 | 48 |
| Octal | 350 | 205 | 215 | 0 | 53 | 47 | 11 | 543 | 104 | 110 |
| Binary | 11101000 | 10000101 | 10001101 | 0 | 101011 | 100111 | 1001 | 101100011 | 1000100 | 1001000 |
Color Harmonies of #E8858D
Complementary color
Monochromatic Colors of #E8858D
Black with #E8858D
Text Example
Text Example
White with #E8858D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8858D; }
p { color: rgb(232,133,141); }
H1.HeaderClassName
{
color: #E8858D;
}
.AnyTagClassName
{
color: #E8858D;
}
</style>
background-color css
<style>
a { background-color: #E8858D; }
a { background-color: rgb(232,133,141); }
div.DivClassName
{
background-color: #E8858D;
}
.BgClassName
{
background-color: #E8858D;
}
</style>
border-color css
<style>
span { border-color: #E8858D; }
span { border-color: rgb(232,133,141); }
td.TdClassName
{
border-color: #E8858D;
}
.TagClassName
{
border-color: #E8858D;
}
</style>