Shades of Carissma #E1848B
Tints of Carissma #E1848B
RGB
CMYK
RGB Variations
Color information
#E1848B (or 0xE1848B) is known color: Carissma. HEX triplet: E1, 84 and 8B. RGB value is (225,132,139). Sum of RGB (Red+Green+Blue) = 225+132+139=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E1848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E1848B is #1E7B74. Grayscale: #A0A0A0. Windows color (decimal): -1997685 or 9143521. OLE color: 9143521.
HSL color Cylindrical-coordinate representation of color #E1848B: hue angle of 355.48º 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 #E1848B is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 132 | 139 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.12 |
| HSL | 355.48º | 0.61% | 0.7% | - |
| HSV(B) | 355.48º | 0.41% | 0.88% | - |
| XYZ | 43.96 | 34.37 | 28.74 | - |
| YUV | 160.61 | 115.81 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 132 | 139 | 0 | 0.41 | 0.38 | 0.12 | 355.48 | 0.61 | 0.7 |
| Hex | E1 | 84 | 8B | 0 | 29 | 26 | C | 163 | 3D | 46 |
| Octal | 341 | 204 | 213 | 0 | 51 | 46 | 14 | 543 | 75 | 106 |
| Binary | 11100001 | 10000100 | 10001011 | 0 | 101001 | 100110 | 1100 | 101100011 | 111101 | 1000110 |
Color Harmonies of #E1848B
Complementary color
Monochromatic Colors of #E1848B
Black with #E1848B
Text Example
Text Example
White with #E1848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1848B; }
p { color: rgb(225,132,139); }
H1.HeaderClassName
{
color: #E1848B;
}
.AnyTagClassName
{
color: #E1848B;
}
</style>
background-color css
<style>
a { background-color: #E1848B; }
a { background-color: rgb(225,132,139); }
div.DivClassName
{
background-color: #E1848B;
}
.BgClassName
{
background-color: #E1848B;
}
</style>
border-color css
<style>
span { border-color: #E1848B; }
span { border-color: rgb(225,132,139); }
td.TdClassName
{
border-color: #E1848B;
}
.TagClassName
{
border-color: #E1848B;
}
</style>