Shades of Carissma #E97A8A
Tints of Carissma #E97A8A
RGB
CMYK
RGB Variations
Color information
#E97A8A (or 0xE97A8A) is known color: Carissma. HEX triplet: E9, 7A and 8A. RGB value is (233,122,138). Sum of RGB (Red+Green+Blue) = 233+122+138=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A8A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97A8A is #168575. Grayscale: #9D9D9D. Windows color (decimal): -1475958 or 9075433. OLE color: 9075433.
HSL color Cylindrical-coordinate representation of color #E97A8A: hue angle of 351.35º 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 #E97A8A is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 122 | 138 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.09 |
| HSL | 351.35º | 0.72% | 0.7% | - |
| HSV(B) | 351.35º | 0.48% | 0.91% | - |
| XYZ | 45.15 | 33.08 | 28.05 | - |
| YUV | 157.01 | 117.27 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 122 | 138 | 0 | 0.48 | 0.41 | 0.09 | 351.35 | 0.72 | 0.7 |
| Hex | E9 | 7A | 8A | 0 | 30 | 29 | 9 | 15F | 48 | 46 |
| Octal | 351 | 172 | 212 | 0 | 60 | 51 | 11 | 537 | 110 | 106 |
| Binary | 11101001 | 1111010 | 10001010 | 0 | 110000 | 101001 | 1001 | 101011111 | 1001000 | 1000110 |
Color Harmonies of #E97A8A
Complementary color
Monochromatic Colors of #E97A8A
Black with #E97A8A
Text Example
Text Example
White with #E97A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97A8A; }
p { color: rgb(233,122,138); }
H1.HeaderClassName
{
color: #E97A8A;
}
.AnyTagClassName
{
color: #E97A8A;
}
</style>
background-color css
<style>
a { background-color: #E97A8A; }
a { background-color: rgb(233,122,138); }
div.DivClassName
{
background-color: #E97A8A;
}
.BgClassName
{
background-color: #E97A8A;
}
</style>
border-color css
<style>
span { border-color: #E97A8A; }
span { border-color: rgb(233,122,138); }
td.TdClassName
{
border-color: #E97A8A;
}
.TagClassName
{
border-color: #E97A8A;
}
</style>