Shades of Carissma #E7779B
Tints of Carissma #E7779B
RGB
CMYK
RGB Variations
Color information
#E7779B (or 0xE7779B) is known color: Carissma. HEX triplet: E7, 77 and 9B. RGB value is (231,119,155). Sum of RGB (Red+Green+Blue) = 231+119+155=505 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.74% from 505); Green value is 119 (46.88% from 255 or 23.56% from 505); Blue value is 155 (60.94% from 255 or 30.69% from 505); Max value from RGB is 231 - color contains mainly: red. Hex color #E7779B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E7779B is #188864. Grayscale: #9C9C9C. Windows color (decimal): -1607781 or 10188775. OLE color: 10188775.
HSL color Cylindrical-coordinate representation of color #E7779B: hue angle of 340.71º 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 #E7779B is Cyan = 0, Magento = 0.48, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 119 | 155 | - |
| CMYK | 0 | 0.48 | 0.33 | 0.09 |
| HSL | 340.71º | 0.7% | 0.69% | - |
| HSV(B) | 340.71º | 0.48% | 0.91% | - |
| XYZ | 45.47 | 32.55 | 34.9 | - |
| YUV | 156.59 | 127.11 | 181.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 119 | 155 | 0 | 0.48 | 0.33 | 0.09 | 340.71 | 0.7 | 0.69 |
| Hex | E7 | 77 | 9B | 0 | 30 | 21 | 9 | 155 | 46 | 45 |
| Octal | 347 | 167 | 233 | 0 | 60 | 41 | 11 | 525 | 106 | 105 |
| Binary | 11100111 | 1110111 | 10011011 | 0 | 110000 | 100001 | 1001 | 101010101 | 1000110 | 1000101 |
Color Harmonies of #E7779B
Complementary color
Monochromatic Colors of #E7779B
Black with #E7779B
Text Example
Text Example
White with #E7779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7779B; }
p { color: rgb(231,119,155); }
H1.HeaderClassName
{
color: #E7779B;
}
.AnyTagClassName
{
color: #E7779B;
}
</style>
background-color css
<style>
a { background-color: #E7779B; }
a { background-color: rgb(231,119,155); }
div.DivClassName
{
background-color: #E7779B;
}
.BgClassName
{
background-color: #E7779B;
}
</style>
border-color css
<style>
span { border-color: #E7779B; }
span { border-color: rgb(231,119,155); }
td.TdClassName
{
border-color: #E7779B;
}
.TagClassName
{
border-color: #E7779B;
}
</style>