Shades of Carissma #E97D8B
Tints of Carissma #E97D8B
RGB
CMYK
RGB Variations
Color information
#E97D8B (or 0xE97D8B) is known color: Carissma. HEX triplet: E9, 7D and 8B. RGB value is (233,125,139). Sum of RGB (Red+Green+Blue) = 233+125+139=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97D8B is #168274. Grayscale: #9E9E9E. Windows color (decimal): -1475189 or 9141737. OLE color: 9141737.
HSL color Cylindrical-coordinate representation of color #E97D8B: hue angle of 352.22º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E97D8B is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 125 | 139 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.09 |
| HSL | 352.22º | 0.71% | 0.7% | - |
| HSV(B) | 352.22º | 0.46% | 0.91% | - |
| XYZ | 45.6 | 33.85 | 28.56 | - |
| YUV | 158.89 | 116.78 | 180.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 125 | 139 | 0 | 0.46 | 0.40 | 0.09 | 352.22 | 0.71 | 0.7 |
| Hex | E9 | 7D | 8B | 0 | 2E | 28 | 9 | 160 | 47 | 46 |
| Octal | 351 | 175 | 213 | 0 | 56 | 50 | 11 | 540 | 107 | 106 |
| Binary | 11101001 | 1111101 | 10001011 | 0 | 101110 | 101000 | 1001 | 101100000 | 1000111 | 1000110 |
Color Harmonies of #E97D8B
Complementary color
Monochromatic Colors of #E97D8B
Black with #E97D8B
Text Example
Text Example
White with #E97D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97D8B; }
p { color: rgb(233,125,139); }
H1.HeaderClassName
{
color: #E97D8B;
}
.AnyTagClassName
{
color: #E97D8B;
}
</style>
background-color css
<style>
a { background-color: #E97D8B; }
a { background-color: rgb(233,125,139); }
div.DivClassName
{
background-color: #E97D8B;
}
.BgClassName
{
background-color: #E97D8B;
}
</style>
border-color css
<style>
span { border-color: #E97D8B; }
span { border-color: rgb(233,125,139); }
td.TdClassName
{
border-color: #E97D8B;
}
.TagClassName
{
border-color: #E97D8B;
}
</style>