Shades of Carissma #E77F8D
Tints of Carissma #E77F8D
RGB
CMYK
RGB Variations
Color information
#E77F8D (or 0xE77F8D) is known color: Carissma. HEX triplet: E7, 7F and 8D. RGB value is (231,127,141). Sum of RGB (Red+Green+Blue) = 231+127+141=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E77F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77F8D is #188072. Grayscale: #9F9F9F. Windows color (decimal): -1605747 or 9273319. OLE color: 9273319.
HSL color Cylindrical-coordinate representation of color #E77F8D: hue angle of 351.92º degrees, saturation: 0.68, 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 #E77F8D is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 127 | 141 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.09 |
| HSL | 351.92º | 0.68% | 0.7% | - |
| HSV(B) | 351.92º | 0.45% | 0.91% | - |
| XYZ | 45.35 | 34.09 | 29.39 | - |
| YUV | 159.69 | 117.46 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 127 | 141 | 0 | 0.45 | 0.39 | 0.09 | 351.92 | 0.68 | 0.7 |
| Hex | E7 | 7F | 8D | 0 | 2D | 27 | 9 | 160 | 44 | 46 |
| Octal | 347 | 177 | 215 | 0 | 55 | 47 | 11 | 540 | 104 | 106 |
| Binary | 11100111 | 1111111 | 10001101 | 0 | 101101 | 100111 | 1001 | 101100000 | 1000100 | 1000110 |
Color Harmonies of #E77F8D
Complementary color
Monochromatic Colors of #E77F8D
Black with #E77F8D
Text Example
Text Example
White with #E77F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77F8D; }
p { color: rgb(231,127,141); }
H1.HeaderClassName
{
color: #E77F8D;
}
.AnyTagClassName
{
color: #E77F8D;
}
</style>
background-color css
<style>
a { background-color: #E77F8D; }
a { background-color: rgb(231,127,141); }
div.DivClassName
{
background-color: #E77F8D;
}
.BgClassName
{
background-color: #E77F8D;
}
</style>
border-color css
<style>
span { border-color: #E77F8D; }
span { border-color: rgb(231,127,141); }
td.TdClassName
{
border-color: #E77F8D;
}
.TagClassName
{
border-color: #E77F8D;
}
</style>