Shades of Carissma #E6808D
Tints of Carissma #E6808D
RGB
CMYK
RGB Variations
Color information
#E6808D (or 0xE6808D) is known color: Carissma. HEX triplet: E6, 80 and 8D. RGB value is (230,128,141). Sum of RGB (Red+Green+Blue) = 230+128+141=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 230 - color contains mainly: red. Hex color #E6808D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6808D is #197F72. Grayscale: #A0A0A0. Windows color (decimal): -1671027 or 9273574. OLE color: 9273574.
HSL color Cylindrical-coordinate representation of color #E6808D: hue angle of 352.35º 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 #E6808D is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 141 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.10 |
| HSL | 352.35º | 0.67% | 0.7% | - |
| HSV(B) | 352.35º | 0.44% | 0.9% | - |
| XYZ | 45.16 | 34.18 | 29.42 | - |
| YUV | 159.98 | 117.29 | 177.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 141 | 0 | 0.44 | 0.39 | 0.10 | 352.35 | 0.67 | 0.7 |
| Hex | E6 | 80 | 8D | 0 | 2C | 27 | A | 160 | 43 | 46 |
| Octal | 346 | 200 | 215 | 0 | 54 | 47 | 12 | 540 | 103 | 106 |
| Binary | 11100110 | 10000000 | 10001101 | 0 | 101100 | 100111 | 1010 | 101100000 | 1000011 | 1000110 |
Color Harmonies of #E6808D
Complementary color
Monochromatic Colors of #E6808D
Black with #E6808D
Text Example
Text Example
White with #E6808D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6808D; }
p { color: rgb(230,128,141); }
H1.HeaderClassName
{
color: #E6808D;
}
.AnyTagClassName
{
color: #E6808D;
}
</style>
background-color css
<style>
a { background-color: #E6808D; }
a { background-color: rgb(230,128,141); }
div.DivClassName
{
background-color: #E6808D;
}
.BgClassName
{
background-color: #E6808D;
}
</style>
border-color css
<style>
span { border-color: #E6808D; }
span { border-color: rgb(230,128,141); }
td.TdClassName
{
border-color: #E6808D;
}
.TagClassName
{
border-color: #E6808D;
}
</style>