Shades of Carissma #E6808B
Tints of Carissma #E6808B
RGB
CMYK
RGB Variations
Color information
#E6808B (or 0xE6808B) is known color: Carissma. HEX triplet: E6, 80 and 8B. RGB value is (230,128,139). Sum of RGB (Red+Green+Blue) = 230+128+139=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E6808B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6808B is #197F74. Grayscale: #9F9F9F. Windows color (decimal): -1671029 or 9142502. OLE color: 9142502.
HSL color Cylindrical-coordinate representation of color #E6808B: hue angle of 353.53º 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 #E6808B is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 139 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.10 |
| HSL | 353.53º | 0.67% | 0.7% | - |
| HSV(B) | 353.53º | 0.44% | 0.9% | - |
| XYZ | 45.01 | 34.13 | 28.64 | - |
| YUV | 159.75 | 116.29 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 139 | 0 | 0.44 | 0.40 | 0.10 | 353.53 | 0.67 | 0.7 |
| Hex | E6 | 80 | 8B | 0 | 2C | 28 | A | 162 | 43 | 46 |
| Octal | 346 | 200 | 213 | 0 | 54 | 50 | 12 | 542 | 103 | 106 |
| Binary | 11100110 | 10000000 | 10001011 | 0 | 101100 | 101000 | 1010 | 101100010 | 1000011 | 1000110 |
Color Harmonies of #E6808B
Complementary color
Monochromatic Colors of #E6808B
Black with #E6808B
Text Example
Text Example
White with #E6808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6808B; }
p { color: rgb(230,128,139); }
H1.HeaderClassName
{
color: #E6808B;
}
.AnyTagClassName
{
color: #E6808B;
}
</style>
background-color css
<style>
a { background-color: #E6808B; }
a { background-color: rgb(230,128,139); }
div.DivClassName
{
background-color: #E6808B;
}
.BgClassName
{
background-color: #E6808B;
}
</style>
border-color css
<style>
span { border-color: #E6808B; }
span { border-color: rgb(230,128,139); }
td.TdClassName
{
border-color: #E6808B;
}
.TagClassName
{
border-color: #E6808B;
}
</style>