Shades of Carissma #E1849E
Tints of Carissma #E1849E
RGB
CMYK
RGB Variations
Color information
#E1849E (or 0xE1849E) is known color: Carissma. HEX triplet: E1, 84 and 9E. RGB value is (225,132,158). Sum of RGB (Red+Green+Blue) = 225+132+158=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 132 (51.95% from 255 or 25.63% from 515); Blue value is 158 (62.11% from 255 or 30.68% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E1849E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1849E is #1E7B61. Grayscale: #A2A2A2. Windows color (decimal): -1997666 or 10388705. OLE color: 10388705.
HSL color Cylindrical-coordinate representation of color #E1849E: hue angle of 343.23º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E1849E is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 158 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.12 |
| HSL | 343.23º | 0.61% | 0.7% | - |
| HSV(B) | 343.23º | 0.41% | 0.88% | - |
| XYZ | 45.47 | 34.98 | 36.7 | - |
| YUV | 162.77 | 125.31 | 172.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 158 | 0 | 0.41 | 0.30 | 0.12 | 343.23 | 0.61 | 0.7 |
| Hex | E1 | 84 | 9E | 0 | 29 | 1E | C | 157 | 3D | 46 |
| Octal | 341 | 204 | 236 | 0 | 51 | 36 | 14 | 527 | 75 | 106 |
| Binary | 11100001 | 10000100 | 10011110 | 0 | 101001 | 11110 | 1100 | 101010111 | 111101 | 1000110 |
Color Harmonies of #E1849E
Complementary color
Monochromatic Colors of #E1849E
Black with #E1849E
Text Example
Text Example
White with #E1849E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1849E; }
p { color: rgb(225,132,158); }
H1.HeaderClassName
{
color: #E1849E;
}
.AnyTagClassName
{
color: #E1849E;
}
</style>
background-color css
<style>
a { background-color: #E1849E; }
a { background-color: rgb(225,132,158); }
div.DivClassName
{
background-color: #E1849E;
}
.BgClassName
{
background-color: #E1849E;
}
</style>
border-color css
<style>
span { border-color: #E1849E; }
span { border-color: rgb(225,132,158); }
td.TdClassName
{
border-color: #E1849E;
}
.TagClassName
{
border-color: #E1849E;
}
</style>