Shades of Carissma #E77D9C
Tints of Carissma #E77D9C
RGB
CMYK
RGB Variations
Color information
#E77D9C (or 0xE77D9C) is known color: Carissma. HEX triplet: E7, 7D and 9C. RGB value is (231,125,156). Sum of RGB (Red+Green+Blue) = 231+125+156=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 125 (49.22% from 255 or 24.41% from 512); Blue value is 156 (61.33% from 255 or 30.47% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E77D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77D9C is #188263. Grayscale: #A0A0A0. Windows color (decimal): -1606244 or 10255847. OLE color: 10255847.
HSL color Cylindrical-coordinate representation of color #E77D9C: hue angle of 342.45º 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 #E77D9C is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 125 | 156 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.09 |
| HSL | 342.45º | 0.69% | 0.7% | - |
| HSV(B) | 342.45º | 0.46% | 0.91% | - |
| XYZ | 46.29 | 34.06 | 35.59 | - |
| YUV | 160.23 | 125.62 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 125 | 156 | 0 | 0.46 | 0.32 | 0.09 | 342.45 | 0.69 | 0.7 |
| Hex | E7 | 7D | 9C | 0 | 2E | 20 | 9 | 156 | 45 | 46 |
| Octal | 347 | 175 | 234 | 0 | 56 | 40 | 11 | 526 | 105 | 106 |
| Binary | 11100111 | 1111101 | 10011100 | 0 | 101110 | 100000 | 1001 | 101010110 | 1000101 | 1000110 |
Color Harmonies of #E77D9C
Complementary color
Monochromatic Colors of #E77D9C
Black with #E77D9C
Text Example
Text Example
White with #E77D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77D9C; }
p { color: rgb(231,125,156); }
H1.HeaderClassName
{
color: #E77D9C;
}
.AnyTagClassName
{
color: #E77D9C;
}
</style>
background-color css
<style>
a { background-color: #E77D9C; }
a { background-color: rgb(231,125,156); }
div.DivClassName
{
background-color: #E77D9C;
}
.BgClassName
{
background-color: #E77D9C;
}
</style>
border-color css
<style>
span { border-color: #E77D9C; }
span { border-color: rgb(231,125,156); }
td.TdClassName
{
border-color: #E77D9C;
}
.TagClassName
{
border-color: #E77D9C;
}
</style>