Shades of Carissma #EB808B
Tints of Carissma #EB808B
RGB
CMYK
RGB Variations
Color information
#EB808B (or 0xEB808B) is known color: Carissma. HEX triplet: EB, 80 and 8B. RGB value is (235,128,139). Sum of RGB (Red+Green+Blue) = 235+128+139=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 128 (50.39% from 255 or 25.50% from 502); Blue value is 139 (54.69% from 255 or 27.69% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EB808B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EB808B is #147F74. Grayscale: #A1A1A1. Windows color (decimal): -1343349 or 9142507. OLE color: 9142507.
HSL color Cylindrical-coordinate representation of color #EB808B: hue angle of 353.83º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EB808B is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 128 | 139 | - |
| CMYK | 0 | 0.46 | 0.41 | 0.08 |
| HSL | 353.83º | 0.73% | 0.71% | - |
| HSV(B) | 353.83º | 0.46% | 0.92% | - |
| XYZ | 46.64 | 34.96 | 28.72 | - |
| YUV | 161.25 | 115.45 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 128 | 139 | 0 | 0.46 | 0.41 | 0.08 | 353.83 | 0.73 | 0.71 |
| Hex | EB | 80 | 8B | 0 | 2E | 29 | 8 | 162 | 49 | 47 |
| Octal | 353 | 200 | 213 | 0 | 56 | 51 | 10 | 542 | 111 | 107 |
| Binary | 11101011 | 10000000 | 10001011 | 0 | 101110 | 101001 | 1000 | 101100010 | 1001001 | 1000111 |
Color Harmonies of #EB808B
Complementary color
Monochromatic Colors of #EB808B
Black with #EB808B
Text Example
Text Example
White with #EB808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB808B; }
p { color: rgb(235,128,139); }
H1.HeaderClassName
{
color: #EB808B;
}
.AnyTagClassName
{
color: #EB808B;
}
</style>
background-color css
<style>
a { background-color: #EB808B; }
a { background-color: rgb(235,128,139); }
div.DivClassName
{
background-color: #EB808B;
}
.BgClassName
{
background-color: #EB808B;
}
</style>
border-color css
<style>
span { border-color: #EB808B; }
span { border-color: rgb(235,128,139); }
td.TdClassName
{
border-color: #EB808B;
}
.TagClassName
{
border-color: #EB808B;
}
</style>