Shades of Carissma #E97990
Tints of Carissma #E97990
RGB
CMYK
RGB Variations
Color information
#E97990 (or 0xE97990) is known color: Carissma. HEX triplet: E9, 79 and 90. RGB value is (233,121,144). Sum of RGB (Red+Green+Blue) = 233+121+144=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 121 (47.66% from 255 or 24.30% from 498); Blue value is 144 (56.64% from 255 or 28.92% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E97990 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97990 is #16866F. Grayscale: #9D9D9D. Windows color (decimal): -1476208 or 9468393. OLE color: 9468393.
HSL color Cylindrical-coordinate representation of color #E97990: hue angle of 347.68º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E97990 is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 121 | 144 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.09 |
| HSL | 347.68º | 0.72% | 0.69% | - |
| HSV(B) | 347.68º | 0.48% | 0.91% | - |
| XYZ | 45.48 | 33.01 | 30.36 | - |
| YUV | 157.11 | 120.61 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 121 | 144 | 0 | 0.48 | 0.38 | 0.09 | 347.68 | 0.72 | 0.69 |
| Hex | E9 | 79 | 90 | 0 | 30 | 26 | 9 | 15C | 48 | 45 |
| Octal | 351 | 171 | 220 | 0 | 60 | 46 | 11 | 534 | 110 | 105 |
| Binary | 11101001 | 1111001 | 10010000 | 0 | 110000 | 100110 | 1001 | 101011100 | 1001000 | 1000101 |
Color Harmonies of #E97990
Complementary color
Monochromatic Colors of #E97990
Black with #E97990
Text Example
Text Example
White with #E97990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97990; }
p { color: rgb(233,121,144); }
H1.HeaderClassName
{
color: #E97990;
}
.AnyTagClassName
{
color: #E97990;
}
</style>
background-color css
<style>
a { background-color: #E97990; }
a { background-color: rgb(233,121,144); }
div.DivClassName
{
background-color: #E97990;
}
.BgClassName
{
background-color: #E97990;
}
</style>
border-color css
<style>
span { border-color: #E97990; }
span { border-color: rgb(233,121,144); }
td.TdClassName
{
border-color: #E97990;
}
.TagClassName
{
border-color: #E97990;
}
</style>