Shades of Carissma #E68589
Tints of Carissma #E68589
RGB
CMYK
RGB Variations
Color information
#E68589 (or 0xE68589) is known color: Carissma. HEX triplet: E6, 85 and 89. RGB value is (230,133,137). Sum of RGB (Red+Green+Blue) = 230+133+137=500 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46% from 500); Green value is 133 (52.34% from 255 or 26.6% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 230 - color contains mainly: red. Hex color #E68589 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68589 is #197A76. Grayscale: #A2A2A2. Windows color (decimal): -1669751 or 9012710. OLE color: 9012710.
HSL color Cylindrical-coordinate representation of color #E68589: hue angle of 357.53º 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 #E68589 is Cyan = 0, Magento = 0.42, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 137 | - |
| CMYK | 0 | 0.42 | 0.40 | 0.10 |
| HSL | 357.53º | 0.66% | 0.71% | - |
| HSV(B) | 357.53º | 0.42% | 0.9% | - |
| XYZ | 45.54 | 35.4 | 28.1 | - |
| YUV | 162.46 | 113.64 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 137 | 0 | 0.42 | 0.40 | 0.10 | 357.53 | 0.66 | 0.71 |
| Hex | E6 | 85 | 89 | 0 | 2A | 28 | A | 166 | 42 | 47 |
| Octal | 346 | 205 | 211 | 0 | 52 | 50 | 12 | 546 | 102 | 107 |
| Binary | 11100110 | 10000101 | 10001001 | 0 | 101010 | 101000 | 1010 | 101100110 | 1000010 | 1000111 |
Color Harmonies of #E68589
Complementary color
Monochromatic Colors of #E68589
Black with #E68589
Text Example
Text Example
White with #E68589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68589; }
p { color: rgb(230,133,137); }
H1.HeaderClassName
{
color: #E68589;
}
.AnyTagClassName
{
color: #E68589;
}
</style>
background-color css
<style>
a { background-color: #E68589; }
a { background-color: rgb(230,133,137); }
div.DivClassName
{
background-color: #E68589;
}
.BgClassName
{
background-color: #E68589;
}
</style>
border-color css
<style>
span { border-color: #E68589; }
span { border-color: rgb(230,133,137); }
td.TdClassName
{
border-color: #E68589;
}
.TagClassName
{
border-color: #E68589;
}
</style>