Shades of Carissma #E2879B
Tints of Carissma #E2879B
RGB
CMYK
RGB Variations
Color information
#E2879B (or 0xE2879B) is known color: Carissma. HEX triplet: E2, 87 and 9B. RGB value is (226,135,155). Sum of RGB (Red+Green+Blue) = 226+135+155=516 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.80% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 226 - color contains mainly: red. Hex color #E2879B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2879B is #1D7864. Grayscale: #A4A4A4. Windows color (decimal): -1931365 or 10192866. OLE color: 10192866.
HSL color Cylindrical-coordinate representation of color #E2879B: hue angle of 346.81º 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 #E2879B is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 135 | 155 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.11 |
| HSL | 346.81º | 0.61% | 0.71% | - |
| HSV(B) | 346.81º | 0.4% | 0.89% | - |
| XYZ | 45.94 | 35.86 | 35.51 | - |
| YUV | 164.49 | 122.65 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 135 | 155 | 0 | 0.40 | 0.31 | 0.11 | 346.81 | 0.61 | 0.71 |
| Hex | E2 | 87 | 9B | 0 | 28 | 1F | B | 15B | 3D | 47 |
| Octal | 342 | 207 | 233 | 0 | 50 | 37 | 13 | 533 | 75 | 107 |
| Binary | 11100010 | 10000111 | 10011011 | 0 | 101000 | 11111 | 1011 | 101011011 | 111101 | 1000111 |
Color Harmonies of #E2879B
Complementary color
Monochromatic Colors of #E2879B
Black with #E2879B
Text Example
Text Example
White with #E2879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2879B; }
p { color: rgb(226,135,155); }
H1.HeaderClassName
{
color: #E2879B;
}
.AnyTagClassName
{
color: #E2879B;
}
</style>
background-color css
<style>
a { background-color: #E2879B; }
a { background-color: rgb(226,135,155); }
div.DivClassName
{
background-color: #E2879B;
}
.BgClassName
{
background-color: #E2879B;
}
</style>
border-color css
<style>
span { border-color: #E2879B; }
span { border-color: rgb(226,135,155); }
td.TdClassName
{
border-color: #E2879B;
}
.TagClassName
{
border-color: #E2879B;
}
</style>