Shades of Carissma #E2868A
Tints of Carissma #E2868A
RGB
CMYK
RGB Variations
Color information
#E2868A (or 0xE2868A) is known color: Carissma. HEX triplet: E2, 86 and 8A. RGB value is (226,134,138). Sum of RGB (Red+Green+Blue) = 226+134+138=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E2868A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2868A is #1D7975. Grayscale: #A2A2A2. Windows color (decimal): -1931638 or 9078498. OLE color: 9078498.
HSL color Cylindrical-coordinate representation of color #E2868A: hue angle of 357.39º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E2868A is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 138 | - |
| CMYK | 0 | 0.41 | 0.39 | 0.11 |
| HSL | 357.39º | 0.61% | 0.71% | - |
| HSV(B) | 357.39º | 0.41% | 0.89% | - |
| XYZ | 44.48 | 35.05 | 28.47 | - |
| YUV | 161.96 | 114.48 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 138 | 0 | 0.41 | 0.39 | 0.11 | 357.39 | 0.61 | 0.71 |
| Hex | E2 | 86 | 8A | 0 | 29 | 27 | B | 165 | 3D | 47 |
| Octal | 342 | 206 | 212 | 0 | 51 | 47 | 13 | 545 | 75 | 107 |
| Binary | 11100010 | 10000110 | 10001010 | 0 | 101001 | 100111 | 1011 | 101100101 | 111101 | 1000111 |
Color Harmonies of #E2868A
Complementary color
Monochromatic Colors of #E2868A
Black with #E2868A
Text Example
Text Example
White with #E2868A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2868A; }
p { color: rgb(226,134,138); }
H1.HeaderClassName
{
color: #E2868A;
}
.AnyTagClassName
{
color: #E2868A;
}
</style>
background-color css
<style>
a { background-color: #E2868A; }
a { background-color: rgb(226,134,138); }
div.DivClassName
{
background-color: #E2868A;
}
.BgClassName
{
background-color: #E2868A;
}
</style>
border-color css
<style>
span { border-color: #E2868A; }
span { border-color: rgb(226,134,138); }
td.TdClassName
{
border-color: #E2868A;
}
.TagClassName
{
border-color: #E2868A;
}
</style>