Shades of Carissma #E68797
Tints of Carissma #E68797
RGB
CMYK
RGB Variations
Color information
#E68797 (or 0xE68797) is known color: Carissma. HEX triplet: E6, 87 and 97. RGB value is (230,135,151). Sum of RGB (Red+Green+Blue) = 230+135+151=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 135 (53.12% from 255 or 26.16% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E68797 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68797 is #197868. Grayscale: #A5A5A5. Windows color (decimal): -1669225 or 9930726. OLE color: 9930726.
HSL color Cylindrical-coordinate representation of color #E68797: hue angle of 349.89º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E68797 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 135 | 151 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.10 |
| HSL | 349.89º | 0.66% | 0.72% | - |
| HSV(B) | 349.89º | 0.41% | 0.9% | - |
| XYZ | 46.88 | 36.39 | 33.83 | - |
| YUV | 165.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 135 | 151 | 0 | 0.41 | 0.34 | 0.10 | 349.89 | 0.66 | 0.72 |
| Hex | E6 | 87 | 97 | 0 | 29 | 22 | A | 15E | 42 | 48 |
| Octal | 346 | 207 | 227 | 0 | 51 | 42 | 12 | 536 | 102 | 110 |
| Binary | 11100110 | 10000111 | 10010111 | 0 | 101001 | 100010 | 1010 | 101011110 | 1000010 | 1001000 |
Color Harmonies of #E68797
Complementary color
Monochromatic Colors of #E68797
Black with #E68797
Text Example
Text Example
White with #E68797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68797; }
p { color: rgb(230,135,151); }
H1.HeaderClassName
{
color: #E68797;
}
.AnyTagClassName
{
color: #E68797;
}
</style>
background-color css
<style>
a { background-color: #E68797; }
a { background-color: rgb(230,135,151); }
div.DivClassName
{
background-color: #E68797;
}
.BgClassName
{
background-color: #E68797;
}
</style>
border-color css
<style>
span { border-color: #E68797; }
span { border-color: rgb(230,135,151); }
td.TdClassName
{
border-color: #E68797;
}
.TagClassName
{
border-color: #E68797;
}
</style>