Shades of Carissma #E6879D
Tints of Carissma #E6879D
RGB
CMYK
RGB Variations
Color information
#E6879D (or 0xE6879D) is known color: Carissma. HEX triplet: E6, 87 and 9D. RGB value is (230,135,157). Sum of RGB (Red+Green+Blue) = 230+135+157=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 135 (53.12% from 255 or 25.86% from 522); Blue value is 157 (61.72% from 255 or 30.08% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E6879D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6879D is #197862. Grayscale: #A5A5A5. Windows color (decimal): -1669219 or 10323942. OLE color: 10323942.
HSL color Cylindrical-coordinate representation of color #E6879D: hue angle of 346.11º 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 #E6879D is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 157 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.10 |
| HSL | 346.11º | 0.66% | 0.72% | - |
| HSV(B) | 346.11º | 0.41% | 0.9% | - |
| XYZ | 47.38 | 36.59 | 36.46 | - |
| YUV | 165.91 | 122.97 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 157 | 0 | 0.41 | 0.32 | 0.10 | 346.11 | 0.66 | 0.72 |
| Hex | E6 | 87 | 9D | 0 | 29 | 20 | A | 15A | 42 | 48 |
| Octal | 346 | 207 | 235 | 0 | 51 | 40 | 12 | 532 | 102 | 110 |
| Binary | 11100110 | 10000111 | 10011101 | 0 | 101001 | 100000 | 1010 | 101011010 | 1000010 | 1001000 |
Color Harmonies of #E6879D
Complementary color
Monochromatic Colors of #E6879D
Black with #E6879D
Text Example
Text Example
White with #E6879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6879D; }
p { color: rgb(230,135,157); }
H1.HeaderClassName
{
color: #E6879D;
}
.AnyTagClassName
{
color: #E6879D;
}
</style>
background-color css
<style>
a { background-color: #E6879D; }
a { background-color: rgb(230,135,157); }
div.DivClassName
{
background-color: #E6879D;
}
.BgClassName
{
background-color: #E6879D;
}
</style>
border-color css
<style>
span { border-color: #E6879D; }
span { border-color: rgb(230,135,157); }
td.TdClassName
{
border-color: #E6879D;
}
.TagClassName
{
border-color: #E6879D;
}
</style>