Shades of Carissma #E48384
Tints of Carissma #E48384
RGB
CMYK
RGB Variations
Color information
#E48384 (or 0xE48384) is known color: Carissma. HEX triplet: E4, 83 and 84. RGB value is (228,131,132). Sum of RGB (Red+Green+Blue) = 228+131+132=491 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.44% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 228 - color contains mainly: red. Hex color #E48384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48384 is #1B7C7B. Grayscale: #A0A0A0. Windows color (decimal): -1801340 or 8684516. OLE color: 8684516.
HSL color Cylindrical-coordinate representation of color #E48384: hue angle of 359.38º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E48384 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 131 | 132 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.11 |
| HSL | 359.38º | 0.64% | 0.7% | - |
| HSV(B) | 359.38º | 0.43% | 0.89% | - |
| XYZ | 44.28 | 34.39 | 26.13 | - |
| YUV | 160.12 | 112.14 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 131 | 132 | 0 | 0.43 | 0.42 | 0.11 | 359.38 | 0.64 | 0.7 |
| Hex | E4 | 83 | 84 | 0 | 2B | 2A | B | 167 | 40 | 46 |
| Octal | 344 | 203 | 204 | 0 | 53 | 52 | 13 | 547 | 100 | 106 |
| Binary | 11100100 | 10000011 | 10000100 | 0 | 101011 | 101010 | 1011 | 101100111 | 1000000 | 1000110 |
Color Harmonies of #E48384
Complementary color
Monochromatic Colors of #E48384
Black with #E48384
Text Example
Text Example
White with #E48384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48384; }
p { color: rgb(228,131,132); }
H1.HeaderClassName
{
color: #E48384;
}
.AnyTagClassName
{
color: #E48384;
}
</style>
background-color css
<style>
a { background-color: #E48384; }
a { background-color: rgb(228,131,132); }
div.DivClassName
{
background-color: #E48384;
}
.BgClassName
{
background-color: #E48384;
}
</style>
border-color css
<style>
span { border-color: #E48384; }
span { border-color: rgb(228,131,132); }
td.TdClassName
{
border-color: #E48384;
}
.TagClassName
{
border-color: #E48384;
}
</style>