Shades of Carissma #E48084
Tints of Carissma #E48084
RGB
CMYK
RGB Variations
Color information
#E48084 (or 0xE48084) is known color: Carissma. HEX triplet: E4, 80 and 84. RGB value is (228,128,132). Sum of RGB (Red+Green+Blue) = 228+128+132=488 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.72% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 228 - color contains mainly: red. Hex color #E48084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48084 is #1B7F7B. Grayscale: #9E9E9E. Windows color (decimal): -1802108 or 8683748. OLE color: 8683748.
HSL color Cylindrical-coordinate representation of color #E48084: hue angle of 357.6º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E48084 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 128 | 132 | - |
| CMYK | 0 | 0.44 | 0.42 | 0.11 |
| HSL | 357.6º | 0.65% | 0.7% | - |
| HSV(B) | 357.6º | 0.44% | 0.89% | - |
| XYZ | 43.88 | 33.6 | 26 | - |
| YUV | 158.36 | 113.13 | 177.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 128 | 132 | 0 | 0.44 | 0.42 | 0.11 | 357.6 | 0.65 | 0.7 |
| Hex | E4 | 80 | 84 | 0 | 2C | 2A | B | 166 | 41 | 46 |
| Octal | 344 | 200 | 204 | 0 | 54 | 52 | 13 | 546 | 101 | 106 |
| Binary | 11100100 | 10000000 | 10000100 | 0 | 101100 | 101010 | 1011 | 101100110 | 1000001 | 1000110 |
Color Harmonies of #E48084
Complementary color
Monochromatic Colors of #E48084
Black with #E48084
Text Example
Text Example
White with #E48084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48084; }
p { color: rgb(228,128,132); }
H1.HeaderClassName
{
color: #E48084;
}
.AnyTagClassName
{
color: #E48084;
}
</style>
background-color css
<style>
a { background-color: #E48084; }
a { background-color: rgb(228,128,132); }
div.DivClassName
{
background-color: #E48084;
}
.BgClassName
{
background-color: #E48084;
}
</style>
border-color css
<style>
span { border-color: #E48084; }
span { border-color: rgb(228,128,132); }
td.TdClassName
{
border-color: #E48084;
}
.TagClassName
{
border-color: #E48084;
}
</style>