Shades of Carissma #E77D9F
Tints of Carissma #E77D9F
RGB
CMYK
RGB Variations
Color information
#E77D9F (or 0xE77D9F) is known color: Carissma. HEX triplet: E7, 7D and 9F. RGB value is (231,125,159). Sum of RGB (Red+Green+Blue) = 231+125+159=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 159 (62.5% from 255 or 30.87% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77D9F is #188260. Grayscale: #A0A0A0. Windows color (decimal): -1606241 or 10452455. OLE color: 10452455.
HSL color Cylindrical-coordinate representation of color #E77D9F: hue angle of 340.75º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E77D9F is Cyan = 0, Magento = 0.46, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 159 | - |
| CMYK | 0 | 0.46 | 0.31 | 0.09 |
| HSL | 340.75º | 0.69% | 0.7% | - |
| HSV(B) | 340.75º | 0.46% | 0.91% | - |
| XYZ | 46.55 | 34.16 | 36.94 | - |
| YUV | 160.57 | 127.12 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 159 | 0 | 0.46 | 0.31 | 0.09 | 340.75 | 0.69 | 0.7 |
| Hex | E7 | 7D | 9F | 0 | 2E | 1F | 9 | 155 | 45 | 46 |
| Octal | 347 | 175 | 237 | 0 | 56 | 37 | 11 | 525 | 105 | 106 |
| Binary | 11100111 | 1111101 | 10011111 | 0 | 101110 | 11111 | 1001 | 101010101 | 1000101 | 1000110 |
Color Harmonies of #E77D9F
Complementary color
Monochromatic Colors of #E77D9F
Black with #E77D9F
Text Example
Text Example
White with #E77D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77D9F; }
p { color: rgb(231,125,159); }
H1.HeaderClassName
{
color: #E77D9F;
}
.AnyTagClassName
{
color: #E77D9F;
}
</style>
background-color css
<style>
a { background-color: #E77D9F; }
a { background-color: rgb(231,125,159); }
div.DivClassName
{
background-color: #E77D9F;
}
.BgClassName
{
background-color: #E77D9F;
}
</style>
border-color css
<style>
span { border-color: #E77D9F; }
span { border-color: rgb(231,125,159); }
td.TdClassName
{
border-color: #E77D9F;
}
.TagClassName
{
border-color: #E77D9F;
}
</style>