Shades of Carissma #E4848D
Tints of Carissma #E4848D
RGB
CMYK
RGB Variations
Color information
#E4848D (or 0xE4848D) is known color: Carissma. HEX triplet: E4, 84 and 8D. RGB value is (228,132,141). Sum of RGB (Red+Green+Blue) = 228+132+141=501 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.51% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 141 (55.47% from 255 or 28.14% from 501); Max value from RGB is 228 - color contains mainly: red. Hex color #E4848D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4848D is #1B7B72. Grayscale: #A1A1A1. Windows color (decimal): -1801075 or 9274596. OLE color: 9274596.
HSL color Cylindrical-coordinate representation of color #E4848D: hue angle of 354.38º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E4848D is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 141 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.11 |
| HSL | 354.38º | 0.64% | 0.71% | - |
| HSV(B) | 354.38º | 0.42% | 0.89% | - |
| XYZ | 45.05 | 34.92 | 29.56 | - |
| YUV | 161.73 | 116.3 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 141 | 0 | 0.42 | 0.38 | 0.11 | 354.38 | 0.64 | 0.71 |
| Hex | E4 | 84 | 8D | 0 | 2A | 26 | B | 162 | 40 | 47 |
| Octal | 344 | 204 | 215 | 0 | 52 | 46 | 13 | 542 | 100 | 107 |
| Binary | 11100100 | 10000100 | 10001101 | 0 | 101010 | 100110 | 1011 | 101100010 | 1000000 | 1000111 |
Color Harmonies of #E4848D
Complementary color
Monochromatic Colors of #E4848D
Black with #E4848D
Text Example
Text Example
White with #E4848D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4848D; }
p { color: rgb(228,132,141); }
H1.HeaderClassName
{
color: #E4848D;
}
.AnyTagClassName
{
color: #E4848D;
}
</style>
background-color css
<style>
a { background-color: #E4848D; }
a { background-color: rgb(228,132,141); }
div.DivClassName
{
background-color: #E4848D;
}
.BgClassName
{
background-color: #E4848D;
}
</style>
border-color css
<style>
span { border-color: #E4848D; }
span { border-color: rgb(228,132,141); }
td.TdClassName
{
border-color: #E4848D;
}
.TagClassName
{
border-color: #E4848D;
}
</style>