Shades of Carissma #E6869E
Tints of Carissma #E6869E
RGB
CMYK
RGB Variations
Color information
#E6869E (or 0xE6869E) is known color: Carissma. HEX triplet: E6, 86 and 9E. RGB value is (230,134,158). Sum of RGB (Red+Green+Blue) = 230+134+158=522 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.06% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 230 - color contains mainly: red. Hex color #E6869E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6869E is #197961. Grayscale: #A5A5A5. Windows color (decimal): -1669474 or 10389222. OLE color: 10389222.
HSL color Cylindrical-coordinate representation of color #E6869E: hue angle of 345º 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 #E6869E is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 158 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.10 |
| HSL | 345º | 0.66% | 0.71% | - |
| HSV(B) | 345º | 0.42% | 0.9% | - |
| XYZ | 47.33 | 36.34 | 36.87 | - |
| YUV | 165.44 | 123.8 | 174.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 158 | 0 | 0.42 | 0.31 | 0.10 | 345 | 0.66 | 0.71 |
| Hex | E6 | 86 | 9E | 0 | 2A | 1F | A | 159 | 42 | 47 |
| Octal | 346 | 206 | 236 | 0 | 52 | 37 | 12 | 531 | 102 | 107 |
| Binary | 11100110 | 10000110 | 10011110 | 0 | 101010 | 11111 | 1010 | 101011001 | 1000010 | 1000111 |
Color Harmonies of #E6869E
Complementary color
Monochromatic Colors of #E6869E
Black with #E6869E
Text Example
Text Example
White with #E6869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6869E; }
p { color: rgb(230,134,158); }
H1.HeaderClassName
{
color: #E6869E;
}
.AnyTagClassName
{
color: #E6869E;
}
</style>
background-color css
<style>
a { background-color: #E6869E; }
a { background-color: rgb(230,134,158); }
div.DivClassName
{
background-color: #E6869E;
}
.BgClassName
{
background-color: #E6869E;
}
</style>
border-color css
<style>
span { border-color: #E6869E; }
span { border-color: rgb(230,134,158); }
td.TdClassName
{
border-color: #E6869E;
}
.TagClassName
{
border-color: #E6869E;
}
</style>