Shades of Carissma #E97CA0
Tints of Carissma #E97CA0
RGB
CMYK
RGB Variations
Color information
#E97CA0 (or 0xE97CA0) is known color: Carissma. HEX triplet: E9, 7C and A0. RGB value is (233,124,160). Sum of RGB (Red+Green+Blue) = 233+124+160=517 (68% of max value = 765). Red value is 233 (91.41% from 255 or 45.07% from 517); Green value is 124 (48.83% from 255 or 23.98% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 233 - color contains mainly: red. Hex color #E97CA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97CA0 is #16835F. Grayscale: #A0A0A0. Windows color (decimal): -1475424 or 10517737. OLE color: 10517737.
HSL color Cylindrical-coordinate representation of color #E97CA0: hue angle of 340.18º 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 #E97CA0 is Cyan = 0, Magento = 0.47, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 124 | 160 | - |
| CMYK | 0 | 0.47 | 0.31 | 0.09 |
| HSL | 340.18º | 0.71% | 0.7% | - |
| HSV(B) | 340.18º | 0.47% | 0.91% | - |
| XYZ | 47.16 | 34.28 | 37.39 | - |
| YUV | 160.7 | 127.61 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 124 | 160 | 0 | 0.47 | 0.31 | 0.09 | 340.18 | 0.71 | 0.7 |
| Hex | E9 | 7C | A0 | 0 | 2F | 1F | 9 | 154 | 47 | 46 |
| Octal | 351 | 174 | 240 | 0 | 57 | 37 | 11 | 524 | 107 | 106 |
| Binary | 11101001 | 1111100 | 10100000 | 0 | 101111 | 11111 | 1001 | 101010100 | 1000111 | 1000110 |
Color Harmonies of #E97CA0
Complementary color
Monochromatic Colors of #E97CA0
Black with #E97CA0
Text Example
Text Example
White with #E97CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97CA0; }
p { color: rgb(233,124,160); }
H1.HeaderClassName
{
color: #E97CA0;
}
.AnyTagClassName
{
color: #E97CA0;
}
</style>
background-color css
<style>
a { background-color: #E97CA0; }
a { background-color: rgb(233,124,160); }
div.DivClassName
{
background-color: #E97CA0;
}
.BgClassName
{
background-color: #E97CA0;
}
</style>
border-color css
<style>
span { border-color: #E97CA0; }
span { border-color: rgb(233,124,160); }
td.TdClassName
{
border-color: #E97CA0;
}
.TagClassName
{
border-color: #E97CA0;
}
</style>