Shades of Carissma #E68796
Tints of Carissma #E68796
RGB
CMYK
RGB Variations
Color information
#E68796 (or 0xE68796) is known color: Carissma. HEX triplet: E6, 87 and 96. RGB value is (230,135,150). Sum of RGB (Red+Green+Blue) = 230+135+150=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 135 (53.12% from 255 or 26.21% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E68796 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68796 is #197869. Grayscale: #A5A5A5. Windows color (decimal): -1669226 or 9865190. OLE color: 9865190.
HSL color Cylindrical-coordinate representation of color #E68796: hue angle of 350.53º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E68796 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 150 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.10 |
| HSL | 350.53º | 0.66% | 0.72% | - |
| HSV(B) | 350.53º | 0.41% | 0.9% | - |
| XYZ | 46.8 | 36.35 | 33.4 | - |
| YUV | 165.12 | 119.47 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 150 | 0 | 0.41 | 0.35 | 0.10 | 350.53 | 0.66 | 0.72 |
| Hex | E6 | 87 | 96 | 0 | 29 | 23 | A | 15F | 42 | 48 |
| Octal | 346 | 207 | 226 | 0 | 51 | 43 | 12 | 537 | 102 | 110 |
| Binary | 11100110 | 10000111 | 10010110 | 0 | 101001 | 100011 | 1010 | 101011111 | 1000010 | 1001000 |
Color Harmonies of #E68796
Complementary color
Monochromatic Colors of #E68796
Black with #E68796
Text Example
Text Example
White with #E68796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68796; }
p { color: rgb(230,135,150); }
H1.HeaderClassName
{
color: #E68796;
}
.AnyTagClassName
{
color: #E68796;
}
</style>
background-color css
<style>
a { background-color: #E68796; }
a { background-color: rgb(230,135,150); }
div.DivClassName
{
background-color: #E68796;
}
.BgClassName
{
background-color: #E68796;
}
</style>
border-color css
<style>
span { border-color: #E68796; }
span { border-color: rgb(230,135,150); }
td.TdClassName
{
border-color: #E68796;
}
.TagClassName
{
border-color: #E68796;
}
</style>