Shades of Carissma #E6859D
Tints of Carissma #E6859D
RGB
CMYK
RGB Variations
Color information
#E6859D (or 0xE6859D) is known color: Carissma. HEX triplet: E6, 85 and 9D. RGB value is (230,133,157). Sum of RGB (Red+Green+Blue) = 230+133+157=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 157 (61.72% from 255 or 30.19% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E6859D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6859D is #197A62. Grayscale: #A4A4A4. Windows color (decimal): -1669731 or 10323430. OLE color: 10323430.
HSL color Cylindrical-coordinate representation of color #E6859D: hue angle of 345.15º 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 #E6859D is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 157 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.10 |
| HSL | 345.15º | 0.66% | 0.71% | - |
| HSV(B) | 345.15º | 0.42% | 0.9% | - |
| XYZ | 47.11 | 36.03 | 36.37 | - |
| YUV | 164.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 157 | 0 | 0.42 | 0.32 | 0.10 | 345.15 | 0.66 | 0.71 |
| Hex | E6 | 85 | 9D | 0 | 2A | 20 | A | 159 | 42 | 47 |
| Octal | 346 | 205 | 235 | 0 | 52 | 40 | 12 | 531 | 102 | 107 |
| Binary | 11100110 | 10000101 | 10011101 | 0 | 101010 | 100000 | 1010 | 101011001 | 1000010 | 1000111 |
Color Harmonies of #E6859D
Complementary color
Monochromatic Colors of #E6859D
Black with #E6859D
Text Example
Text Example
White with #E6859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6859D; }
p { color: rgb(230,133,157); }
H1.HeaderClassName
{
color: #E6859D;
}
.AnyTagClassName
{
color: #E6859D;
}
</style>
background-color css
<style>
a { background-color: #E6859D; }
a { background-color: rgb(230,133,157); }
div.DivClassName
{
background-color: #E6859D;
}
.BgClassName
{
background-color: #E6859D;
}
</style>
border-color css
<style>
span { border-color: #E6859D; }
span { border-color: rgb(230,133,157); }
td.TdClassName
{
border-color: #E6859D;
}
.TagClassName
{
border-color: #E6859D;
}
</style>