Shades of Carissma #E2848A
Tints of Carissma #E2848A
RGB
CMYK
RGB Variations
Color information
#E2848A (or 0xE2848A) is known color: Carissma. HEX triplet: E2, 84 and 8A. RGB value is (226,132,138). Sum of RGB (Red+Green+Blue) = 226+132+138=496 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.56% from 496); Green value is 132 (51.95% from 255 or 26.61% from 496); Blue value is 138 (54.30% from 255 or 27.82% from 496); Max value from RGB is 226 - color contains mainly: red. Hex color #E2848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2848A is #1D7B75. Grayscale: #A0A0A0. Windows color (decimal): -1932150 or 9077986. OLE color: 9077986.
HSL color Cylindrical-coordinate representation of color #E2848A: hue angle of 356.17º 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 #E2848A is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 132 | 138 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.11 |
| HSL | 356.17º | 0.62% | 0.7% | - |
| HSV(B) | 356.17º | 0.42% | 0.89% | - |
| XYZ | 44.2 | 34.51 | 28.38 | - |
| YUV | 160.79 | 115.14 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 132 | 138 | 0 | 0.42 | 0.39 | 0.11 | 356.17 | 0.62 | 0.7 |
| Hex | E2 | 84 | 8A | 0 | 2A | 27 | B | 164 | 3E | 46 |
| Octal | 342 | 204 | 212 | 0 | 52 | 47 | 13 | 544 | 76 | 106 |
| Binary | 11100010 | 10000100 | 10001010 | 0 | 101010 | 100111 | 1011 | 101100100 | 111110 | 1000110 |
Color Harmonies of #E2848A
Complementary color
Monochromatic Colors of #E2848A
Black with #E2848A
Text Example
Text Example
White with #E2848A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2848A; }
p { color: rgb(226,132,138); }
H1.HeaderClassName
{
color: #E2848A;
}
.AnyTagClassName
{
color: #E2848A;
}
</style>
background-color css
<style>
a { background-color: #E2848A; }
a { background-color: rgb(226,132,138); }
div.DivClassName
{
background-color: #E2848A;
}
.BgClassName
{
background-color: #E2848A;
}
</style>
border-color css
<style>
span { border-color: #E2848A; }
span { border-color: rgb(226,132,138); }
td.TdClassName
{
border-color: #E2848A;
}
.TagClassName
{
border-color: #E2848A;
}
</style>