Shades of Carissma #E6889B
Tints of Carissma #E6889B
RGB
CMYK
RGB Variations
Color information
#E6889B (or 0xE6889B) is known color: Carissma. HEX triplet: E6, 88 and 9B. RGB value is (230,136,155). Sum of RGB (Red+Green+Blue) = 230+136+155=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E6889B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6889B is #197764. Grayscale: #A6A6A6. Windows color (decimal): -1668965 or 10193126. OLE color: 10193126.
HSL color Cylindrical-coordinate representation of color #E6889B: hue angle of 347.87º degrees, saturation: 0.65, 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 #E6889B is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 155 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.10 |
| HSL | 347.87º | 0.65% | 0.72% | - |
| HSV(B) | 347.87º | 0.41% | 0.9% | - |
| XYZ | 47.35 | 36.8 | 35.62 | - |
| YUV | 166.27 | 121.64 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 155 | 0 | 0.41 | 0.33 | 0.10 | 347.87 | 0.65 | 0.72 |
| Hex | E6 | 88 | 9B | 0 | 29 | 21 | A | 15C | 41 | 48 |
| Octal | 346 | 210 | 233 | 0 | 51 | 41 | 12 | 534 | 101 | 110 |
| Binary | 11100110 | 10001000 | 10011011 | 0 | 101001 | 100001 | 1010 | 101011100 | 1000001 | 1001000 |
Color Harmonies of #E6889B
Complementary color
Monochromatic Colors of #E6889B
Black with #E6889B
Text Example
Text Example
White with #E6889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6889B; }
p { color: rgb(230,136,155); }
H1.HeaderClassName
{
color: #E6889B;
}
.AnyTagClassName
{
color: #E6889B;
}
</style>
background-color css
<style>
a { background-color: #E6889B; }
a { background-color: rgb(230,136,155); }
div.DivClassName
{
background-color: #E6889B;
}
.BgClassName
{
background-color: #E6889B;
}
</style>
border-color css
<style>
span { border-color: #E6889B; }
span { border-color: rgb(230,136,155); }
td.TdClassName
{
border-color: #E6889B;
}
.TagClassName
{
border-color: #E6889B;
}
</style>