Shades of Carissma #E68196
Tints of Carissma #E68196
RGB
CMYK
RGB Variations
Color information
#E68196 (or 0xE68196) is known color: Carissma. HEX triplet: E6, 81 and 96. RGB value is (230,129,150). Sum of RGB (Red+Green+Blue) = 230+129+150=509 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.19% from 509); Green value is 129 (50.78% from 255 or 25.34% from 509); Blue value is 150 (58.98% from 255 or 29.47% from 509); Max value from RGB is 230 - color contains mainly: red. Hex color #E68196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68196 is #197E69. Grayscale: #A1A1A1. Windows color (decimal): -1670762 or 9863654. OLE color: 9863654.
HSL color Cylindrical-coordinate representation of color #E68196: hue angle of 347.52º 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 #E68196 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 150 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.10 |
| HSL | 347.52º | 0.67% | 0.7% | - |
| HSV(B) | 347.52º | 0.44% | 0.9% | - |
| XYZ | 45.99 | 34.73 | 33.13 | - |
| YUV | 161.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 150 | 0 | 0.44 | 0.35 | 0.10 | 347.52 | 0.67 | 0.7 |
| Hex | E6 | 81 | 96 | 0 | 2C | 23 | A | 15C | 43 | 46 |
| Octal | 346 | 201 | 226 | 0 | 54 | 43 | 12 | 534 | 103 | 106 |
| Binary | 11100110 | 10000001 | 10010110 | 0 | 101100 | 100011 | 1010 | 101011100 | 1000011 | 1000110 |
Color Harmonies of #E68196
Complementary color
Monochromatic Colors of #E68196
Black with #E68196
Text Example
Text Example
White with #E68196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68196; }
p { color: rgb(230,129,150); }
H1.HeaderClassName
{
color: #E68196;
}
.AnyTagClassName
{
color: #E68196;
}
</style>
background-color css
<style>
a { background-color: #E68196; }
a { background-color: rgb(230,129,150); }
div.DivClassName
{
background-color: #E68196;
}
.BgClassName
{
background-color: #E68196;
}
</style>
border-color css
<style>
span { border-color: #E68196; }
span { border-color: rgb(230,129,150); }
td.TdClassName
{
border-color: #E68196;
}
.TagClassName
{
border-color: #E68196;
}
</style>