Shades of Carissma #E97D8F
Tints of Carissma #E97D8F
RGB
CMYK
RGB Variations
Color information
#E97D8F (or 0xE97D8F) is known color: Carissma. HEX triplet: E9, 7D and 8F. RGB value is (233,125,143). Sum of RGB (Red+Green+Blue) = 233+125+143=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E97D8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97D8F is #168270. Grayscale: #9F9F9F. Windows color (decimal): -1475185 or 9403881. OLE color: 9403881.
HSL color Cylindrical-coordinate representation of color #E97D8F: hue angle of 350º 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 #E97D8F is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 125 | 143 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.09 |
| HSL | 350º | 0.71% | 0.7% | - |
| HSV(B) | 350º | 0.46% | 0.91% | - |
| XYZ | 45.9 | 33.97 | 30.13 | - |
| YUV | 159.34 | 118.78 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 125 | 143 | 0 | 0.46 | 0.39 | 0.09 | 350 | 0.71 | 0.7 |
| Hex | E9 | 7D | 8F | 0 | 2E | 27 | 9 | 15E | 47 | 46 |
| Octal | 351 | 175 | 217 | 0 | 56 | 47 | 11 | 536 | 107 | 106 |
| Binary | 11101001 | 1111101 | 10001111 | 0 | 101110 | 100111 | 1001 | 101011110 | 1000111 | 1000110 |
Color Harmonies of #E97D8F
Complementary color
Monochromatic Colors of #E97D8F
Black with #E97D8F
Text Example
Text Example
White with #E97D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97D8F; }
p { color: rgb(233,125,143); }
H1.HeaderClassName
{
color: #E97D8F;
}
.AnyTagClassName
{
color: #E97D8F;
}
</style>
background-color css
<style>
a { background-color: #E97D8F; }
a { background-color: rgb(233,125,143); }
div.DivClassName
{
background-color: #E97D8F;
}
.BgClassName
{
background-color: #E97D8F;
}
</style>
border-color css
<style>
span { border-color: #E97D8F; }
span { border-color: rgb(233,125,143); }
td.TdClassName
{
border-color: #E97D8F;
}
.TagClassName
{
border-color: #E97D8F;
}
</style>