Shades of Carissma #E18B9E
Tints of Carissma #E18B9E
RGB
CMYK
RGB Variations
Color information
#E18B9E (or 0xE18B9E) is known color: Carissma. HEX triplet: E1, 8B and 9E. RGB value is (225,139,158). Sum of RGB (Red+Green+Blue) = 225+139+158=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 139 (54.69% from 255 or 26.63% from 522); Blue value is 158 (62.11% from 255 or 30.27% from 522); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18B9E is #1E7461. Grayscale: #A6A6A6. Windows color (decimal): -1995874 or 10390497. OLE color: 10390497.
HSL color Cylindrical-coordinate representation of color #E18B9E: hue angle of 346.74º 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 #E18B9E is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 158 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.12 |
| HSL | 346.74º | 0.59% | 0.71% | - |
| HSV(B) | 346.74º | 0.38% | 0.88% | - |
| XYZ | 46.46 | 36.94 | 37.03 | - |
| YUV | 166.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 158 | 0 | 0.38 | 0.30 | 0.12 | 346.74 | 0.59 | 0.71 |
| Hex | E1 | 8B | 9E | 0 | 26 | 1E | C | 15B | 3B | 47 |
| Octal | 341 | 213 | 236 | 0 | 46 | 36 | 14 | 533 | 73 | 107 |
| Binary | 11100001 | 10001011 | 10011110 | 0 | 100110 | 11110 | 1100 | 101011011 | 111011 | 1000111 |
Color Harmonies of #E18B9E
Complementary color
Monochromatic Colors of #E18B9E
Black with #E18B9E
Text Example
Text Example
White with #E18B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B9E; }
p { color: rgb(225,139,158); }
H1.HeaderClassName
{
color: #E18B9E;
}
.AnyTagClassName
{
color: #E18B9E;
}
</style>
background-color css
<style>
a { background-color: #E18B9E; }
a { background-color: rgb(225,139,158); }
div.DivClassName
{
background-color: #E18B9E;
}
.BgClassName
{
background-color: #E18B9E;
}
</style>
border-color css
<style>
span { border-color: #E18B9E; }
span { border-color: rgb(225,139,158); }
td.TdClassName
{
border-color: #E18B9E;
}
.TagClassName
{
border-color: #E18B9E;
}
</style>