Shades of Carissma #E97A8E
Tints of Carissma #E97A8E
RGB
CMYK
RGB Variations
Color information
#E97A8E (or 0xE97A8E) is known color: Carissma. HEX triplet: E9, 7A and 8E. RGB value is (233,122,142). Sum of RGB (Red+Green+Blue) = 233+122+142=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 142 (55.86% from 255 or 28.57% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97A8E is #168571. Grayscale: #9D9D9D. Windows color (decimal): -1475954 or 9337577. OLE color: 9337577.
HSL color Cylindrical-coordinate representation of color #E97A8E: hue angle of 349.19º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E97A8E is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 122 | 142 | - |
| CMYK | 0 | 0.48 | 0.39 | 0.09 |
| HSL | 349.19º | 0.72% | 0.7% | - |
| HSV(B) | 349.19º | 0.48% | 0.91% | - |
| XYZ | 45.45 | 33.2 | 29.6 | - |
| YUV | 157.47 | 119.27 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 122 | 142 | 0 | 0.48 | 0.39 | 0.09 | 349.19 | 0.72 | 0.7 |
| Hex | E9 | 7A | 8E | 0 | 30 | 27 | 9 | 15D | 48 | 46 |
| Octal | 351 | 172 | 216 | 0 | 60 | 47 | 11 | 535 | 110 | 106 |
| Binary | 11101001 | 1111010 | 10001110 | 0 | 110000 | 100111 | 1001 | 101011101 | 1001000 | 1000110 |
Color Harmonies of #E97A8E
Complementary color
Monochromatic Colors of #E97A8E
Black with #E97A8E
Text Example
Text Example
White with #E97A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97A8E; }
p { color: rgb(233,122,142); }
H1.HeaderClassName
{
color: #E97A8E;
}
.AnyTagClassName
{
color: #E97A8E;
}
</style>
background-color css
<style>
a { background-color: #E97A8E; }
a { background-color: rgb(233,122,142); }
div.DivClassName
{
background-color: #E97A8E;
}
.BgClassName
{
background-color: #E97A8E;
}
</style>
border-color css
<style>
span { border-color: #E97A8E; }
span { border-color: rgb(233,122,142); }
td.TdClassName
{
border-color: #E97A8E;
}
.TagClassName
{
border-color: #E97A8E;
}
</style>