Shades of Carissma #E68896
Tints of Carissma #E68896
RGB
CMYK
RGB Variations
Color information
#E68896 (or 0xE68896) is known color: Carissma. HEX triplet: E6, 88 and 96. RGB value is (230,136,150). Sum of RGB (Red+Green+Blue) = 230+136+150=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E68896 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68896 is #197769. Grayscale: #A5A5A5. Windows color (decimal): -1668970 or 9865446. OLE color: 9865446.
HSL color Cylindrical-coordinate representation of color #E68896: hue angle of 351.06º degrees, saturation: 0.65, 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 #E68896 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 136 | 150 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.10 |
| HSL | 351.06º | 0.65% | 0.72% | - |
| HSV(B) | 351.06º | 0.41% | 0.9% | - |
| XYZ | 46.94 | 36.63 | 33.45 | - |
| YUV | 165.7 | 119.14 | 173.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 136 | 150 | 0 | 0.41 | 0.35 | 0.10 | 351.06 | 0.65 | 0.72 |
| Hex | E6 | 88 | 96 | 0 | 29 | 23 | A | 15F | 41 | 48 |
| Octal | 346 | 210 | 226 | 0 | 51 | 43 | 12 | 537 | 101 | 110 |
| Binary | 11100110 | 10001000 | 10010110 | 0 | 101001 | 100011 | 1010 | 101011111 | 1000001 | 1001000 |
Color Harmonies of #E68896
Complementary color
Monochromatic Colors of #E68896
Black with #E68896
Text Example
Text Example
White with #E68896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68896; }
p { color: rgb(230,136,150); }
H1.HeaderClassName
{
color: #E68896;
}
.AnyTagClassName
{
color: #E68896;
}
</style>
background-color css
<style>
a { background-color: #E68896; }
a { background-color: rgb(230,136,150); }
div.DivClassName
{
background-color: #E68896;
}
.BgClassName
{
background-color: #E68896;
}
</style>
border-color css
<style>
span { border-color: #E68896; }
span { border-color: rgb(230,136,150); }
td.TdClassName
{
border-color: #E68896;
}
.TagClassName
{
border-color: #E68896;
}
</style>