Shades of Carissma #E18D9C
Tints of Carissma #E18D9C
RGB
CMYK
RGB Variations
Color information
#E18D9C (or 0xE18D9C) is known color: Carissma. HEX triplet: E1, 8D and 9C. RGB value is (225,141,156). Sum of RGB (Red+Green+Blue) = 225+141+156=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18D9C is #1E7263. Grayscale: #A7A7A7. Windows color (decimal): -1995364 or 10259937. OLE color: 10259937.
HSL color Cylindrical-coordinate representation of color #E18D9C: hue angle of 349.29º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E18D9C is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 141 | 156 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.12 |
| HSL | 349.29º | 0.58% | 0.72% | - |
| HSV(B) | 349.29º | 0.37% | 0.88% | - |
| XYZ | 46.58 | 37.46 | 36.23 | - |
| YUV | 167.83 | 121.33 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 141 | 156 | 0 | 0.37 | 0.31 | 0.12 | 349.29 | 0.58 | 0.72 |
| Hex | E1 | 8D | 9C | 0 | 25 | 1F | C | 15D | 3A | 48 |
| Octal | 341 | 215 | 234 | 0 | 45 | 37 | 14 | 535 | 72 | 110 |
| Binary | 11100001 | 10001101 | 10011100 | 0 | 100101 | 11111 | 1100 | 101011101 | 111010 | 1001000 |
Color Harmonies of #E18D9C
Complementary color
Monochromatic Colors of #E18D9C
Black with #E18D9C
Text Example
Text Example
White with #E18D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18D9C; }
p { color: rgb(225,141,156); }
H1.HeaderClassName
{
color: #E18D9C;
}
.AnyTagClassName
{
color: #E18D9C;
}
</style>
background-color css
<style>
a { background-color: #E18D9C; }
a { background-color: rgb(225,141,156); }
div.DivClassName
{
background-color: #E18D9C;
}
.BgClassName
{
background-color: #E18D9C;
}
</style>
border-color css
<style>
span { border-color: #E18D9C; }
span { border-color: rgb(225,141,156); }
td.TdClassName
{
border-color: #E18D9C;
}
.TagClassName
{
border-color: #E18D9C;
}
</style>