Shades of Carissma #E77994
Tints of Carissma #E77994
RGB
CMYK
RGB Variations
Color information
#E77994 (or 0xE77994) is known color: Carissma. HEX triplet: E7, 79 and 94. RGB value is (231,121,148). Sum of RGB (Red+Green+Blue) = 231+121+148=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 121 (47.66% from 255 or 24.2% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 231 - color contains mainly: red. Hex color #E77994 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E77994 is #18866B. Grayscale: #9C9C9C. Windows color (decimal): -1607276 or 9730535. OLE color: 9730535.
HSL color Cylindrical-coordinate representation of color #E77994: hue angle of 345.27º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E77994 is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 121 | 148 | - |
| CMYK | 0 | 0.48 | 0.36 | 0.09 |
| HSL | 345.27º | 0.7% | 0.69% | - |
| HSV(B) | 345.27º | 0.48% | 0.91% | - |
| XYZ | 45.14 | 32.8 | 31.97 | - |
| YUV | 156.97 | 122.94 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 121 | 148 | 0 | 0.48 | 0.36 | 0.09 | 345.27 | 0.7 | 0.69 |
| Hex | E7 | 79 | 94 | 0 | 30 | 24 | 9 | 159 | 46 | 45 |
| Octal | 347 | 171 | 224 | 0 | 60 | 44 | 11 | 531 | 106 | 105 |
| Binary | 11100111 | 1111001 | 10010100 | 0 | 110000 | 100100 | 1001 | 101011001 | 1000110 | 1000101 |
Color Harmonies of #E77994
Complementary color
Monochromatic Colors of #E77994
Black with #E77994
Text Example
Text Example
White with #E77994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E77994; }
p { color: rgb(231,121,148); }
H1.HeaderClassName
{
color: #E77994;
}
.AnyTagClassName
{
color: #E77994;
}
</style>
background-color css
<style>
a { background-color: #E77994; }
a { background-color: rgb(231,121,148); }
div.DivClassName
{
background-color: #E77994;
}
.BgClassName
{
background-color: #E77994;
}
</style>
border-color css
<style>
span { border-color: #E77994; }
span { border-color: rgb(231,121,148); }
td.TdClassName
{
border-color: #E77994;
}
.TagClassName
{
border-color: #E77994;
}
</style>