Shades of Carissma #EB779D
Tints of Carissma #EB779D
RGB
CMYK
RGB Variations
Color information
#EB779D (or 0xEB779D) is known color: Carissma. HEX triplet: EB, 77 and 9D. RGB value is (235,119,157). Sum of RGB (Red+Green+Blue) = 235+119+157=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 119 (46.88% from 255 or 23.29% from 511); Blue value is 157 (61.72% from 255 or 30.72% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EB779D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB779D is #148862. Grayscale: #9D9D9D. Windows color (decimal): -1345635 or 10319851. OLE color: 10319851.
HSL color Cylindrical-coordinate representation of color #EB779D: hue angle of 340.34º 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 #EB779D is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 119 | 157 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.08 |
| HSL | 340.34º | 0.74% | 0.69% | - |
| HSV(B) | 340.34º | 0.49% | 0.92% | - |
| XYZ | 46.94 | 33.29 | 35.85 | - |
| YUV | 158.02 | 127.43 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 119 | 157 | 0 | 0.49 | 0.33 | 0.08 | 340.34 | 0.74 | 0.69 |
| Hex | EB | 77 | 9D | 0 | 31 | 21 | 8 | 154 | 4A | 45 |
| Octal | 353 | 167 | 235 | 0 | 61 | 41 | 10 | 524 | 112 | 105 |
| Binary | 11101011 | 1110111 | 10011101 | 0 | 110001 | 100001 | 1000 | 101010100 | 1001010 | 1000101 |
Color Harmonies of #EB779D
Complementary color
Monochromatic Colors of #EB779D
Black with #EB779D
Text Example
Text Example
White with #EB779D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB779D; }
p { color: rgb(235,119,157); }
H1.HeaderClassName
{
color: #EB779D;
}
.AnyTagClassName
{
color: #EB779D;
}
</style>
background-color css
<style>
a { background-color: #EB779D; }
a { background-color: rgb(235,119,157); }
div.DivClassName
{
background-color: #EB779D;
}
.BgClassName
{
background-color: #EB779D;
}
</style>
border-color css
<style>
span { border-color: #EB779D; }
span { border-color: rgb(235,119,157); }
td.TdClassName
{
border-color: #EB779D;
}
.TagClassName
{
border-color: #EB779D;
}
</style>