Shades of Carissma #E18396
Tints of Carissma #E18396
RGB
CMYK
RGB Variations
Color information
#E18396 (or 0xE18396) is known color: Carissma. HEX triplet: E1, 83 and 96. RGB value is (225,131,150). Sum of RGB (Red+Green+Blue) = 225+131+150=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 131 (51.56% from 255 or 25.89% from 506); Blue value is 150 (58.98% from 255 or 29.64% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E18396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18396 is #1E7C69. Grayscale: #A1A1A1. Windows color (decimal): -1997930 or 9864161. OLE color: 9864161.
HSL color Cylindrical-coordinate representation of color #E18396: hue angle of 347.87º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E18396 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 131 | 150 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.12 |
| HSL | 347.87º | 0.61% | 0.7% | - |
| HSV(B) | 347.87º | 0.42% | 0.88% | - |
| XYZ | 44.67 | 34.44 | 33.15 | - |
| YUV | 161.27 | 121.64 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 131 | 150 | 0 | 0.42 | 0.33 | 0.12 | 347.87 | 0.61 | 0.7 |
| Hex | E1 | 83 | 96 | 0 | 2A | 21 | C | 15C | 3D | 46 |
| Octal | 341 | 203 | 226 | 0 | 52 | 41 | 14 | 534 | 75 | 106 |
| Binary | 11100001 | 10000011 | 10010110 | 0 | 101010 | 100001 | 1100 | 101011100 | 111101 | 1000110 |
Color Harmonies of #E18396
Complementary color
Monochromatic Colors of #E18396
Black with #E18396
Text Example
Text Example
White with #E18396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18396; }
p { color: rgb(225,131,150); }
H1.HeaderClassName
{
color: #E18396;
}
.AnyTagClassName
{
color: #E18396;
}
</style>
background-color css
<style>
a { background-color: #E18396; }
a { background-color: rgb(225,131,150); }
div.DivClassName
{
background-color: #E18396;
}
.BgClassName
{
background-color: #E18396;
}
</style>
border-color css
<style>
span { border-color: #E18396; }
span { border-color: rgb(225,131,150); }
td.TdClassName
{
border-color: #E18396;
}
.TagClassName
{
border-color: #E18396;
}
</style>