Shades of Carissma #E6809D
Tints of Carissma #E6809D
RGB
CMYK
RGB Variations
Color information
#E6809D (or 0xE6809D) is known color: Carissma. HEX triplet: E6, 80 and 9D. RGB value is (230,128,157). Sum of RGB (Red+Green+Blue) = 230+128+157=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 157 (61.72% from 255 or 30.49% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E6809D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6809D is #197F62. Grayscale: #A1A1A1. Windows color (decimal): -1671011 or 10322150. OLE color: 10322150.
HSL color Cylindrical-coordinate representation of color #E6809D: hue angle of 342.94º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6809D is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 157 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.10 |
| HSL | 342.94º | 0.67% | 0.7% | - |
| HSV(B) | 342.94º | 0.44% | 0.9% | - |
| XYZ | 46.44 | 34.7 | 36.15 | - |
| YUV | 161.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 157 | 0 | 0.44 | 0.32 | 0.10 | 342.94 | 0.67 | 0.7 |
| Hex | E6 | 80 | 9D | 0 | 2C | 20 | A | 157 | 43 | 46 |
| Octal | 346 | 200 | 235 | 0 | 54 | 40 | 12 | 527 | 103 | 106 |
| Binary | 11100110 | 10000000 | 10011101 | 0 | 101100 | 100000 | 1010 | 101010111 | 1000011 | 1000110 |
Color Harmonies of #E6809D
Complementary color
Monochromatic Colors of #E6809D
Black with #E6809D
Text Example
Text Example
White with #E6809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6809D; }
p { color: rgb(230,128,157); }
H1.HeaderClassName
{
color: #E6809D;
}
.AnyTagClassName
{
color: #E6809D;
}
</style>
background-color css
<style>
a { background-color: #E6809D; }
a { background-color: rgb(230,128,157); }
div.DivClassName
{
background-color: #E6809D;
}
.BgClassName
{
background-color: #E6809D;
}
</style>
border-color css
<style>
span { border-color: #E6809D; }
span { border-color: rgb(230,128,157); }
td.TdClassName
{
border-color: #E6809D;
}
.TagClassName
{
border-color: #E6809D;
}
</style>