Shades of Carissma #E18B9D
Tints of Carissma #E18B9D
RGB
CMYK
RGB Variations
Color information
#E18B9D (or 0xE18B9D) is known color: Carissma. HEX triplet: E1, 8B and 9D. RGB value is (225,139,157). Sum of RGB (Red+Green+Blue) = 225+139+157=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 157 (61.72% from 255 or 30.13% from 521); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18B9D is #1E7462. Grayscale: #A6A6A6. Windows color (decimal): -1995875 or 10324961. OLE color: 10324961.
HSL color Cylindrical-coordinate representation of color #E18B9D: hue angle of 347.44º 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 #E18B9D is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 157 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.12 |
| HSL | 347.44º | 0.59% | 0.71% | - |
| HSV(B) | 347.44º | 0.38% | 0.88% | - |
| XYZ | 46.37 | 36.91 | 36.58 | - |
| YUV | 166.77 | 122.49 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 157 | 0 | 0.38 | 0.30 | 0.12 | 347.44 | 0.59 | 0.71 |
| Hex | E1 | 8B | 9D | 0 | 26 | 1E | C | 15B | 3B | 47 |
| Octal | 341 | 213 | 235 | 0 | 46 | 36 | 14 | 533 | 73 | 107 |
| Binary | 11100001 | 10001011 | 10011101 | 0 | 100110 | 11110 | 1100 | 101011011 | 111011 | 1000111 |
Color Harmonies of #E18B9D
Complementary color
Monochromatic Colors of #E18B9D
Black with #E18B9D
Text Example
Text Example
White with #E18B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B9D; }
p { color: rgb(225,139,157); }
H1.HeaderClassName
{
color: #E18B9D;
}
.AnyTagClassName
{
color: #E18B9D;
}
</style>
background-color css
<style>
a { background-color: #E18B9D; }
a { background-color: rgb(225,139,157); }
div.DivClassName
{
background-color: #E18B9D;
}
.BgClassName
{
background-color: #E18B9D;
}
</style>
border-color css
<style>
span { border-color: #E18B9D; }
span { border-color: rgb(225,139,157); }
td.TdClassName
{
border-color: #E18B9D;
}
.TagClassName
{
border-color: #E18B9D;
}
</style>