Shades of Carissma #E7869E
Tints of Carissma #E7869E
RGB
CMYK
RGB Variations
Color information
#E7869E (or 0xE7869E) is known color: Carissma. HEX triplet: E7, 86 and 9E. RGB value is (231,134,158). Sum of RGB (Red+Green+Blue) = 231+134+158=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 134 (52.73% from 255 or 25.62% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 231 - color contains mainly: red. Hex color #E7869E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7869E is #187961. Grayscale: #A5A5A5. Windows color (decimal): -1603938 or 10389223. OLE color: 10389223.
HSL color Cylindrical-coordinate representation of color #E7869E: hue angle of 345.15º 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 #E7869E is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 134 | 158 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.09 |
| HSL | 345.15º | 0.67% | 0.72% | - |
| HSV(B) | 345.15º | 0.42% | 0.91% | - |
| XYZ | 47.65 | 36.51 | 36.88 | - |
| YUV | 165.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 134 | 158 | 0 | 0.42 | 0.32 | 0.09 | 345.15 | 0.67 | 0.72 |
| Hex | E7 | 86 | 9E | 0 | 2A | 20 | 9 | 159 | 43 | 48 |
| Octal | 347 | 206 | 236 | 0 | 52 | 40 | 11 | 531 | 103 | 110 |
| Binary | 11100111 | 10000110 | 10011110 | 0 | 101010 | 100000 | 1001 | 101011001 | 1000011 | 1001000 |
Color Harmonies of #E7869E
Complementary color
Monochromatic Colors of #E7869E
Black with #E7869E
Text Example
Text Example
White with #E7869E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7869E; }
p { color: rgb(231,134,158); }
H1.HeaderClassName
{
color: #E7869E;
}
.AnyTagClassName
{
color: #E7869E;
}
</style>
background-color css
<style>
a { background-color: #E7869E; }
a { background-color: rgb(231,134,158); }
div.DivClassName
{
background-color: #E7869E;
}
.BgClassName
{
background-color: #E7869E;
}
</style>
border-color css
<style>
span { border-color: #E7869E; }
span { border-color: rgb(231,134,158); }
td.TdClassName
{
border-color: #E7869E;
}
.TagClassName
{
border-color: #E7869E;
}
</style>