Shades of Carissma #E77E8E
Tints of Carissma #E77E8E
RGB
CMYK
RGB Variations
Color information
#E77E8E (or 0xE77E8E) is known color: Carissma. HEX triplet: E7, 7E and 8E. RGB value is (231,126,142). Sum of RGB (Red+Green+Blue) = 231+126+142=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E77E8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77E8E is #188171. Grayscale: #9F9F9F. Windows color (decimal): -1606002 or 9338599. OLE color: 9338599.
HSL color Cylindrical-coordinate representation of color #E77E8E: hue angle of 350.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 #E77E8E is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 126 | 142 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.09 |
| HSL | 350.86º | 0.69% | 0.7% | - |
| HSV(B) | 350.86º | 0.45% | 0.91% | - |
| XYZ | 45.3 | 33.86 | 29.74 | - |
| YUV | 159.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 126 | 142 | 0 | 0.45 | 0.39 | 0.09 | 350.86 | 0.69 | 0.7 |
| Hex | E7 | 7E | 8E | 0 | 2D | 27 | 9 | 15F | 45 | 46 |
| Octal | 347 | 176 | 216 | 0 | 55 | 47 | 11 | 537 | 105 | 106 |
| Binary | 11100111 | 1111110 | 10001110 | 0 | 101101 | 100111 | 1001 | 101011111 | 1000101 | 1000110 |
Color Harmonies of #E77E8E
Complementary color
Monochromatic Colors of #E77E8E
Black with #E77E8E
Text Example
Text Example
White with #E77E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77E8E; }
p { color: rgb(231,126,142); }
H1.HeaderClassName
{
color: #E77E8E;
}
.AnyTagClassName
{
color: #E77E8E;
}
</style>
background-color css
<style>
a { background-color: #E77E8E; }
a { background-color: rgb(231,126,142); }
div.DivClassName
{
background-color: #E77E8E;
}
.BgClassName
{
background-color: #E77E8E;
}
</style>
border-color css
<style>
span { border-color: #E77E8E; }
span { border-color: rgb(231,126,142); }
td.TdClassName
{
border-color: #E77E8E;
}
.TagClassName
{
border-color: #E77E8E;
}
</style>