Shades of Carissma #E18B9B
Tints of Carissma #E18B9B
RGB
CMYK
RGB Variations
Color information
#E18B9B (or 0xE18B9B) is known color: Carissma. HEX triplet: E1, 8B and 9B. RGB value is (225,139,155). Sum of RGB (Red+Green+Blue) = 225+139+155=519 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.35% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 155 (60.94% from 255 or 29.87% from 519); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18B9B is #1E7464. Grayscale: #A6A6A6. Windows color (decimal): -1995877 or 10193889. OLE color: 10193889.
HSL color Cylindrical-coordinate representation of color #E18B9B: hue angle of 348.84º 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 #E18B9B is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 155 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.12 |
| HSL | 348.84º | 0.59% | 0.71% | - |
| HSV(B) | 348.84º | 0.38% | 0.88% | - |
| XYZ | 46.2 | 36.84 | 35.69 | - |
| YUV | 166.54 | 121.49 | 169.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 155 | 0 | 0.38 | 0.31 | 0.12 | 348.84 | 0.59 | 0.71 |
| Hex | E1 | 8B | 9B | 0 | 26 | 1F | C | 15D | 3B | 47 |
| Octal | 341 | 213 | 233 | 0 | 46 | 37 | 14 | 535 | 73 | 107 |
| Binary | 11100001 | 10001011 | 10011011 | 0 | 100110 | 11111 | 1100 | 101011101 | 111011 | 1000111 |
Color Harmonies of #E18B9B
Complementary color
Monochromatic Colors of #E18B9B
Black with #E18B9B
Text Example
Text Example
White with #E18B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B9B; }
p { color: rgb(225,139,155); }
H1.HeaderClassName
{
color: #E18B9B;
}
.AnyTagClassName
{
color: #E18B9B;
}
</style>
background-color css
<style>
a { background-color: #E18B9B; }
a { background-color: rgb(225,139,155); }
div.DivClassName
{
background-color: #E18B9B;
}
.BgClassName
{
background-color: #E18B9B;
}
</style>
border-color css
<style>
span { border-color: #E18B9B; }
span { border-color: rgb(225,139,155); }
td.TdClassName
{
border-color: #E18B9B;
}
.TagClassName
{
border-color: #E18B9B;
}
</style>