Shades of Carissma #E77CA4
Tints of Carissma #E77CA4
RGB
CMYK
RGB Variations
Color information
#E77CA4 (or 0xE77CA4) is known color: Carissma. HEX triplet: E7, 7C and A4. RGB value is (231,124,164). Sum of RGB (Red+Green+Blue) = 231+124+164=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 164 (64.45% from 255 or 31.60% from 519); Max value from RGB is 231 - color contains mainly: red. Hex color #E77CA4 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77CA4 is #18835B. Grayscale: #A0A0A0. Windows color (decimal): -1606492 or 10779879. OLE color: 10779879.
HSL color Cylindrical-coordinate representation of color #E77CA4: hue angle of 337.57º 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 #E77CA4 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 124 | 164 | - |
| CMYK | 0 | 0.46 | 0.29 | 0.09 |
| HSL | 337.57º | 0.69% | 0.7% | - |
| HSV(B) | 337.57º | 0.46% | 0.91% | - |
| XYZ | 46.86 | 34.08 | 39.23 | - |
| YUV | 160.55 | 129.95 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 124 | 164 | 0 | 0.46 | 0.29 | 0.09 | 337.57 | 0.69 | 0.7 |
| Hex | E7 | 7C | A4 | 0 | 2E | 1D | 9 | 152 | 45 | 46 |
| Octal | 347 | 174 | 244 | 0 | 56 | 35 | 11 | 522 | 105 | 106 |
| Binary | 11100111 | 1111100 | 10100100 | 0 | 101110 | 11101 | 1001 | 101010010 | 1000101 | 1000110 |
Color Harmonies of #E77CA4
Complementary color
Monochromatic Colors of #E77CA4
Black with #E77CA4
Text Example
Text Example
White with #E77CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77CA4; }
p { color: rgb(231,124,164); }
H1.HeaderClassName
{
color: #E77CA4;
}
.AnyTagClassName
{
color: #E77CA4;
}
</style>
background-color css
<style>
a { background-color: #E77CA4; }
a { background-color: rgb(231,124,164); }
div.DivClassName
{
background-color: #E77CA4;
}
.BgClassName
{
background-color: #E77CA4;
}
</style>
border-color css
<style>
span { border-color: #E77CA4; }
span { border-color: rgb(231,124,164); }
td.TdClassName
{
border-color: #E77CA4;
}
.TagClassName
{
border-color: #E77CA4;
}
</style>