Shades of Carissma #E77F86
Tints of Carissma #E77F86
RGB
CMYK
RGB Variations
Color information
#E77F86 (or 0xE77F86) is known color: Carissma. HEX triplet: E7, 7F and 86. RGB value is (231,127,134). Sum of RGB (Red+Green+Blue) = 231+127+134=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77F86 is #188079. Grayscale: #9E9E9E. Windows color (decimal): -1605754 or 8814567. OLE color: 8814567.
HSL color Cylindrical-coordinate representation of color #E77F86: hue angle of 355.96º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E77F86 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 134 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.09 |
| HSL | 355.96º | 0.68% | 0.7% | - |
| HSV(B) | 355.96º | 0.45% | 0.91% | - |
| XYZ | 44.85 | 33.89 | 26.73 | - |
| YUV | 158.89 | 113.96 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 134 | 0 | 0.45 | 0.42 | 0.09 | 355.96 | 0.68 | 0.7 |
| Hex | E7 | 7F | 86 | 0 | 2D | 2A | 9 | 164 | 44 | 46 |
| Octal | 347 | 177 | 206 | 0 | 55 | 52 | 11 | 544 | 104 | 106 |
| Binary | 11100111 | 1111111 | 10000110 | 0 | 101101 | 101010 | 1001 | 101100100 | 1000100 | 1000110 |
Color Harmonies of #E77F86
Complementary color
Monochromatic Colors of #E77F86
Black with #E77F86
Text Example
Text Example
White with #E77F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77F86; }
p { color: rgb(231,127,134); }
H1.HeaderClassName
{
color: #E77F86;
}
.AnyTagClassName
{
color: #E77F86;
}
</style>
background-color css
<style>
a { background-color: #E77F86; }
a { background-color: rgb(231,127,134); }
div.DivClassName
{
background-color: #E77F86;
}
.BgClassName
{
background-color: #E77F86;
}
</style>
border-color css
<style>
span { border-color: #E77F86; }
span { border-color: rgb(231,127,134); }
td.TdClassName
{
border-color: #E77F86;
}
.TagClassName
{
border-color: #E77F86;
}
</style>