Shades of Carissma #E18B9C
Tints of Carissma #E18B9C
RGB
CMYK
RGB Variations
Color information
#E18B9C (or 0xE18B9C) is known color: Carissma. HEX triplet: E1, 8B and 9C. RGB value is (225,139,156). Sum of RGB (Red+Green+Blue) = 225+139+156=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 156 (61.33% from 255 or 30% from 520); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18B9C is #1E7463. Grayscale: #A6A6A6. Windows color (decimal): -1995876 or 10259425. OLE color: 10259425.
HSL color Cylindrical-coordinate representation of color #E18B9C: hue angle of 348.14º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18B9C is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 156 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.12 |
| HSL | 348.14º | 0.59% | 0.71% | - |
| HSV(B) | 348.14º | 0.38% | 0.88% | - |
| XYZ | 46.28 | 36.87 | 36.13 | - |
| YUV | 166.65 | 121.99 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 156 | 0 | 0.38 | 0.31 | 0.12 | 348.14 | 0.59 | 0.71 |
| Hex | E1 | 8B | 9C | 0 | 26 | 1F | C | 15C | 3B | 47 |
| Octal | 341 | 213 | 234 | 0 | 46 | 37 | 14 | 534 | 73 | 107 |
| Binary | 11100001 | 10001011 | 10011100 | 0 | 100110 | 11111 | 1100 | 101011100 | 111011 | 1000111 |
Color Harmonies of #E18B9C
Complementary color
Monochromatic Colors of #E18B9C
Black with #E18B9C
Text Example
Text Example
White with #E18B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B9C; }
p { color: rgb(225,139,156); }
H1.HeaderClassName
{
color: #E18B9C;
}
.AnyTagClassName
{
color: #E18B9C;
}
</style>
background-color css
<style>
a { background-color: #E18B9C; }
a { background-color: rgb(225,139,156); }
div.DivClassName
{
background-color: #E18B9C;
}
.BgClassName
{
background-color: #E18B9C;
}
</style>
border-color css
<style>
span { border-color: #E18B9C; }
span { border-color: rgb(225,139,156); }
td.TdClassName
{
border-color: #E18B9C;
}
.TagClassName
{
border-color: #E18B9C;
}
</style>