Shades of Carissma #E6879B
Tints of Carissma #E6879B
RGB
CMYK
RGB Variations
Color information
#E6879B (or 0xE6879B) is known color: Carissma. HEX triplet: E6, 87 and 9B. RGB value is (230,135,155). Sum of RGB (Red+Green+Blue) = 230+135+155=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E6879B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6879B is #197864. Grayscale: #A5A5A5. Windows color (decimal): -1669221 or 10192870. OLE color: 10192870.
HSL color Cylindrical-coordinate representation of color #E6879B: hue angle of 347.37º 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 #E6879B is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 155 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.10 |
| HSL | 347.37º | 0.66% | 0.72% | - |
| HSV(B) | 347.37º | 0.41% | 0.9% | - |
| XYZ | 47.21 | 36.52 | 35.57 | - |
| YUV | 165.69 | 121.97 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 155 | 0 | 0.41 | 0.33 | 0.10 | 347.37 | 0.66 | 0.72 |
| Hex | E6 | 87 | 9B | 0 | 29 | 21 | A | 15B | 42 | 48 |
| Octal | 346 | 207 | 233 | 0 | 51 | 41 | 12 | 533 | 102 | 110 |
| Binary | 11100110 | 10000111 | 10011011 | 0 | 101001 | 100001 | 1010 | 101011011 | 1000010 | 1001000 |
Color Harmonies of #E6879B
Complementary color
Monochromatic Colors of #E6879B
Black with #E6879B
Text Example
Text Example
White with #E6879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6879B; }
p { color: rgb(230,135,155); }
H1.HeaderClassName
{
color: #E6879B;
}
.AnyTagClassName
{
color: #E6879B;
}
</style>
background-color css
<style>
a { background-color: #E6879B; }
a { background-color: rgb(230,135,155); }
div.DivClassName
{
background-color: #E6879B;
}
.BgClassName
{
background-color: #E6879B;
}
</style>
border-color css
<style>
span { border-color: #E6879B; }
span { border-color: rgb(230,135,155); }
td.TdClassName
{
border-color: #E6879B;
}
.TagClassName
{
border-color: #E6879B;
}
</style>