Shades of Carissma #E6869C
Tints of Carissma #E6869C
RGB
CMYK
RGB Variations
Color information
#E6869C (or 0xE6869C) is known color: Carissma. HEX triplet: E6, 86 and 9C. RGB value is (230,134,156). Sum of RGB (Red+Green+Blue) = 230+134+156=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E6869C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6869C is #197963. Grayscale: #A5A5A5. Windows color (decimal): -1669476 or 10258150. OLE color: 10258150.
HSL color Cylindrical-coordinate representation of color #E6869C: hue angle of 346.25º 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 #E6869C is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 156 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.10 |
| HSL | 346.25º | 0.66% | 0.71% | - |
| HSV(B) | 346.25º | 0.42% | 0.9% | - |
| XYZ | 47.16 | 36.27 | 35.97 | - |
| YUV | 165.21 | 122.8 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 156 | 0 | 0.42 | 0.32 | 0.10 | 346.25 | 0.66 | 0.71 |
| Hex | E6 | 86 | 9C | 0 | 2A | 20 | A | 15A | 42 | 47 |
| Octal | 346 | 206 | 234 | 0 | 52 | 40 | 12 | 532 | 102 | 107 |
| Binary | 11100110 | 10000110 | 10011100 | 0 | 101010 | 100000 | 1010 | 101011010 | 1000010 | 1000111 |
Color Harmonies of #E6869C
Complementary color
Monochromatic Colors of #E6869C
Black with #E6869C
Text Example
Text Example
White with #E6869C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6869C; }
p { color: rgb(230,134,156); }
H1.HeaderClassName
{
color: #E6869C;
}
.AnyTagClassName
{
color: #E6869C;
}
</style>
background-color css
<style>
a { background-color: #E6869C; }
a { background-color: rgb(230,134,156); }
div.DivClassName
{
background-color: #E6869C;
}
.BgClassName
{
background-color: #E6869C;
}
</style>
border-color css
<style>
span { border-color: #E6869C; }
span { border-color: rgb(230,134,156); }
td.TdClassName
{
border-color: #E6869C;
}
.TagClassName
{
border-color: #E6869C;
}
</style>