Shades of Carissma #E28496
Tints of Carissma #E28496
RGB
CMYK
RGB Variations
Color information
#E28496 (or 0xE28496) is known color: Carissma. HEX triplet: E2, 84 and 96. RGB value is (226,132,150). Sum of RGB (Red+Green+Blue) = 226+132+150=508 (67% of max value = 765). Red value is 226 (88.67% from 255 or 44.49% from 508); Green value is 132 (51.95% from 255 or 25.98% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 226 - color contains mainly: red. Hex color #E28496 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28496 is #1D7B69. Grayscale: #A2A2A2. Windows color (decimal): -1932138 or 9864418. OLE color: 9864418.
HSL color Cylindrical-coordinate representation of color #E28496: hue angle of 348.51º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E28496 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 150 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.11 |
| HSL | 348.51º | 0.62% | 0.7% | - |
| HSV(B) | 348.51º | 0.42% | 0.89% | - |
| XYZ | 45.12 | 34.87 | 33.21 | - |
| YUV | 162.16 | 121.14 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 150 | 0 | 0.42 | 0.34 | 0.11 | 348.51 | 0.62 | 0.7 |
| Hex | E2 | 84 | 96 | 0 | 2A | 22 | B | 15D | 3E | 46 |
| Octal | 342 | 204 | 226 | 0 | 52 | 42 | 13 | 535 | 76 | 106 |
| Binary | 11100010 | 10000100 | 10010110 | 0 | 101010 | 100010 | 1011 | 101011101 | 111110 | 1000110 |
Color Harmonies of #E28496
Complementary color
Monochromatic Colors of #E28496
Black with #E28496
Text Example
Text Example
White with #E28496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28496; }
p { color: rgb(226,132,150); }
H1.HeaderClassName
{
color: #E28496;
}
.AnyTagClassName
{
color: #E28496;
}
</style>
background-color css
<style>
a { background-color: #E28496; }
a { background-color: rgb(226,132,150); }
div.DivClassName
{
background-color: #E28496;
}
.BgClassName
{
background-color: #E28496;
}
</style>
border-color css
<style>
span { border-color: #E28496; }
span { border-color: rgb(226,132,150); }
td.TdClassName
{
border-color: #E28496;
}
.TagClassName
{
border-color: #E28496;
}
</style>