Shades of Carissma #E68197
Tints of Carissma #E68197
RGB
CMYK
RGB Variations
Color information
#E68197 (or 0xE68197) is known color: Carissma. HEX triplet: E6, 81 and 97. RGB value is (230,129,151). Sum of RGB (Red+Green+Blue) = 230+129+151=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 129 (50.78% from 255 or 25.29% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E68197 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68197 is #197E68. Grayscale: #A1A1A1. Windows color (decimal): -1670761 or 9929190. OLE color: 9929190.
HSL color Cylindrical-coordinate representation of color #E68197: hue angle of 346.93º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E68197 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 151 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.10 |
| HSL | 346.93º | 0.67% | 0.7% | - |
| HSV(B) | 346.93º | 0.44% | 0.9% | - |
| XYZ | 46.07 | 34.76 | 33.56 | - |
| YUV | 161.71 | 121.96 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 151 | 0 | 0.44 | 0.34 | 0.10 | 346.93 | 0.67 | 0.7 |
| Hex | E6 | 81 | 97 | 0 | 2C | 22 | A | 15B | 43 | 46 |
| Octal | 346 | 201 | 227 | 0 | 54 | 42 | 12 | 533 | 103 | 106 |
| Binary | 11100110 | 10000001 | 10010111 | 0 | 101100 | 100010 | 1010 | 101011011 | 1000011 | 1000110 |
Color Harmonies of #E68197
Complementary color
Monochromatic Colors of #E68197
Black with #E68197
Text Example
Text Example
White with #E68197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68197; }
p { color: rgb(230,129,151); }
H1.HeaderClassName
{
color: #E68197;
}
.AnyTagClassName
{
color: #E68197;
}
</style>
background-color css
<style>
a { background-color: #E68197; }
a { background-color: rgb(230,129,151); }
div.DivClassName
{
background-color: #E68197;
}
.BgClassName
{
background-color: #E68197;
}
</style>
border-color css
<style>
span { border-color: #E68197; }
span { border-color: rgb(230,129,151); }
td.TdClassName
{
border-color: #E68197;
}
.TagClassName
{
border-color: #E68197;
}
</style>