Shades of Carissma #E2888B
Tints of Carissma #E2888B
RGB
CMYK
RGB Variations
Color information
#E2888B (or 0xE2888B) is known color: Carissma. HEX triplet: E2, 88 and 8B. RGB value is (226,136,139). Sum of RGB (Red+Green+Blue) = 226+136+139=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 136 (53.52% from 255 or 27.15% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2888B is #1D7774. Grayscale: #A3A3A3. Windows color (decimal): -1931125 or 9144546. OLE color: 9144546.
HSL color Cylindrical-coordinate representation of color #E2888B: hue angle of 358º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E2888B is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 136 | 139 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.11 |
| HSL | 358º | 0.61% | 0.71% | - |
| HSV(B) | 358º | 0.4% | 0.89% | - |
| XYZ | 44.83 | 35.64 | 28.94 | - |
| YUV | 163.25 | 114.32 | 172.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 139 | 0 | 0.40 | 0.38 | 0.11 | 358 | 0.61 | 0.71 |
| Hex | E2 | 88 | 8B | 0 | 28 | 26 | B | 166 | 3D | 47 |
| Octal | 342 | 210 | 213 | 0 | 50 | 46 | 13 | 546 | 75 | 107 |
| Binary | 11100010 | 10001000 | 10001011 | 0 | 101000 | 100110 | 1011 | 101100110 | 111101 | 1000111 |
Color Harmonies of #E2888B
Complementary color
Monochromatic Colors of #E2888B
Black with #E2888B
Text Example
Text Example
White with #E2888B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2888B; }
p { color: rgb(226,136,139); }
H1.HeaderClassName
{
color: #E2888B;
}
.AnyTagClassName
{
color: #E2888B;
}
</style>
background-color css
<style>
a { background-color: #E2888B; }
a { background-color: rgb(226,136,139); }
div.DivClassName
{
background-color: #E2888B;
}
.BgClassName
{
background-color: #E2888B;
}
</style>
border-color css
<style>
span { border-color: #E2888B; }
span { border-color: rgb(226,136,139); }
td.TdClassName
{
border-color: #E2888B;
}
.TagClassName
{
border-color: #E2888B;
}
</style>