Shades of Carissma #E97A8C
Tints of Carissma #E97A8C
RGB
CMYK
RGB Variations
Color information
#E97A8C (or 0xE97A8C) is known color: Carissma. HEX triplet: E9, 7A and 8C. RGB value is (233,122,140). Sum of RGB (Red+Green+Blue) = 233+122+140=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E97A8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E97A8C is #168573. Grayscale: #9D9D9D. Windows color (decimal): -1475956 or 9206505. OLE color: 9206505.
HSL color Cylindrical-coordinate representation of color #E97A8C: hue angle of 350.27º 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 #E97A8C is Cyan = 0, Magento = 0.48, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 122 | 140 | - |
| CMYK | 0 | 0.48 | 0.40 | 0.09 |
| HSL | 350.27º | 0.72% | 0.7% | - |
| HSV(B) | 350.27º | 0.48% | 0.91% | - |
| XYZ | 45.3 | 33.14 | 28.82 | - |
| YUV | 157.24 | 118.27 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 122 | 140 | 0 | 0.48 | 0.40 | 0.09 | 350.27 | 0.72 | 0.7 |
| Hex | E9 | 7A | 8C | 0 | 30 | 28 | 9 | 15E | 48 | 46 |
| Octal | 351 | 172 | 214 | 0 | 60 | 50 | 11 | 536 | 110 | 106 |
| Binary | 11101001 | 1111010 | 10001100 | 0 | 110000 | 101000 | 1001 | 101011110 | 1001000 | 1000110 |
Color Harmonies of #E97A8C
Complementary color
Monochromatic Colors of #E97A8C
Black with #E97A8C
Text Example
Text Example
White with #E97A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E97A8C; }
p { color: rgb(233,122,140); }
H1.HeaderClassName
{
color: #E97A8C;
}
.AnyTagClassName
{
color: #E97A8C;
}
</style>
background-color css
<style>
a { background-color: #E97A8C; }
a { background-color: rgb(233,122,140); }
div.DivClassName
{
background-color: #E97A8C;
}
.BgClassName
{
background-color: #E97A8C;
}
</style>
border-color css
<style>
span { border-color: #E97A8C; }
span { border-color: rgb(233,122,140); }
td.TdClassName
{
border-color: #E97A8C;
}
.TagClassName
{
border-color: #E97A8C;
}
</style>