Shades of Carissma #E6869B
Tints of Carissma #E6869B
RGB
CMYK
RGB Variations
Color information
#E6869B (or 0xE6869B) is known color: Carissma. HEX triplet: E6, 86 and 9B. RGB value is (230,134,155). Sum of RGB (Red+Green+Blue) = 230+134+155=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E6869B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6869B is #197964. Grayscale: #A5A5A5. Windows color (decimal): -1669477 or 10192614. OLE color: 10192614.
HSL color Cylindrical-coordinate representation of color #E6869B: hue angle of 346.88º 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 #E6869B is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 155 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.10 |
| HSL | 346.88º | 0.66% | 0.71% | - |
| HSV(B) | 346.88º | 0.42% | 0.9% | - |
| XYZ | 47.07 | 36.24 | 35.52 | - |
| YUV | 165.1 | 122.3 | 174.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 155 | 0 | 0.42 | 0.33 | 0.10 | 346.88 | 0.66 | 0.71 |
| Hex | E6 | 86 | 9B | 0 | 2A | 21 | A | 15B | 42 | 47 |
| Octal | 346 | 206 | 233 | 0 | 52 | 41 | 12 | 533 | 102 | 107 |
| Binary | 11100110 | 10000110 | 10011011 | 0 | 101010 | 100001 | 1010 | 101011011 | 1000010 | 1000111 |
Color Harmonies of #E6869B
Complementary color
Monochromatic Colors of #E6869B
Black with #E6869B
Text Example
Text Example
White with #E6869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6869B; }
p { color: rgb(230,134,155); }
H1.HeaderClassName
{
color: #E6869B;
}
.AnyTagClassName
{
color: #E6869B;
}
</style>
background-color css
<style>
a { background-color: #E6869B; }
a { background-color: rgb(230,134,155); }
div.DivClassName
{
background-color: #E6869B;
}
.BgClassName
{
background-color: #E6869B;
}
</style>
border-color css
<style>
span { border-color: #E6869B; }
span { border-color: rgb(230,134,155); }
td.TdClassName
{
border-color: #E6869B;
}
.TagClassName
{
border-color: #E6869B;
}
</style>