Shades of Carissma #E77E9C
Tints of Carissma #E77E9C
RGB
CMYK
RGB Variations
Color information
#E77E9C (or 0xE77E9C) is known color: Carissma. HEX triplet: E7, 7E and 9C. RGB value is (231,126,156). Sum of RGB (Red+Green+Blue) = 231+126+156=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 126 (49.61% from 255 or 24.56% from 513); Blue value is 156 (61.33% from 255 or 30.41% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77E9C is #188163. Grayscale: #A0A0A0. Windows color (decimal): -1605988 or 10256103. OLE color: 10256103.
HSL color Cylindrical-coordinate representation of color #E77E9C: hue angle of 342.86º degrees, saturation: 0.69, 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 #E77E9C is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 126 | 156 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.09 |
| HSL | 342.86º | 0.69% | 0.7% | - |
| HSV(B) | 342.86º | 0.45% | 0.91% | - |
| XYZ | 46.42 | 34.31 | 35.63 | - |
| YUV | 160.82 | 125.29 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 156 | 0 | 0.45 | 0.32 | 0.09 | 342.86 | 0.69 | 0.7 |
| Hex | E7 | 7E | 9C | 0 | 2D | 20 | 9 | 157 | 45 | 46 |
| Octal | 347 | 176 | 234 | 0 | 55 | 40 | 11 | 527 | 105 | 106 |
| Binary | 11100111 | 1111110 | 10011100 | 0 | 101101 | 100000 | 1001 | 101010111 | 1000101 | 1000110 |
Color Harmonies of #E77E9C
Complementary color
Monochromatic Colors of #E77E9C
Black with #E77E9C
Text Example
Text Example
White with #E77E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77E9C; }
p { color: rgb(231,126,156); }
H1.HeaderClassName
{
color: #E77E9C;
}
.AnyTagClassName
{
color: #E77E9C;
}
</style>
background-color css
<style>
a { background-color: #E77E9C; }
a { background-color: rgb(231,126,156); }
div.DivClassName
{
background-color: #E77E9C;
}
.BgClassName
{
background-color: #E77E9C;
}
</style>
border-color css
<style>
span { border-color: #E77E9C; }
span { border-color: rgb(231,126,156); }
td.TdClassName
{
border-color: #E77E9C;
}
.TagClassName
{
border-color: #E77E9C;
}
</style>