Shades of Carissma #E6878C
Tints of Carissma #E6878C
RGB
CMYK
RGB Variations
Color information
#E6878C (or 0xE6878C) is known color: Carissma. HEX triplet: E6, 87 and 8C. RGB value is (230,135,140). Sum of RGB (Red+Green+Blue) = 230+135+140=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 135 (53.12% from 255 or 26.73% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6878C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6878C is #197873. Grayscale: #A4A4A4. Windows color (decimal): -1669236 or 9209830. OLE color: 9209830.
HSL color Cylindrical-coordinate representation of color #E6878C: hue angle of 356.84º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E6878C is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 140 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.10 |
| HSL | 356.84º | 0.66% | 0.72% | - |
| HSV(B) | 356.84º | 0.41% | 0.9% | - |
| XYZ | 46.03 | 36.04 | 29.34 | - |
| YUV | 163.98 | 114.47 | 175.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 140 | 0 | 0.41 | 0.39 | 0.10 | 356.84 | 0.66 | 0.72 |
| Hex | E6 | 87 | 8C | 0 | 29 | 27 | A | 165 | 42 | 48 |
| Octal | 346 | 207 | 214 | 0 | 51 | 47 | 12 | 545 | 102 | 110 |
| Binary | 11100110 | 10000111 | 10001100 | 0 | 101001 | 100111 | 1010 | 101100101 | 1000010 | 1001000 |
Color Harmonies of #E6878C
Complementary color
Monochromatic Colors of #E6878C
Black with #E6878C
Text Example
Text Example
White with #E6878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6878C; }
p { color: rgb(230,135,140); }
H1.HeaderClassName
{
color: #E6878C;
}
.AnyTagClassName
{
color: #E6878C;
}
</style>
background-color css
<style>
a { background-color: #E6878C; }
a { background-color: rgb(230,135,140); }
div.DivClassName
{
background-color: #E6878C;
}
.BgClassName
{
background-color: #E6878C;
}
</style>
border-color css
<style>
span { border-color: #E6878C; }
span { border-color: rgb(230,135,140); }
td.TdClassName
{
border-color: #E6878C;
}
.TagClassName
{
border-color: #E6878C;
}
</style>