Shades of Carissma #E778A0
Tints of Carissma #E778A0
RGB
CMYK
RGB Variations
Color information
#E778A0 (or 0xE778A0) is known color: Carissma. HEX triplet: E7, 78 and A0. RGB value is (231,120,160). Sum of RGB (Red+Green+Blue) = 231+120+160=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 120 (47.27% from 255 or 23.48% from 511); Blue value is 160 (62.89% from 255 or 31.31% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E778A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E778A0 is #18875F. Grayscale: #9D9D9D. Windows color (decimal): -1607520 or 10516711. OLE color: 10516711.
HSL color Cylindrical-coordinate representation of color #E778A0: hue angle of 338.38º 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 #E778A0 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 120 | 160 | - |
| CMYK | 0 | 0.48 | 0.31 | 0.09 |
| HSL | 338.38º | 0.7% | 0.69% | - |
| HSV(B) | 338.38º | 0.48% | 0.91% | - |
| XYZ | 46.02 | 32.96 | 37.19 | - |
| YUV | 157.75 | 129.27 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 120 | 160 | 0 | 0.48 | 0.31 | 0.09 | 338.38 | 0.7 | 0.69 |
| Hex | E7 | 78 | A0 | 0 | 30 | 1F | 9 | 152 | 46 | 45 |
| Octal | 347 | 170 | 240 | 0 | 60 | 37 | 11 | 522 | 106 | 105 |
| Binary | 11100111 | 1111000 | 10100000 | 0 | 110000 | 11111 | 1001 | 101010010 | 1000110 | 1000101 |
Color Harmonies of #E778A0
Complementary color
Monochromatic Colors of #E778A0
Black with #E778A0
Text Example
Text Example
White with #E778A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E778A0; }
p { color: rgb(231,120,160); }
H1.HeaderClassName
{
color: #E778A0;
}
.AnyTagClassName
{
color: #E778A0;
}
</style>
background-color css
<style>
a { background-color: #E778A0; }
a { background-color: rgb(231,120,160); }
div.DivClassName
{
background-color: #E778A0;
}
.BgClassName
{
background-color: #E778A0;
}
</style>
border-color css
<style>
span { border-color: #E778A0; }
span { border-color: rgb(231,120,160); }
td.TdClassName
{
border-color: #E778A0;
}
.TagClassName
{
border-color: #E778A0;
}
</style>