Shades of Carissma #EB799B
Tints of Carissma #EB799B
RGB
CMYK
RGB Variations
Color information
#EB799B (or 0xEB799B) is known color: Carissma. HEX triplet: EB, 79 and 9B. RGB value is (235,121,155). Sum of RGB (Red+Green+Blue) = 235+121+155=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EB799B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB799B is #148664. Grayscale: #9E9E9E. Windows color (decimal): -1345125 or 10189291. OLE color: 10189291.
HSL color Cylindrical-coordinate representation of color #EB799B: hue angle of 342.11º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EB799B is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 121 | 155 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.08 |
| HSL | 342.11º | 0.74% | 0.7% | - |
| HSV(B) | 342.11º | 0.49% | 0.92% | - |
| XYZ | 47.01 | 33.7 | 35.04 | - |
| YUV | 158.96 | 125.77 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 121 | 155 | 0 | 0.49 | 0.34 | 0.08 | 342.11 | 0.74 | 0.7 |
| Hex | EB | 79 | 9B | 0 | 31 | 22 | 8 | 156 | 4A | 46 |
| Octal | 353 | 171 | 233 | 0 | 61 | 42 | 10 | 526 | 112 | 106 |
| Binary | 11101011 | 1111001 | 10011011 | 0 | 110001 | 100010 | 1000 | 101010110 | 1001010 | 1000110 |
Color Harmonies of #EB799B
Complementary color
Monochromatic Colors of #EB799B
Black with #EB799B
Text Example
Text Example
White with #EB799B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB799B; }
p { color: rgb(235,121,155); }
H1.HeaderClassName
{
color: #EB799B;
}
.AnyTagClassName
{
color: #EB799B;
}
</style>
background-color css
<style>
a { background-color: #EB799B; }
a { background-color: rgb(235,121,155); }
div.DivClassName
{
background-color: #EB799B;
}
.BgClassName
{
background-color: #EB799B;
}
</style>
border-color css
<style>
span { border-color: #EB799B; }
span { border-color: rgb(235,121,155); }
td.TdClassName
{
border-color: #EB799B;
}
.TagClassName
{
border-color: #EB799B;
}
</style>