Shades of Carissma #E2878A
Tints of Carissma #E2878A
RGB
CMYK
RGB Variations
Color information
#E2878A (or 0xE2878A) is known color: Carissma. HEX triplet: E2, 87 and 8A. RGB value is (226,135,138). Sum of RGB (Red+Green+Blue) = 226+135+138=499 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.29% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 226 - color contains mainly: red. Hex color #E2878A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2878A is #1D7875. Grayscale: #A2A2A2. Windows color (decimal): -1931382 or 9078754. OLE color: 9078754.
HSL color Cylindrical-coordinate representation of color #E2878A: hue angle of 358.02º 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 #E2878A is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 138 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.11 |
| HSL | 358.02º | 0.61% | 0.71% | - |
| HSV(B) | 358.02º | 0.4% | 0.89% | - |
| XYZ | 44.62 | 35.33 | 28.51 | - |
| YUV | 162.55 | 114.15 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 138 | 0 | 0.40 | 0.39 | 0.11 | 358.02 | 0.61 | 0.71 |
| Hex | E2 | 87 | 8A | 0 | 28 | 27 | B | 166 | 3D | 47 |
| Octal | 342 | 207 | 212 | 0 | 50 | 47 | 13 | 546 | 75 | 107 |
| Binary | 11100010 | 10000111 | 10001010 | 0 | 101000 | 100111 | 1011 | 101100110 | 111101 | 1000111 |
Color Harmonies of #E2878A
Complementary color
Monochromatic Colors of #E2878A
Black with #E2878A
Text Example
Text Example
White with #E2878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2878A; }
p { color: rgb(226,135,138); }
H1.HeaderClassName
{
color: #E2878A;
}
.AnyTagClassName
{
color: #E2878A;
}
</style>
background-color css
<style>
a { background-color: #E2878A; }
a { background-color: rgb(226,135,138); }
div.DivClassName
{
background-color: #E2878A;
}
.BgClassName
{
background-color: #E2878A;
}
</style>
border-color css
<style>
span { border-color: #E2878A; }
span { border-color: rgb(226,135,138); }
td.TdClassName
{
border-color: #E2878A;
}
.TagClassName
{
border-color: #E2878A;
}
</style>