Shades of Carissma #E6868D
Tints of Carissma #E6868D
RGB
CMYK
RGB Variations
Color information
#E6868D (or 0xE6868D) is known color: Carissma. HEX triplet: E6, 86 and 8D. RGB value is (230,134,141). Sum of RGB (Red+Green+Blue) = 230+134+141=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 134 (52.73% from 255 or 26.53% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6868D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6868D is #197972. Grayscale: #A3A3A3. Windows color (decimal): -1669491 or 9275110. OLE color: 9275110.
HSL color Cylindrical-coordinate representation of color #E6868D: hue angle of 355.62º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E6868D is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 141 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.10 |
| HSL | 355.63º | 0.66% | 0.71% | - |
| HSV(B) | 355.63º | 0.42% | 0.9% | - |
| XYZ | 45.97 | 35.8 | 29.69 | - |
| YUV | 163.5 | 115.3 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 141 | 0 | 0.42 | 0.39 | 0.10 | 355.63 | 0.66 | 0.71 |
| Hex | E6 | 86 | 8D | 0 | 2A | 27 | A | 164 | 42 | 47 |
| Octal | 346 | 206 | 215 | 0 | 52 | 47 | 12 | 544 | 102 | 107 |
| Binary | 11100110 | 10000110 | 10001101 | 0 | 101010 | 100111 | 1010 | 101100100 | 1000010 | 1000111 |
Color Harmonies of #E6868D
Complementary color
Monochromatic Colors of #E6868D
Black with #E6868D
Text Example
Text Example
White with #E6868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6868D; }
p { color: rgb(230,134,141); }
H1.HeaderClassName
{
color: #E6868D;
}
.AnyTagClassName
{
color: #E6868D;
}
</style>
background-color css
<style>
a { background-color: #E6868D; }
a { background-color: rgb(230,134,141); }
div.DivClassName
{
background-color: #E6868D;
}
.BgClassName
{
background-color: #E6868D;
}
</style>
border-color css
<style>
span { border-color: #E6868D; }
span { border-color: rgb(230,134,141); }
td.TdClassName
{
border-color: #E6868D;
}
.TagClassName
{
border-color: #E6868D;
}
</style>