Shades of Carissma #E77F85
Tints of Carissma #E77F85
RGB
CMYK
RGB Variations
Color information
#E77F85 (or 0xE77F85) is known color: Carissma. HEX triplet: E7, 7F and 85. RGB value is (231,127,133). Sum of RGB (Red+Green+Blue) = 231+127+133=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F85 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77F85 is #18807A. Grayscale: #9E9E9E. Windows color (decimal): -1605755 or 8749031. OLE color: 8749031.
HSL color Cylindrical-coordinate representation of color #E77F85: hue angle of 356.54º 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 #E77F85 is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 133 | - |
| CMYK | 0 | 0.45 | 0.42 | 0.09 |
| HSL | 356.54º | 0.68% | 0.7% | - |
| HSV(B) | 356.54º | 0.45% | 0.91% | - |
| XYZ | 44.78 | 33.86 | 26.37 | - |
| YUV | 158.78 | 113.46 | 179.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 133 | 0 | 0.45 | 0.42 | 0.09 | 356.54 | 0.68 | 0.7 |
| Hex | E7 | 7F | 85 | 0 | 2D | 2A | 9 | 165 | 44 | 46 |
| Octal | 347 | 177 | 205 | 0 | 55 | 52 | 11 | 545 | 104 | 106 |
| Binary | 11100111 | 1111111 | 10000101 | 0 | 101101 | 101010 | 1001 | 101100101 | 1000100 | 1000110 |
Color Harmonies of #E77F85
Complementary color
Monochromatic Colors of #E77F85
Black with #E77F85
Text Example
Text Example
White with #E77F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77F85; }
p { color: rgb(231,127,133); }
H1.HeaderClassName
{
color: #E77F85;
}
.AnyTagClassName
{
color: #E77F85;
}
</style>
background-color css
<style>
a { background-color: #E77F85; }
a { background-color: rgb(231,127,133); }
div.DivClassName
{
background-color: #E77F85;
}
.BgClassName
{
background-color: #E77F85;
}
</style>
border-color css
<style>
span { border-color: #E77F85; }
span { border-color: rgb(231,127,133); }
td.TdClassName
{
border-color: #E77F85;
}
.TagClassName
{
border-color: #E77F85;
}
</style>