Shades of Carissma #E38996
Tints of Carissma #E38996
RGB
CMYK
RGB Variations
Color information
#E38996 (or 0xE38996) is known color: Carissma. HEX triplet: E3, 89 and 96. RGB value is (227,137,150). Sum of RGB (Red+Green+Blue) = 227+137+150=514 (68% of max value = 765). Red value is 227 (89.06% from 255 or 44.16% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 150 (58.98% from 255 or 29.18% from 514); Max value from RGB is 227 - color contains mainly: red. Hex color #E38996 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38996 is #1C7669. Grayscale: #A5A5A5. Windows color (decimal): -1865322 or 9865699. OLE color: 9865699.
HSL color Cylindrical-coordinate representation of color #E38996: hue angle of 351.33º degrees, saturation: 0.62, 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 #E38996 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 137 | 150 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.11 |
| HSL | 351.33º | 0.62% | 0.71% | - |
| HSV(B) | 351.33º | 0.4% | 0.89% | - |
| XYZ | 46.13 | 36.42 | 33.45 | - |
| YUV | 165.39 | 119.32 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 137 | 150 | 0 | 0.40 | 0.34 | 0.11 | 351.33 | 0.62 | 0.71 |
| Hex | E3 | 89 | 96 | 0 | 28 | 22 | B | 15F | 3E | 47 |
| Octal | 343 | 211 | 226 | 0 | 50 | 42 | 13 | 537 | 76 | 107 |
| Binary | 11100011 | 10001001 | 10010110 | 0 | 101000 | 100010 | 1011 | 101011111 | 111110 | 1000111 |
Color Harmonies of #E38996
Complementary color
Monochromatic Colors of #E38996
Black with #E38996
Text Example
Text Example
White with #E38996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38996; }
p { color: rgb(227,137,150); }
H1.HeaderClassName
{
color: #E38996;
}
.AnyTagClassName
{
color: #E38996;
}
</style>
background-color css
<style>
a { background-color: #E38996; }
a { background-color: rgb(227,137,150); }
div.DivClassName
{
background-color: #E38996;
}
.BgClassName
{
background-color: #E38996;
}
</style>
border-color css
<style>
span { border-color: #E38996; }
span { border-color: rgb(227,137,150); }
td.TdClassName
{
border-color: #E38996;
}
.TagClassName
{
border-color: #E38996;
}
</style>