Shades of Carissma #E68699
Tints of Carissma #E68699
RGB
CMYK
RGB Variations
Color information
#E68699 (or 0xE68699) is known color: Carissma. HEX triplet: E6, 86 and 99. RGB value is (230,134,153). Sum of RGB (Red+Green+Blue) = 230+134+153=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 153 (60.16% from 255 or 29.59% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E68699 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68699 is #197966. Grayscale: #A4A4A4. Windows color (decimal): -1669479 or 10061542. OLE color: 10061542.
HSL color Cylindrical-coordinate representation of color #E68699: hue angle of 348.12º 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 #E68699 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 153 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.10 |
| HSL | 348.13º | 0.66% | 0.71% | - |
| HSV(B) | 348.13º | 0.42% | 0.9% | - |
| XYZ | 46.91 | 36.17 | 34.65 | - |
| YUV | 164.87 | 121.3 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 153 | 0 | 0.42 | 0.33 | 0.10 | 348.13 | 0.66 | 0.71 |
| Hex | E6 | 86 | 99 | 0 | 2A | 21 | A | 15C | 42 | 47 |
| Octal | 346 | 206 | 231 | 0 | 52 | 41 | 12 | 534 | 102 | 107 |
| Binary | 11100110 | 10000110 | 10011001 | 0 | 101010 | 100001 | 1010 | 101011100 | 1000010 | 1000111 |
Color Harmonies of #E68699
Complementary color
Monochromatic Colors of #E68699
Black with #E68699
Text Example
Text Example
White with #E68699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68699; }
p { color: rgb(230,134,153); }
H1.HeaderClassName
{
color: #E68699;
}
.AnyTagClassName
{
color: #E68699;
}
</style>
background-color css
<style>
a { background-color: #E68699; }
a { background-color: rgb(230,134,153); }
div.DivClassName
{
background-color: #E68699;
}
.BgClassName
{
background-color: #E68699;
}
</style>
border-color css
<style>
span { border-color: #E68699; }
span { border-color: rgb(230,134,153); }
td.TdClassName
{
border-color: #E68699;
}
.TagClassName
{
border-color: #E68699;
}
</style>