Shades of Carissma #E1849A
Tints of Carissma #E1849A
RGB
CMYK
RGB Variations
Color information
#E1849A (or 0xE1849A) is known color: Carissma. HEX triplet: E1, 84 and 9A. RGB value is (225,132,154). Sum of RGB (Red+Green+Blue) = 225+132+154=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 154 (60.55% from 255 or 30.14% from 511); Max value from RGB is 225 - color contains mainly: red. Hex color #E1849A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1849A is #1E7B65. Grayscale: #A2A2A2. Windows color (decimal): -1997670 or 10126561. OLE color: 10126561.
HSL color Cylindrical-coordinate representation of color #E1849A: hue angle of 345.81º 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 #E1849A is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 154 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.12 |
| HSL | 345.81º | 0.61% | 0.7% | - |
| HSV(B) | 345.81º | 0.41% | 0.88% | - |
| XYZ | 45.14 | 34.84 | 34.92 | - |
| YUV | 162.32 | 123.31 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 154 | 0 | 0.41 | 0.32 | 0.12 | 345.81 | 0.61 | 0.7 |
| Hex | E1 | 84 | 9A | 0 | 29 | 20 | C | 15A | 3D | 46 |
| Octal | 341 | 204 | 232 | 0 | 51 | 40 | 14 | 532 | 75 | 106 |
| Binary | 11100001 | 10000100 | 10011010 | 0 | 101001 | 100000 | 1100 | 101011010 | 111101 | 1000110 |
Color Harmonies of #E1849A
Complementary color
Monochromatic Colors of #E1849A
Black with #E1849A
Text Example
Text Example
White with #E1849A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1849A; }
p { color: rgb(225,132,154); }
H1.HeaderClassName
{
color: #E1849A;
}
.AnyTagClassName
{
color: #E1849A;
}
</style>
background-color css
<style>
a { background-color: #E1849A; }
a { background-color: rgb(225,132,154); }
div.DivClassName
{
background-color: #E1849A;
}
.BgClassName
{
background-color: #E1849A;
}
</style>
border-color css
<style>
span { border-color: #E1849A; }
span { border-color: rgb(225,132,154); }
td.TdClassName
{
border-color: #E1849A;
}
.TagClassName
{
border-color: #E1849A;
}
</style>