Shades of Carissma #E28796
Tints of Carissma #E28796
RGB
CMYK
RGB Variations
Color information
#E28796 (or 0xE28796) is known color: Carissma. HEX triplet: E2, 87 and 96. RGB value is (226,135,150). Sum of RGB (Red+Green+Blue) = 226+135+150=511 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.23% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 226 - color contains mainly: red. Hex color #E28796 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28796 is #1D7869. Grayscale: #A3A3A3. Windows color (decimal): -1931370 or 9865186. OLE color: 9865186.
HSL color Cylindrical-coordinate representation of color #E28796: hue angle of 350.11º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E28796 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 150 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.11 |
| HSL | 350.11º | 0.61% | 0.71% | - |
| HSV(B) | 350.11º | 0.4% | 0.89% | - |
| XYZ | 45.53 | 35.7 | 33.34 | - |
| YUV | 163.92 | 120.15 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 150 | 0 | 0.40 | 0.34 | 0.11 | 350.11 | 0.61 | 0.71 |
| Hex | E2 | 87 | 96 | 0 | 28 | 22 | B | 15E | 3D | 47 |
| Octal | 342 | 207 | 226 | 0 | 50 | 42 | 13 | 536 | 75 | 107 |
| Binary | 11100010 | 10000111 | 10010110 | 0 | 101000 | 100010 | 1011 | 101011110 | 111101 | 1000111 |
Color Harmonies of #E28796
Complementary color
Monochromatic Colors of #E28796
Black with #E28796
Text Example
Text Example
White with #E28796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28796; }
p { color: rgb(226,135,150); }
H1.HeaderClassName
{
color: #E28796;
}
.AnyTagClassName
{
color: #E28796;
}
</style>
background-color css
<style>
a { background-color: #E28796; }
a { background-color: rgb(226,135,150); }
div.DivClassName
{
background-color: #E28796;
}
.BgClassName
{
background-color: #E28796;
}
</style>
border-color css
<style>
span { border-color: #E28796; }
span { border-color: rgb(226,135,150); }
td.TdClassName
{
border-color: #E28796;
}
.TagClassName
{
border-color: #E28796;
}
</style>