Shades of Carissma #E77D9E
Tints of Carissma #E77D9E
RGB
CMYK
RGB Variations
Color information
#E77D9E (or 0xE77D9E) is known color: Carissma. HEX triplet: E7, 7D and 9E. RGB value is (231,125,158). Sum of RGB (Red+Green+Blue) = 231+125+158=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 158 (62.11% from 255 or 30.74% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77D9E is #188261. Grayscale: #A0A0A0. Windows color (decimal): -1606242 or 10386919. OLE color: 10386919.
HSL color Cylindrical-coordinate representation of color #E77D9E: hue angle of 341.32º 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 #E77D9E is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 158 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.09 |
| HSL | 341.32º | 0.69% | 0.7% | - |
| HSV(B) | 341.32º | 0.46% | 0.91% | - |
| XYZ | 46.46 | 34.12 | 36.49 | - |
| YUV | 160.46 | 126.62 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 158 | 0 | 0.46 | 0.32 | 0.09 | 341.32 | 0.69 | 0.7 |
| Hex | E7 | 7D | 9E | 0 | 2E | 20 | 9 | 155 | 45 | 46 |
| Octal | 347 | 175 | 236 | 0 | 56 | 40 | 11 | 525 | 105 | 106 |
| Binary | 11100111 | 1111101 | 10011110 | 0 | 101110 | 100000 | 1001 | 101010101 | 1000101 | 1000110 |
Color Harmonies of #E77D9E
Complementary color
Monochromatic Colors of #E77D9E
Black with #E77D9E
Text Example
Text Example
White with #E77D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77D9E; }
p { color: rgb(231,125,158); }
H1.HeaderClassName
{
color: #E77D9E;
}
.AnyTagClassName
{
color: #E77D9E;
}
</style>
background-color css
<style>
a { background-color: #E77D9E; }
a { background-color: rgb(231,125,158); }
div.DivClassName
{
background-color: #E77D9E;
}
.BgClassName
{
background-color: #E77D9E;
}
</style>
border-color css
<style>
span { border-color: #E77D9E; }
span { border-color: rgb(231,125,158); }
td.TdClassName
{
border-color: #E77D9E;
}
.TagClassName
{
border-color: #E77D9E;
}
</style>