Shades of Carissma #E97B8C
Tints of Carissma #E97B8C
RGB
CMYK
RGB Variations
Color information
#E97B8C (or 0xE97B8C) is known color: Carissma. HEX triplet: E9, 7B and 8C. RGB value is (233,123,140). Sum of RGB (Red+Green+Blue) = 233+123+140=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 140 (55.08% from 255 or 28.23% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E97B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97B8C is #168473. Grayscale: #9D9D9D. Windows color (decimal): -1475700 or 9206761. OLE color: 9206761.
HSL color Cylindrical-coordinate representation of color #E97B8C: hue angle of 350.73º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E97B8C is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 123 | 140 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.09 |
| HSL | 350.73º | 0.71% | 0.7% | - |
| HSV(B) | 350.73º | 0.47% | 0.91% | - |
| XYZ | 45.42 | 33.38 | 28.86 | - |
| YUV | 157.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 123 | 140 | 0 | 0.47 | 0.40 | 0.09 | 350.73 | 0.71 | 0.7 |
| Hex | E9 | 7B | 8C | 0 | 2F | 28 | 9 | 15F | 47 | 46 |
| Octal | 351 | 173 | 214 | 0 | 57 | 50 | 11 | 537 | 107 | 106 |
| Binary | 11101001 | 1111011 | 10001100 | 0 | 101111 | 101000 | 1001 | 101011111 | 1000111 | 1000110 |
Color Harmonies of #E97B8C
Complementary color
Monochromatic Colors of #E97B8C
Black with #E97B8C
Text Example
Text Example
White with #E97B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97B8C; }
p { color: rgb(233,123,140); }
H1.HeaderClassName
{
color: #E97B8C;
}
.AnyTagClassName
{
color: #E97B8C;
}
</style>
background-color css
<style>
a { background-color: #E97B8C; }
a { background-color: rgb(233,123,140); }
div.DivClassName
{
background-color: #E97B8C;
}
.BgClassName
{
background-color: #E97B8C;
}
</style>
border-color css
<style>
span { border-color: #E97B8C; }
span { border-color: rgb(233,123,140); }
td.TdClassName
{
border-color: #E97B8C;
}
.TagClassName
{
border-color: #E97B8C;
}
</style>