Shades of Carissma #E2878C
Tints of Carissma #E2878C
RGB
CMYK
RGB Variations
Color information
#E2878C (or 0xE2878C) is known color: Carissma. HEX triplet: E2, 87 and 8C. RGB value is (226,135,140). Sum of RGB (Red+Green+Blue) = 226+135+140=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 135 (53.12% from 255 or 26.95% from 501); Blue value is 140 (55.08% from 255 or 27.94% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2878C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2878C is #1D7873. Grayscale: #A2A2A2. Windows color (decimal): -1931380 or 9209826. OLE color: 9209826.
HSL color Cylindrical-coordinate representation of color #E2878C: hue angle of 356.7º 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 #E2878C is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 140 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.11 |
| HSL | 356.7º | 0.61% | 0.71% | - |
| HSV(B) | 356.7º | 0.4% | 0.89% | - |
| XYZ | 44.76 | 35.39 | 29.28 | - |
| YUV | 162.78 | 115.15 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 140 | 0 | 0.40 | 0.38 | 0.11 | 356.7 | 0.61 | 0.71 |
| Hex | E2 | 87 | 8C | 0 | 28 | 26 | B | 165 | 3D | 47 |
| Octal | 342 | 207 | 214 | 0 | 50 | 46 | 13 | 545 | 75 | 107 |
| Binary | 11100010 | 10000111 | 10001100 | 0 | 101000 | 100110 | 1011 | 101100101 | 111101 | 1000111 |
Color Harmonies of #E2878C
Complementary color
Monochromatic Colors of #E2878C
Black with #E2878C
Text Example
Text Example
White with #E2878C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2878C; }
p { color: rgb(226,135,140); }
H1.HeaderClassName
{
color: #E2878C;
}
.AnyTagClassName
{
color: #E2878C;
}
</style>
background-color css
<style>
a { background-color: #E2878C; }
a { background-color: rgb(226,135,140); }
div.DivClassName
{
background-color: #E2878C;
}
.BgClassName
{
background-color: #E2878C;
}
</style>
border-color css
<style>
span { border-color: #E2878C; }
span { border-color: rgb(226,135,140); }
td.TdClassName
{
border-color: #E2878C;
}
.TagClassName
{
border-color: #E2878C;
}
</style>