Shades of Carissma #E28084
Tints of Carissma #E28084
RGB
CMYK
RGB Variations
Color information
#E28084 (or 0xE28084) is known color: Carissma. HEX triplet: E2, 80 and 84. RGB value is (226,128,132). Sum of RGB (Red+Green+Blue) = 226+128+132=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E28084 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28084 is #1D7F7B. Grayscale: #9D9D9D. Windows color (decimal): -1933180 or 8683746. OLE color: 8683746.
HSL color Cylindrical-coordinate representation of color #E28084: hue angle of 357.55º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E28084 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 132 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.11 |
| HSL | 357.55º | 0.63% | 0.69% | - |
| HSV(B) | 357.55º | 0.43% | 0.89% | - |
| XYZ | 43.25 | 33.27 | 25.97 | - |
| YUV | 157.76 | 113.47 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 132 | 0 | 0.43 | 0.42 | 0.11 | 357.55 | 0.63 | 0.69 |
| Hex | E2 | 80 | 84 | 0 | 2B | 2A | B | 166 | 3F | 45 |
| Octal | 342 | 200 | 204 | 0 | 53 | 52 | 13 | 546 | 77 | 105 |
| Binary | 11100010 | 10000000 | 10000100 | 0 | 101011 | 101010 | 1011 | 101100110 | 111111 | 1000101 |
Color Harmonies of #E28084
Complementary color
Monochromatic Colors of #E28084
Black with #E28084
Text Example
Text Example
White with #E28084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28084; }
p { color: rgb(226,128,132); }
H1.HeaderClassName
{
color: #E28084;
}
.AnyTagClassName
{
color: #E28084;
}
</style>
background-color css
<style>
a { background-color: #E28084; }
a { background-color: rgb(226,128,132); }
div.DivClassName
{
background-color: #E28084;
}
.BgClassName
{
background-color: #E28084;
}
</style>
border-color css
<style>
span { border-color: #E28084; }
span { border-color: rgb(226,128,132); }
td.TdClassName
{
border-color: #E28084;
}
.TagClassName
{
border-color: #E28084;
}
</style>