Shades of Carissma #E7869B
Tints of Carissma #E7869B
RGB
CMYK
RGB Variations
Color information
#E7869B (or 0xE7869B) is known color: Carissma. HEX triplet: E7, 86 and 9B. RGB value is (231,134,155). Sum of RGB (Red+Green+Blue) = 231+134+155=520 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.42% from 520); Green value is 134 (52.73% from 255 or 25.77% from 520); Blue value is 155 (60.94% from 255 or 29.81% from 520); Max value from RGB is 231 - color contains mainly: red. Hex color #E7869B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7869B is #187964. Grayscale: #A5A5A5. Windows color (decimal): -1603941 or 10192615. OLE color: 10192615.
HSL color Cylindrical-coordinate representation of color #E7869B: hue angle of 347.01º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E7869B is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 134 | 155 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.09 |
| HSL | 347.01º | 0.67% | 0.72% | - |
| HSV(B) | 347.01º | 0.42% | 0.91% | - |
| XYZ | 47.4 | 36.41 | 35.54 | - |
| YUV | 165.4 | 122.14 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 134 | 155 | 0 | 0.42 | 0.33 | 0.09 | 347.01 | 0.67 | 0.72 |
| Hex | E7 | 86 | 9B | 0 | 2A | 21 | 9 | 15B | 43 | 48 |
| Octal | 347 | 206 | 233 | 0 | 52 | 41 | 11 | 533 | 103 | 110 |
| Binary | 11100111 | 10000110 | 10011011 | 0 | 101010 | 100001 | 1001 | 101011011 | 1000011 | 1001000 |
Color Harmonies of #E7869B
Complementary color
Monochromatic Colors of #E7869B
Black with #E7869B
Text Example
Text Example
White with #E7869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7869B; }
p { color: rgb(231,134,155); }
H1.HeaderClassName
{
color: #E7869B;
}
.AnyTagClassName
{
color: #E7869B;
}
</style>
background-color css
<style>
a { background-color: #E7869B; }
a { background-color: rgb(231,134,155); }
div.DivClassName
{
background-color: #E7869B;
}
.BgClassName
{
background-color: #E7869B;
}
</style>
border-color css
<style>
span { border-color: #E7869B; }
span { border-color: rgb(231,134,155); }
td.TdClassName
{
border-color: #E7869B;
}
.TagClassName
{
border-color: #E7869B;
}
</style>