Shades of Carissma #E2838B
Tints of Carissma #E2838B
RGB
CMYK
RGB Variations
Color information
#E2838B (or 0xE2838B) is known color: Carissma. HEX triplet: E2, 83 and 8B. RGB value is (226,131,139). Sum of RGB (Red+Green+Blue) = 226+131+139=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 131 (51.56% from 255 or 26.41% from 496); Blue value is 139 (54.69% from 255 or 28.02% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2838B is #1D7C74. Grayscale: #A0A0A0. Windows color (decimal): -1932405 or 9143266. OLE color: 9143266.
HSL color Cylindrical-coordinate representation of color #E2838B: hue angle of 354.95º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E2838B is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 131 | 139 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.11 |
| HSL | 354.95º | 0.62% | 0.7% | - |
| HSV(B) | 354.95º | 0.42% | 0.89% | - |
| XYZ | 44.14 | 34.27 | 28.71 | - |
| YUV | 160.32 | 115.97 | 174.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 131 | 139 | 0 | 0.42 | 0.38 | 0.11 | 354.95 | 0.62 | 0.7 |
| Hex | E2 | 83 | 8B | 0 | 2A | 26 | B | 163 | 3E | 46 |
| Octal | 342 | 203 | 213 | 0 | 52 | 46 | 13 | 543 | 76 | 106 |
| Binary | 11100010 | 10000011 | 10001011 | 0 | 101010 | 100110 | 1011 | 101100011 | 111110 | 1000110 |
Color Harmonies of #E2838B
Complementary color
Monochromatic Colors of #E2838B
Black with #E2838B
Text Example
Text Example
White with #E2838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2838B; }
p { color: rgb(226,131,139); }
H1.HeaderClassName
{
color: #E2838B;
}
.AnyTagClassName
{
color: #E2838B;
}
</style>
background-color css
<style>
a { background-color: #E2838B; }
a { background-color: rgb(226,131,139); }
div.DivClassName
{
background-color: #E2838B;
}
.BgClassName
{
background-color: #E2838B;
}
</style>
border-color css
<style>
span { border-color: #E2838B; }
span { border-color: rgb(226,131,139); }
td.TdClassName
{
border-color: #E2838B;
}
.TagClassName
{
border-color: #E2838B;
}
</style>