Shades of Carissma #EB779B
Tints of Carissma #EB779B
RGB
CMYK
RGB Variations
Color information
#EB779B (or 0xEB779B) is known color: Carissma. HEX triplet: EB, 77 and 9B. RGB value is (235,119,155). Sum of RGB (Red+Green+Blue) = 235+119+155=509 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.17% from 509); Green value is 119 (46.88% from 255 or 23.38% from 509); Blue value is 155 (60.94% from 255 or 30.45% from 509); Max value from RGB is 235 - color contains mainly: red. Hex color #EB779B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB779B is #148864. Grayscale: #9D9D9D. Windows color (decimal): -1345637 or 10188779. OLE color: 10188779.
HSL color Cylindrical-coordinate representation of color #EB779B: hue angle of 341.38º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB779B is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 119 | 155 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.08 |
| HSL | 341.38º | 0.74% | 0.69% | - |
| HSV(B) | 341.38º | 0.49% | 0.92% | - |
| XYZ | 46.77 | 33.22 | 34.96 | - |
| YUV | 157.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 119 | 155 | 0 | 0.49 | 0.34 | 0.08 | 341.38 | 0.74 | 0.69 |
| Hex | EB | 77 | 9B | 0 | 31 | 22 | 8 | 155 | 4A | 45 |
| Octal | 353 | 167 | 233 | 0 | 61 | 42 | 10 | 525 | 112 | 105 |
| Binary | 11101011 | 1110111 | 10011011 | 0 | 110001 | 100010 | 1000 | 101010101 | 1001010 | 1000101 |
Color Harmonies of #EB779B
Complementary color
Monochromatic Colors of #EB779B
Black with #EB779B
Text Example
Text Example
White with #EB779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB779B; }
p { color: rgb(235,119,155); }
H1.HeaderClassName
{
color: #EB779B;
}
.AnyTagClassName
{
color: #EB779B;
}
</style>
background-color css
<style>
a { background-color: #EB779B; }
a { background-color: rgb(235,119,155); }
div.DivClassName
{
background-color: #EB779B;
}
.BgClassName
{
background-color: #EB779B;
}
</style>
border-color css
<style>
span { border-color: #EB779B; }
span { border-color: rgb(235,119,155); }
td.TdClassName
{
border-color: #EB779B;
}
.TagClassName
{
border-color: #EB779B;
}
</style>