Shades of Carissma #E77A8D
Tints of Carissma #E77A8D
RGB
CMYK
RGB Variations
Color information
#E77A8D (or 0xE77A8D) is known color: Carissma. HEX triplet: E7, 7A and 8D. RGB value is (231,122,141). Sum of RGB (Red+Green+Blue) = 231+122+141=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 231 - color contains mainly: red. Hex color #E77A8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77A8D is #188572. Grayscale: #9C9C9C. Windows color (decimal): -1607027 or 9272039. OLE color: 9272039.
HSL color Cylindrical-coordinate representation of color #E77A8D: hue angle of 349.54º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E77A8D is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 122 | 141 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.09 |
| HSL | 349.54º | 0.69% | 0.69% | - |
| HSV(B) | 349.54º | 0.47% | 0.91% | - |
| XYZ | 44.72 | 32.83 | 29.18 | - |
| YUV | 156.76 | 119.11 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 122 | 141 | 0 | 0.47 | 0.39 | 0.09 | 349.54 | 0.69 | 0.69 |
| Hex | E7 | 7A | 8D | 0 | 2F | 27 | 9 | 15E | 45 | 45 |
| Octal | 347 | 172 | 215 | 0 | 57 | 47 | 11 | 536 | 105 | 105 |
| Binary | 11100111 | 1111010 | 10001101 | 0 | 101111 | 100111 | 1001 | 101011110 | 1000101 | 1000101 |
Color Harmonies of #E77A8D
Complementary color
Monochromatic Colors of #E77A8D
Black with #E77A8D
Text Example
Text Example
White with #E77A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77A8D; }
p { color: rgb(231,122,141); }
H1.HeaderClassName
{
color: #E77A8D;
}
.AnyTagClassName
{
color: #E77A8D;
}
</style>
background-color css
<style>
a { background-color: #E77A8D; }
a { background-color: rgb(231,122,141); }
div.DivClassName
{
background-color: #E77A8D;
}
.BgClassName
{
background-color: #E77A8D;
}
</style>
border-color css
<style>
span { border-color: #E77A8D; }
span { border-color: rgb(231,122,141); }
td.TdClassName
{
border-color: #E77A8D;
}
.TagClassName
{
border-color: #E77A8D;
}
</style>