Shades of Carissma #E2868B
Tints of Carissma #E2868B
RGB
CMYK
RGB Variations
Color information
#E2868B (or 0xE2868B) is known color: Carissma. HEX triplet: E2, 86 and 8B. RGB value is (226,134,139). Sum of RGB (Red+Green+Blue) = 226+134+139=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 134 (52.73% from 255 or 26.85% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E2868B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2868B is #1D7974. Grayscale: #A2A2A2. Windows color (decimal): -1931637 or 9144034. OLE color: 9144034.
HSL color Cylindrical-coordinate representation of color #E2868B: hue angle of 356.74º 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 #E2868B is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 139 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.11 |
| HSL | 356.74º | 0.61% | 0.71% | - |
| HSV(B) | 356.74º | 0.41% | 0.89% | - |
| XYZ | 44.55 | 35.08 | 28.85 | - |
| YUV | 162.08 | 114.98 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 139 | 0 | 0.41 | 0.38 | 0.11 | 356.74 | 0.61 | 0.71 |
| Hex | E2 | 86 | 8B | 0 | 29 | 26 | B | 165 | 3D | 47 |
| Octal | 342 | 206 | 213 | 0 | 51 | 46 | 13 | 545 | 75 | 107 |
| Binary | 11100010 | 10000110 | 10001011 | 0 | 101001 | 100110 | 1011 | 101100101 | 111101 | 1000111 |
Color Harmonies of #E2868B
Complementary color
Monochromatic Colors of #E2868B
Black with #E2868B
Text Example
Text Example
White with #E2868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2868B; }
p { color: rgb(226,134,139); }
H1.HeaderClassName
{
color: #E2868B;
}
.AnyTagClassName
{
color: #E2868B;
}
</style>
background-color css
<style>
a { background-color: #E2868B; }
a { background-color: rgb(226,134,139); }
div.DivClassName
{
background-color: #E2868B;
}
.BgClassName
{
background-color: #E2868B;
}
</style>
border-color css
<style>
span { border-color: #E2868B; }
span { border-color: rgb(226,134,139); }
td.TdClassName
{
border-color: #E2868B;
}
.TagClassName
{
border-color: #E2868B;
}
</style>