Shades of Carissma #E97D9C
Tints of Carissma #E97D9C
RGB
CMYK
RGB Variations
Color information
#E97D9C (or 0xE97D9C) is known color: Carissma. HEX triplet: E9, 7D and 9C. RGB value is (233,125,156). Sum of RGB (Red+Green+Blue) = 233+125+156=514 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.33% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97D9C is #168263. Grayscale: #A0A0A0. Windows color (decimal): -1475172 or 10255849. OLE color: 10255849.
HSL color Cylindrical-coordinate representation of color #E97D9C: hue angle of 342.78º 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 #E97D9C is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 125 | 156 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.09 |
| HSL | 342.78º | 0.71% | 0.7% | - |
| HSV(B) | 342.78º | 0.46% | 0.91% | - |
| XYZ | 46.94 | 34.39 | 35.62 | - |
| YUV | 160.83 | 125.28 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 125 | 156 | 0 | 0.46 | 0.33 | 0.09 | 342.78 | 0.71 | 0.7 |
| Hex | E9 | 7D | 9C | 0 | 2E | 21 | 9 | 157 | 47 | 46 |
| Octal | 351 | 175 | 234 | 0 | 56 | 41 | 11 | 527 | 107 | 106 |
| Binary | 11101001 | 1111101 | 10011100 | 0 | 101110 | 100001 | 1001 | 101010111 | 1000111 | 1000110 |
Color Harmonies of #E97D9C
Complementary color
Monochromatic Colors of #E97D9C
Black with #E97D9C
Text Example
Text Example
White with #E97D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97D9C; }
p { color: rgb(233,125,156); }
H1.HeaderClassName
{
color: #E97D9C;
}
.AnyTagClassName
{
color: #E97D9C;
}
</style>
background-color css
<style>
a { background-color: #E97D9C; }
a { background-color: rgb(233,125,156); }
div.DivClassName
{
background-color: #E97D9C;
}
.BgClassName
{
background-color: #E97D9C;
}
</style>
border-color css
<style>
span { border-color: #E97D9C; }
span { border-color: rgb(233,125,156); }
td.TdClassName
{
border-color: #E97D9C;
}
.TagClassName
{
border-color: #E97D9C;
}
</style>