Shades of Carissma #E77C8C
Tints of Carissma #E77C8C
RGB
CMYK
RGB Variations
Color information
#E77C8C (or 0xE77C8C) is known color: Carissma. HEX triplet: E7, 7C and 8C. RGB value is (231,124,140). Sum of RGB (Red+Green+Blue) = 231+124+140=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 231 - color contains mainly: red. Hex color #E77C8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77C8C is #188373. Grayscale: #9D9D9D. Windows color (decimal): -1606516 or 9207015. OLE color: 9207015.
HSL color Cylindrical-coordinate representation of color #E77C8C: hue angle of 351.03º 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 #E77C8C is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 140 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.09 |
| HSL | 351.03º | 0.69% | 0.7% | - |
| HSV(B) | 351.03º | 0.46% | 0.91% | - |
| XYZ | 44.9 | 33.3 | 28.87 | - |
| YUV | 157.82 | 117.95 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 140 | 0 | 0.46 | 0.39 | 0.09 | 351.03 | 0.69 | 0.7 |
| Hex | E7 | 7C | 8C | 0 | 2E | 27 | 9 | 15F | 45 | 46 |
| Octal | 347 | 174 | 214 | 0 | 56 | 47 | 11 | 537 | 105 | 106 |
| Binary | 11100111 | 1111100 | 10001100 | 0 | 101110 | 100111 | 1001 | 101011111 | 1000101 | 1000110 |
Color Harmonies of #E77C8C
Complementary color
Monochromatic Colors of #E77C8C
Black with #E77C8C
Text Example
Text Example
White with #E77C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77C8C; }
p { color: rgb(231,124,140); }
H1.HeaderClassName
{
color: #E77C8C;
}
.AnyTagClassName
{
color: #E77C8C;
}
</style>
background-color css
<style>
a { background-color: #E77C8C; }
a { background-color: rgb(231,124,140); }
div.DivClassName
{
background-color: #E77C8C;
}
.BgClassName
{
background-color: #E77C8C;
}
</style>
border-color css
<style>
span { border-color: #E77C8C; }
span { border-color: rgb(231,124,140); }
td.TdClassName
{
border-color: #E77C8C;
}
.TagClassName
{
border-color: #E77C8C;
}
</style>