Shades of Carissma #E68996
Tints of Carissma #E68996
RGB
CMYK
RGB Variations
Color information
#E68996 (or 0xE68996) is known color: Carissma. HEX triplet: E6, 89 and 96. RGB value is (230,137,150). Sum of RGB (Red+Green+Blue) = 230+137+150=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E68996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68996 is #197669. Grayscale: #A6A6A6. Windows color (decimal): -1668714 or 9865702. OLE color: 9865702.
HSL color Cylindrical-coordinate representation of color #E68996: hue angle of 351.61º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68996 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 150 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.10 |
| HSL | 351.61º | 0.65% | 0.72% | - |
| HSV(B) | 351.61º | 0.4% | 0.9% | - |
| XYZ | 47.08 | 36.92 | 33.5 | - |
| YUV | 166.29 | 118.81 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 150 | 0 | 0.40 | 0.35 | 0.10 | 351.61 | 0.65 | 0.72 |
| Hex | E6 | 89 | 96 | 0 | 28 | 23 | A | 160 | 41 | 48 |
| Octal | 346 | 211 | 226 | 0 | 50 | 43 | 12 | 540 | 101 | 110 |
| Binary | 11100110 | 10001001 | 10010110 | 0 | 101000 | 100011 | 1010 | 101100000 | 1000001 | 1001000 |
Color Harmonies of #E68996
Complementary color
Monochromatic Colors of #E68996
Black with #E68996
Text Example
Text Example
White with #E68996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68996; }
p { color: rgb(230,137,150); }
H1.HeaderClassName
{
color: #E68996;
}
.AnyTagClassName
{
color: #E68996;
}
</style>
background-color css
<style>
a { background-color: #E68996; }
a { background-color: rgb(230,137,150); }
div.DivClassName
{
background-color: #E68996;
}
.BgClassName
{
background-color: #E68996;
}
</style>
border-color css
<style>
span { border-color: #E68996; }
span { border-color: rgb(230,137,150); }
td.TdClassName
{
border-color: #E68996;
}
.TagClassName
{
border-color: #E68996;
}
</style>