Shades of Carissma #E18296
Tints of Carissma #E18296
RGB
CMYK
RGB Variations
Color information
#E18296 (or 0xE18296) is known color: Carissma. HEX triplet: E1, 82 and 96. RGB value is (225,130,150). Sum of RGB (Red+Green+Blue) = 225+130+150=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 130 (51.17% from 255 or 25.74% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E18296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18296 is #1E7D69. Grayscale: #A0A0A0. Windows color (decimal): -1998186 or 9863905. OLE color: 9863905.
HSL color Cylindrical-coordinate representation of color #E18296: hue angle of 347.37º 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 #E18296 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 130 | 150 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.12 |
| HSL | 347.37º | 0.61% | 0.7% | - |
| HSV(B) | 347.37º | 0.42% | 0.88% | - |
| XYZ | 44.54 | 34.17 | 33.1 | - |
| YUV | 160.69 | 121.97 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 130 | 150 | 0 | 0.42 | 0.33 | 0.12 | 347.37 | 0.61 | 0.7 |
| Hex | E1 | 82 | 96 | 0 | 2A | 21 | C | 15B | 3D | 46 |
| Octal | 341 | 202 | 226 | 0 | 52 | 41 | 14 | 533 | 75 | 106 |
| Binary | 11100001 | 10000010 | 10010110 | 0 | 101010 | 100001 | 1100 | 101011011 | 111101 | 1000110 |
Color Harmonies of #E18296
Complementary color
Monochromatic Colors of #E18296
Black with #E18296
Text Example
Text Example
White with #E18296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18296; }
p { color: rgb(225,130,150); }
H1.HeaderClassName
{
color: #E18296;
}
.AnyTagClassName
{
color: #E18296;
}
</style>
background-color css
<style>
a { background-color: #E18296; }
a { background-color: rgb(225,130,150); }
div.DivClassName
{
background-color: #E18296;
}
.BgClassName
{
background-color: #E18296;
}
</style>
border-color css
<style>
span { border-color: #E18296; }
span { border-color: rgb(225,130,150); }
td.TdClassName
{
border-color: #E18296;
}
.TagClassName
{
border-color: #E18296;
}
</style>