Shades of Carissma #E28083
Tints of Carissma #E28083
RGB
CMYK
RGB Variations
Color information
#E28083 (or 0xE28083) is known color: Carissma. HEX triplet: E2, 80 and 83. RGB value is (226,128,131). Sum of RGB (Red+Green+Blue) = 226+128+131=485 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.60% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 226 - color contains mainly: red. Hex color #E28083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28083 is #1D7F7C. Grayscale: #9D9D9D. Windows color (decimal): -1933181 or 8618210. OLE color: 8618210.
HSL color Cylindrical-coordinate representation of color #E28083: hue angle of 358.16º 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 #E28083 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 128 | 131 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.11 |
| HSL | 358.16º | 0.63% | 0.69% | - |
| HSV(B) | 358.16º | 0.43% | 0.89% | - |
| XYZ | 43.18 | 33.25 | 25.61 | - |
| YUV | 157.64 | 112.97 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 128 | 131 | 0 | 0.43 | 0.42 | 0.11 | 358.16 | 0.63 | 0.69 |
| Hex | E2 | 80 | 83 | 0 | 2B | 2A | B | 166 | 3F | 45 |
| Octal | 342 | 200 | 203 | 0 | 53 | 52 | 13 | 546 | 77 | 105 |
| Binary | 11100010 | 10000000 | 10000011 | 0 | 101011 | 101010 | 1011 | 101100110 | 111111 | 1000101 |
Color Harmonies of #E28083
Complementary color
Monochromatic Colors of #E28083
Black with #E28083
Text Example
Text Example
White with #E28083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28083; }
p { color: rgb(226,128,131); }
H1.HeaderClassName
{
color: #E28083;
}
.AnyTagClassName
{
color: #E28083;
}
</style>
background-color css
<style>
a { background-color: #E28083; }
a { background-color: rgb(226,128,131); }
div.DivClassName
{
background-color: #E28083;
}
.BgClassName
{
background-color: #E28083;
}
</style>
border-color css
<style>
span { border-color: #E28083; }
span { border-color: rgb(226,128,131); }
td.TdClassName
{
border-color: #E28083;
}
.TagClassName
{
border-color: #E28083;
}
</style>