Shades of Carissma #E6809B
Tints of Carissma #E6809B
RGB
CMYK
RGB Variations
Color information
#E6809B (or 0xE6809B) is known color: Carissma. HEX triplet: E6, 80 and 9B. RGB value is (230,128,155). Sum of RGB (Red+Green+Blue) = 230+128+155=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E6809B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6809B is #197F64. Grayscale: #A1A1A1. Windows color (decimal): -1671013 or 10191078. OLE color: 10191078.
HSL color Cylindrical-coordinate representation of color #E6809B: hue angle of 344.12º 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 #E6809B is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 128 | 155 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.10 |
| HSL | 344.12º | 0.67% | 0.7% | - |
| HSV(B) | 344.12º | 0.44% | 0.9% | - |
| XYZ | 46.27 | 34.63 | 35.26 | - |
| YUV | 161.58 | 124.29 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 128 | 155 | 0 | 0.44 | 0.33 | 0.10 | 344.12 | 0.67 | 0.7 |
| Hex | E6 | 80 | 9B | 0 | 2C | 21 | A | 158 | 43 | 46 |
| Octal | 346 | 200 | 233 | 0 | 54 | 41 | 12 | 530 | 103 | 106 |
| Binary | 11100110 | 10000000 | 10011011 | 0 | 101100 | 100001 | 1010 | 101011000 | 1000011 | 1000110 |
Color Harmonies of #E6809B
Complementary color
Monochromatic Colors of #E6809B
Black with #E6809B
Text Example
Text Example
White with #E6809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6809B; }
p { color: rgb(230,128,155); }
H1.HeaderClassName
{
color: #E6809B;
}
.AnyTagClassName
{
color: #E6809B;
}
</style>
background-color css
<style>
a { background-color: #E6809B; }
a { background-color: rgb(230,128,155); }
div.DivClassName
{
background-color: #E6809B;
}
.BgClassName
{
background-color: #E6809B;
}
</style>
border-color css
<style>
span { border-color: #E6809B; }
span { border-color: rgb(230,128,155); }
td.TdClassName
{
border-color: #E6809B;
}
.TagClassName
{
border-color: #E6809B;
}
</style>