Shades of Carissma #E6859B
Tints of Carissma #E6859B
RGB
CMYK
RGB Variations
Color information
#E6859B (or 0xE6859B) is known color: Carissma. HEX triplet: E6, 85 and 9B. RGB value is (230,133,155). Sum of RGB (Red+Green+Blue) = 230+133+155=518 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.40% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 155 (60.94% from 255 or 29.92% from 518); Max value from RGB is 230 - color contains mainly: red. Hex color #E6859B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6859B is #197A64. Grayscale: #A4A4A4. Windows color (decimal): -1669733 or 10192358. OLE color: 10192358.
HSL color Cylindrical-coordinate representation of color #E6859B: hue angle of 346.39º 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 #E6859B is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 155 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.10 |
| HSL | 346.39º | 0.66% | 0.71% | - |
| HSV(B) | 346.39º | 0.42% | 0.9% | - |
| XYZ | 46.94 | 35.96 | 35.48 | - |
| YUV | 164.51 | 122.64 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 155 | 0 | 0.42 | 0.33 | 0.10 | 346.39 | 0.66 | 0.71 |
| Hex | E6 | 85 | 9B | 0 | 2A | 21 | A | 15A | 42 | 47 |
| Octal | 346 | 205 | 233 | 0 | 52 | 41 | 12 | 532 | 102 | 107 |
| Binary | 11100110 | 10000101 | 10011011 | 0 | 101010 | 100001 | 1010 | 101011010 | 1000010 | 1000111 |
Color Harmonies of #E6859B
Complementary color
Monochromatic Colors of #E6859B
Black with #E6859B
Text Example
Text Example
White with #E6859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6859B; }
p { color: rgb(230,133,155); }
H1.HeaderClassName
{
color: #E6859B;
}
.AnyTagClassName
{
color: #E6859B;
}
</style>
background-color css
<style>
a { background-color: #E6859B; }
a { background-color: rgb(230,133,155); }
div.DivClassName
{
background-color: #E6859B;
}
.BgClassName
{
background-color: #E6859B;
}
</style>
border-color css
<style>
span { border-color: #E6859B; }
span { border-color: rgb(230,133,155); }
td.TdClassName
{
border-color: #E6859B;
}
.TagClassName
{
border-color: #E6859B;
}
</style>