Shades of Carissma #E97E8C
Tints of Carissma #E97E8C
RGB
CMYK
RGB Variations
Color information
#E97E8C (or 0xE97E8C) is known color: Carissma. HEX triplet: E9, 7E and 8C. RGB value is (233,126,140). Sum of RGB (Red+Green+Blue) = 233+126+140=499 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.69% from 499); Green value is 126 (49.61% from 255 or 25.25% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 233 - color contains mainly: red. Hex color #E97E8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97E8C is #168173. Grayscale: #9F9F9F. Windows color (decimal): -1474932 or 9207529. OLE color: 9207529.
HSL color Cylindrical-coordinate representation of color #E97E8C: hue angle of 352.15º 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 #E97E8C is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 126 | 140 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.09 |
| HSL | 352.15º | 0.71% | 0.7% | - |
| HSV(B) | 352.15º | 0.46% | 0.91% | - |
| XYZ | 45.8 | 34.14 | 28.99 | - |
| YUV | 159.59 | 116.95 | 180.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 126 | 140 | 0 | 0.46 | 0.40 | 0.09 | 352.15 | 0.71 | 0.7 |
| Hex | E9 | 7E | 8C | 0 | 2E | 28 | 9 | 160 | 47 | 46 |
| Octal | 351 | 176 | 214 | 0 | 56 | 50 | 11 | 540 | 107 | 106 |
| Binary | 11101001 | 1111110 | 10001100 | 0 | 101110 | 101000 | 1001 | 101100000 | 1000111 | 1000110 |
Color Harmonies of #E97E8C
Complementary color
Monochromatic Colors of #E97E8C
Black with #E97E8C
Text Example
Text Example
White with #E97E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97E8C; }
p { color: rgb(233,126,140); }
H1.HeaderClassName
{
color: #E97E8C;
}
.AnyTagClassName
{
color: #E97E8C;
}
</style>
background-color css
<style>
a { background-color: #E97E8C; }
a { background-color: rgb(233,126,140); }
div.DivClassName
{
background-color: #E97E8C;
}
.BgClassName
{
background-color: #E97E8C;
}
</style>
border-color css
<style>
span { border-color: #E97E8C; }
span { border-color: rgb(233,126,140); }
td.TdClassName
{
border-color: #E97E8C;
}
.TagClassName
{
border-color: #E97E8C;
}
</style>