Shades of Carissma #E77D8D
Tints of Carissma #E77D8D
RGB
CMYK
RGB Variations
Color information
#E77D8D (or 0xE77D8D) is known color: Carissma. HEX triplet: E7, 7D and 8D. RGB value is (231,125,141). Sum of RGB (Red+Green+Blue) = 231+125+141=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77D8D is #188272. Grayscale: #9E9E9E. Windows color (decimal): -1606259 or 9272807. OLE color: 9272807.
HSL color Cylindrical-coordinate representation of color #E77D8D: hue angle of 350.94º 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 #E77D8D is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 141 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.09 |
| HSL | 350.94º | 0.69% | 0.7% | - |
| HSV(B) | 350.94º | 0.46% | 0.91% | - |
| XYZ | 45.1 | 33.58 | 29.3 | - |
| YUV | 158.52 | 118.12 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 141 | 0 | 0.46 | 0.39 | 0.09 | 350.94 | 0.69 | 0.7 |
| Hex | E7 | 7D | 8D | 0 | 2E | 27 | 9 | 15F | 45 | 46 |
| Octal | 347 | 175 | 215 | 0 | 56 | 47 | 11 | 537 | 105 | 106 |
| Binary | 11100111 | 1111101 | 10001101 | 0 | 101110 | 100111 | 1001 | 101011111 | 1000101 | 1000110 |
Color Harmonies of #E77D8D
Complementary color
Monochromatic Colors of #E77D8D
Black with #E77D8D
Text Example
Text Example
White with #E77D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77D8D; }
p { color: rgb(231,125,141); }
H1.HeaderClassName
{
color: #E77D8D;
}
.AnyTagClassName
{
color: #E77D8D;
}
</style>
background-color css
<style>
a { background-color: #E77D8D; }
a { background-color: rgb(231,125,141); }
div.DivClassName
{
background-color: #E77D8D;
}
.BgClassName
{
background-color: #E77D8D;
}
</style>
border-color css
<style>
span { border-color: #E77D8D; }
span { border-color: rgb(231,125,141); }
td.TdClassName
{
border-color: #E77D8D;
}
.TagClassName
{
border-color: #E77D8D;
}
</style>