Shades of Carissma #E6829B
Tints of Carissma #E6829B
RGB
CMYK
RGB Variations
Color information
#E6829B (or 0xE6829B) is known color: Carissma. HEX triplet: E6, 82 and 9B. RGB value is (230,130,155). Sum of RGB (Red+Green+Blue) = 230+130+155=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 130 (51.17% from 255 or 25.24% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E6829B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6829B is #197D64. Grayscale: #A2A2A2. Windows color (decimal): -1670501 or 10191590. OLE color: 10191590.
HSL color Cylindrical-coordinate representation of color #E6829B: hue angle of 345º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E6829B is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 155 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.10 |
| HSL | 345º | 0.67% | 0.71% | - |
| HSV(B) | 345º | 0.43% | 0.9% | - |
| XYZ | 46.53 | 35.15 | 35.34 | - |
| YUV | 162.75 | 123.63 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 155 | 0 | 0.43 | 0.33 | 0.10 | 345 | 0.67 | 0.71 |
| Hex | E6 | 82 | 9B | 0 | 2B | 21 | A | 159 | 43 | 47 |
| Octal | 346 | 202 | 233 | 0 | 53 | 41 | 12 | 531 | 103 | 107 |
| Binary | 11100110 | 10000010 | 10011011 | 0 | 101011 | 100001 | 1010 | 101011001 | 1000011 | 1000111 |
Color Harmonies of #E6829B
Complementary color
Monochromatic Colors of #E6829B
Black with #E6829B
Text Example
Text Example
White with #E6829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6829B; }
p { color: rgb(230,130,155); }
H1.HeaderClassName
{
color: #E6829B;
}
.AnyTagClassName
{
color: #E6829B;
}
</style>
background-color css
<style>
a { background-color: #E6829B; }
a { background-color: rgb(230,130,155); }
div.DivClassName
{
background-color: #E6829B;
}
.BgClassName
{
background-color: #E6829B;
}
</style>
border-color css
<style>
span { border-color: #E6829B; }
span { border-color: rgb(230,130,155); }
td.TdClassName
{
border-color: #E6829B;
}
.TagClassName
{
border-color: #E6829B;
}
</style>