Shades of Carissma #E2869B
Tints of Carissma #E2869B
RGB
CMYK
RGB Variations
Color information
#E2869B (or 0xE2869B) is known color: Carissma. HEX triplet: E2, 86 and 9B. RGB value is (226,134,155). Sum of RGB (Red+Green+Blue) = 226+134+155=515 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.88% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 226 - color contains mainly: red. Hex color #E2869B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2869B is #1D7964. Grayscale: #A3A3A3. Windows color (decimal): -1931621 or 10192610. OLE color: 10192610.
HSL color Cylindrical-coordinate representation of color #E2869B: hue angle of 346.3º 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 #E2869B is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 155 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.11 |
| HSL | 346.3º | 0.61% | 0.71% | - |
| HSV(B) | 346.3º | 0.41% | 0.89% | - |
| XYZ | 45.81 | 35.59 | 35.46 | - |
| YUV | 163.9 | 122.98 | 172.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 155 | 0 | 0.41 | 0.31 | 0.11 | 346.3 | 0.61 | 0.71 |
| Hex | E2 | 86 | 9B | 0 | 29 | 1F | B | 15A | 3D | 47 |
| Octal | 342 | 206 | 233 | 0 | 51 | 37 | 13 | 532 | 75 | 107 |
| Binary | 11100010 | 10000110 | 10011011 | 0 | 101001 | 11111 | 1011 | 101011010 | 111101 | 1000111 |
Color Harmonies of #E2869B
Complementary color
Monochromatic Colors of #E2869B
Black with #E2869B
Text Example
Text Example
White with #E2869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2869B; }
p { color: rgb(226,134,155); }
H1.HeaderClassName
{
color: #E2869B;
}
.AnyTagClassName
{
color: #E2869B;
}
</style>
background-color css
<style>
a { background-color: #E2869B; }
a { background-color: rgb(226,134,155); }
div.DivClassName
{
background-color: #E2869B;
}
.BgClassName
{
background-color: #E2869B;
}
</style>
border-color css
<style>
span { border-color: #E2869B; }
span { border-color: rgb(226,134,155); }
td.TdClassName
{
border-color: #E2869B;
}
.TagClassName
{
border-color: #E2869B;
}
</style>