Shades of Carissma #EB7D8E
Tints of Carissma #EB7D8E
RGB
CMYK
RGB Variations
Color information
#EB7D8E (or 0xEB7D8E) is known color: Carissma. HEX triplet: EB, 7D and 8E. RGB value is (235,125,142). Sum of RGB (Red+Green+Blue) = 235+125+142=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7D8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB7D8E is #148271. Grayscale: #9F9F9F. Windows color (decimal): -1344114 or 9338347. OLE color: 9338347.
HSL color Cylindrical-coordinate representation of color #EB7D8E: hue angle of 350.73º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB7D8E is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 125 | 142 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.08 |
| HSL | 350.73º | 0.73% | 0.71% | - |
| HSV(B) | 350.73º | 0.47% | 0.92% | - |
| XYZ | 46.48 | 34.28 | 29.76 | - |
| YUV | 159.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 125 | 142 | 0 | 0.47 | 0.40 | 0.08 | 350.73 | 0.73 | 0.71 |
| Hex | EB | 7D | 8E | 0 | 2F | 28 | 8 | 15F | 49 | 47 |
| Octal | 353 | 175 | 216 | 0 | 57 | 50 | 10 | 537 | 111 | 107 |
| Binary | 11101011 | 1111101 | 10001110 | 0 | 101111 | 101000 | 1000 | 101011111 | 1001001 | 1000111 |
Color Harmonies of #EB7D8E
Complementary color
Monochromatic Colors of #EB7D8E
Black with #EB7D8E
Text Example
Text Example
White with #EB7D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB7D8E; }
p { color: rgb(235,125,142); }
H1.HeaderClassName
{
color: #EB7D8E;
}
.AnyTagClassName
{
color: #EB7D8E;
}
</style>
background-color css
<style>
a { background-color: #EB7D8E; }
a { background-color: rgb(235,125,142); }
div.DivClassName
{
background-color: #EB7D8E;
}
.BgClassName
{
background-color: #EB7D8E;
}
</style>
border-color css
<style>
span { border-color: #EB7D8E; }
span { border-color: rgb(235,125,142); }
td.TdClassName
{
border-color: #EB7D8E;
}
.TagClassName
{
border-color: #EB7D8E;
}
</style>