Shades of Carissma #E68586
Tints of Carissma #E68586
RGB
CMYK
RGB Variations
Color information
#E68586 (or 0xE68586) is known color: Carissma. HEX triplet: E6, 85 and 86. RGB value is (230,133,134). Sum of RGB (Red+Green+Blue) = 230+133+134=497 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.28% from 497); Green value is 133 (52.34% from 255 or 26.76% from 497); Blue value is 134 (52.73% from 255 or 26.96% from 497); Max value from RGB is 230 - color contains mainly: red. Hex color #E68586 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68586 is #197A79. Grayscale: #A2A2A2. Windows color (decimal): -1669754 or 8816102. OLE color: 8816102.
HSL color Cylindrical-coordinate representation of color #E68586: hue angle of 359.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 #E68586 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 134 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.10 |
| HSL | 359.38º | 0.66% | 0.71% | - |
| HSV(B) | 359.38º | 0.42% | 0.9% | - |
| XYZ | 45.32 | 35.32 | 26.98 | - |
| YUV | 162.12 | 112.14 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 134 | 0 | 0.42 | 0.42 | 0.10 | 359.38 | 0.66 | 0.71 |
| Hex | E6 | 85 | 86 | 0 | 2A | 2A | A | 167 | 42 | 47 |
| Octal | 346 | 205 | 206 | 0 | 52 | 52 | 12 | 547 | 102 | 107 |
| Binary | 11100110 | 10000101 | 10000110 | 0 | 101010 | 101010 | 1010 | 101100111 | 1000010 | 1000111 |
Color Harmonies of #E68586
Complementary color
Monochromatic Colors of #E68586
Black with #E68586
Text Example
Text Example
White with #E68586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68586; }
p { color: rgb(230,133,134); }
H1.HeaderClassName
{
color: #E68586;
}
.AnyTagClassName
{
color: #E68586;
}
</style>
background-color css
<style>
a { background-color: #E68586; }
a { background-color: rgb(230,133,134); }
div.DivClassName
{
background-color: #E68586;
}
.BgClassName
{
background-color: #E68586;
}
</style>
border-color css
<style>
span { border-color: #E68586; }
span { border-color: rgb(230,133,134); }
td.TdClassName
{
border-color: #E68586;
}
.TagClassName
{
border-color: #E68586;
}
</style>