Shades of Carissma #E48485
Tints of Carissma #E48485
RGB
CMYK
RGB Variations
Color information
#E48485 (or 0xE48485) is known color: Carissma. HEX triplet: E4, 84 and 85. RGB value is (228,132,133). Sum of RGB (Red+Green+Blue) = 228+132+133=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 132 (51.95% from 255 or 26.77% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 228 - color contains mainly: red. Hex color #E48485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48485 is #1B7B7A. Grayscale: #A0A0A0. Windows color (decimal): -1801083 or 8750308. OLE color: 8750308.
HSL color Cylindrical-coordinate representation of color #E48485: hue angle of 359.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 #E48485 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 133 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.11 |
| HSL | 359.38º | 0.64% | 0.71% | - |
| HSV(B) | 359.38º | 0.42% | 0.89% | - |
| XYZ | 44.48 | 34.69 | 26.54 | - |
| YUV | 160.82 | 112.3 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 133 | 0 | 0.42 | 0.42 | 0.11 | 359.38 | 0.64 | 0.71 |
| Hex | E4 | 84 | 85 | 0 | 2A | 2A | B | 167 | 40 | 47 |
| Octal | 344 | 204 | 205 | 0 | 52 | 52 | 13 | 547 | 100 | 107 |
| Binary | 11100100 | 10000100 | 10000101 | 0 | 101010 | 101010 | 1011 | 101100111 | 1000000 | 1000111 |
Color Harmonies of #E48485
Complementary color
Monochromatic Colors of #E48485
Black with #E48485
Text Example
Text Example
White with #E48485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48485; }
p { color: rgb(228,132,133); }
H1.HeaderClassName
{
color: #E48485;
}
.AnyTagClassName
{
color: #E48485;
}
</style>
background-color css
<style>
a { background-color: #E48485; }
a { background-color: rgb(228,132,133); }
div.DivClassName
{
background-color: #E48485;
}
.BgClassName
{
background-color: #E48485;
}
</style>
border-color css
<style>
span { border-color: #E48485; }
span { border-color: rgb(228,132,133); }
td.TdClassName
{
border-color: #E48485;
}
.TagClassName
{
border-color: #E48485;
}
</style>