Shades of Carissma #E6869D
Tints of Carissma #E6869D
RGB
CMYK
RGB Variations
Color information
#E6869D (or 0xE6869D) is known color: Carissma. HEX triplet: E6, 86 and 9D. RGB value is (230,134,157). Sum of RGB (Red+Green+Blue) = 230+134+157=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 230 - color contains mainly: red. Hex color #E6869D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6869D is #197962. Grayscale: #A5A5A5. Windows color (decimal): -1669475 or 10323686. OLE color: 10323686.
HSL color Cylindrical-coordinate representation of color #E6869D: hue angle of 345.62º 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 #E6869D is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 157 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.10 |
| HSL | 345.63º | 0.66% | 0.71% | - |
| HSV(B) | 345.63º | 0.42% | 0.9% | - |
| XYZ | 47.24 | 36.31 | 36.42 | - |
| YUV | 165.33 | 123.3 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 157 | 0 | 0.42 | 0.32 | 0.10 | 345.63 | 0.66 | 0.71 |
| Hex | E6 | 86 | 9D | 0 | 2A | 20 | A | 15A | 42 | 47 |
| Octal | 346 | 206 | 235 | 0 | 52 | 40 | 12 | 532 | 102 | 107 |
| Binary | 11100110 | 10000110 | 10011101 | 0 | 101010 | 100000 | 1010 | 101011010 | 1000010 | 1000111 |
Color Harmonies of #E6869D
Complementary color
Monochromatic Colors of #E6869D
Black with #E6869D
Text Example
Text Example
White with #E6869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6869D; }
p { color: rgb(230,134,157); }
H1.HeaderClassName
{
color: #E6869D;
}
.AnyTagClassName
{
color: #E6869D;
}
</style>
background-color css
<style>
a { background-color: #E6869D; }
a { background-color: rgb(230,134,157); }
div.DivClassName
{
background-color: #E6869D;
}
.BgClassName
{
background-color: #E6869D;
}
</style>
border-color css
<style>
span { border-color: #E6869D; }
span { border-color: rgb(230,134,157); }
td.TdClassName
{
border-color: #E6869D;
}
.TagClassName
{
border-color: #E6869D;
}
</style>