Shades of Carissma #E68697
Tints of Carissma #E68697
RGB
CMYK
RGB Variations
Color information
#E68697 (or 0xE68697) is known color: Carissma. HEX triplet: E6, 86 and 97. RGB value is (230,134,151). Sum of RGB (Red+Green+Blue) = 230+134+151=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 151 (59.38% from 255 or 29.32% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E68697 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68697 is #197968. Grayscale: #A4A4A4. Windows color (decimal): -1669481 or 9930470. OLE color: 9930470.
HSL color Cylindrical-coordinate representation of color #E68697: hue angle of 349.38º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E68697 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 151 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.10 |
| HSL | 349.38º | 0.66% | 0.71% | - |
| HSV(B) | 349.38º | 0.42% | 0.9% | - |
| XYZ | 46.74 | 36.11 | 33.78 | - |
| YUV | 164.64 | 120.3 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 151 | 0 | 0.42 | 0.34 | 0.10 | 349.38 | 0.66 | 0.71 |
| Hex | E6 | 86 | 97 | 0 | 2A | 22 | A | 15D | 42 | 47 |
| Octal | 346 | 206 | 227 | 0 | 52 | 42 | 12 | 535 | 102 | 107 |
| Binary | 11100110 | 10000110 | 10010111 | 0 | 101010 | 100010 | 1010 | 101011101 | 1000010 | 1000111 |
Color Harmonies of #E68697
Complementary color
Monochromatic Colors of #E68697
Black with #E68697
Text Example
Text Example
White with #E68697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68697; }
p { color: rgb(230,134,151); }
H1.HeaderClassName
{
color: #E68697;
}
.AnyTagClassName
{
color: #E68697;
}
</style>
background-color css
<style>
a { background-color: #E68697; }
a { background-color: rgb(230,134,151); }
div.DivClassName
{
background-color: #E68697;
}
.BgClassName
{
background-color: #E68697;
}
</style>
border-color css
<style>
span { border-color: #E68697; }
span { border-color: rgb(230,134,151); }
td.TdClassName
{
border-color: #E68697;
}
.TagClassName
{
border-color: #E68697;
}
</style>