Shades of Carissma #E68B96
Tints of Carissma #E68B96
RGB
CMYK
RGB Variations
Color information
#E68B96 (or 0xE68B96) is known color: Carissma. HEX triplet: E6, 8B and 96. RGB value is (230,139,150). Sum of RGB (Red+Green+Blue) = 230+139+150=519 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.32% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68B96 is #197469. Grayscale: #A7A7A7. Windows color (decimal): -1668202 or 9866214. OLE color: 9866214.
HSL color Cylindrical-coordinate representation of color #E68B96: hue angle of 352.75º 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 #E68B96 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 139 | 150 | - |
| CMYK | 0 | 0.40 | 0.35 | 0.10 |
| HSL | 352.75º | 0.65% | 0.72% | - |
| HSV(B) | 352.75º | 0.4% | 0.9% | - |
| XYZ | 47.37 | 37.49 | 33.59 | - |
| YUV | 167.46 | 118.15 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 139 | 150 | 0 | 0.40 | 0.35 | 0.10 | 352.75 | 0.65 | 0.72 |
| Hex | E6 | 8B | 96 | 0 | 28 | 23 | A | 161 | 41 | 48 |
| Octal | 346 | 213 | 226 | 0 | 50 | 43 | 12 | 541 | 101 | 110 |
| Binary | 11100110 | 10001011 | 10010110 | 0 | 101000 | 100011 | 1010 | 101100001 | 1000001 | 1001000 |
Color Harmonies of #E68B96
Complementary color
Monochromatic Colors of #E68B96
Black with #E68B96
Text Example
Text Example
White with #E68B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68B96; }
p { color: rgb(230,139,150); }
H1.HeaderClassName
{
color: #E68B96;
}
.AnyTagClassName
{
color: #E68B96;
}
</style>
background-color css
<style>
a { background-color: #E68B96; }
a { background-color: rgb(230,139,150); }
div.DivClassName
{
background-color: #E68B96;
}
.BgClassName
{
background-color: #E68B96;
}
</style>
border-color css
<style>
span { border-color: #E68B96; }
span { border-color: rgb(230,139,150); }
td.TdClassName
{
border-color: #E68B96;
}
.TagClassName
{
border-color: #E68B96;
}
</style>