Shades of Carissma #E97C90
Tints of Carissma #E97C90
RGB
CMYK
RGB Variations
Color information
#E97C90 (or 0xE97C90) is known color: Carissma. HEX triplet: E9, 7C and 90. RGB value is (233,124,144). Sum of RGB (Red+Green+Blue) = 233+124+144=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 144 (56.64% from 255 or 28.74% from 501); Max value from RGB is 233 - color contains mainly: red. Hex color #E97C90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97C90 is #16836F. Grayscale: #9E9E9E. Windows color (decimal): -1475440 or 9469161. OLE color: 9469161.
HSL color Cylindrical-coordinate representation of color #E97C90: hue angle of 348.99º 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 #E97C90 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 124 | 144 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.09 |
| HSL | 348.99º | 0.71% | 0.7% | - |
| HSV(B) | 348.99º | 0.47% | 0.91% | - |
| XYZ | 45.85 | 33.75 | 30.48 | - |
| YUV | 158.87 | 119.61 | 180.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 124 | 144 | 0 | 0.47 | 0.38 | 0.09 | 348.99 | 0.71 | 0.7 |
| Hex | E9 | 7C | 90 | 0 | 2F | 26 | 9 | 15D | 47 | 46 |
| Octal | 351 | 174 | 220 | 0 | 57 | 46 | 11 | 535 | 107 | 106 |
| Binary | 11101001 | 1111100 | 10010000 | 0 | 101111 | 100110 | 1001 | 101011101 | 1000111 | 1000110 |
Color Harmonies of #E97C90
Complementary color
Monochromatic Colors of #E97C90
Black with #E97C90
Text Example
Text Example
White with #E97C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97C90; }
p { color: rgb(233,124,144); }
H1.HeaderClassName
{
color: #E97C90;
}
.AnyTagClassName
{
color: #E97C90;
}
</style>
background-color css
<style>
a { background-color: #E97C90; }
a { background-color: rgb(233,124,144); }
div.DivClassName
{
background-color: #E97C90;
}
.BgClassName
{
background-color: #E97C90;
}
</style>
border-color css
<style>
span { border-color: #E97C90; }
span { border-color: rgb(233,124,144); }
td.TdClassName
{
border-color: #E97C90;
}
.TagClassName
{
border-color: #E97C90;
}
</style>