Shades of Carissma #EB7C8D
Tints of Carissma #EB7C8D
RGB
CMYK
RGB Variations
Color information
#EB7C8D (or 0xEB7C8D) is known color: Carissma. HEX triplet: EB, 7C and 8D. RGB value is (235,124,141). Sum of RGB (Red+Green+Blue) = 235+124+141=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7C8D is #148372. Grayscale: #9F9F9F. Windows color (decimal): -1344371 or 9272555. OLE color: 9272555.
HSL color Cylindrical-coordinate representation of color #EB7C8D: hue angle of 350.81º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB7C8D is Cyan = 0, Magento = 0.47, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 124 | 141 | - |
| CMYK | 0 | 0.47 | 0.4 | 0.08 |
| HSL | 350.81º | 0.74% | 0.7% | - |
| HSV(B) | 350.81º | 0.47% | 0.92% | - |
| XYZ | 46.28 | 34 | 29.32 | - |
| YUV | 159.13 | 117.77 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 124 | 141 | 0 | 0.47 | 0.4 | 0.08 | 350.81 | 0.74 | 0.7 |
| Hex | EB | 7C | 8D | 0 | 2F | 28 | 8 | 15F | 4A | 46 |
| Octal | 353 | 174 | 215 | 0 | 57 | 50 | 10 | 537 | 112 | 106 |
| Binary | 11101011 | 1111100 | 10001101 | 0 | 101111 | 101000 | 1000 | 101011111 | 1001010 | 1000110 |
Color Harmonies of #EB7C8D
Complementary color
Monochromatic Colors of #EB7C8D
Black with #EB7C8D
Text Example
Text Example
White with #EB7C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7C8D; }
p { color: rgb(235,124,141); }
H1.HeaderClassName
{
color: #EB7C8D;
}
.AnyTagClassName
{
color: #EB7C8D;
}
</style>
background-color css
<style>
a { background-color: #EB7C8D; }
a { background-color: rgb(235,124,141); }
div.DivClassName
{
background-color: #EB7C8D;
}
.BgClassName
{
background-color: #EB7C8D;
}
</style>
border-color css
<style>
span { border-color: #EB7C8D; }
span { border-color: rgb(235,124,141); }
td.TdClassName
{
border-color: #EB7C8D;
}
.TagClassName
{
border-color: #EB7C8D;
}
</style>