Shades of Carissma #E68385
Tints of Carissma #E68385
RGB
CMYK
RGB Variations
Color information
#E68385 (or 0xE68385) is known color: Carissma. HEX triplet: E6, 83 and 85. RGB value is (230,131,133). Sum of RGB (Red+Green+Blue) = 230+131+133=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E68385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68385 is #197C7A. Grayscale: #A0A0A0. Windows color (decimal): -1670267 or 8750054. OLE color: 8750054.
HSL color Cylindrical-coordinate representation of color #E68385: hue angle of 358.79º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E68385 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 131 | 133 | - |
| CMYK | 0 | 0.43 | 0.42 | 0.10 |
| HSL | 358.79º | 0.66% | 0.71% | - |
| HSV(B) | 358.79º | 0.43% | 0.9% | - |
| XYZ | 44.98 | 34.75 | 26.53 | - |
| YUV | 160.83 | 112.3 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 131 | 133 | 0 | 0.43 | 0.42 | 0.10 | 358.79 | 0.66 | 0.71 |
| Hex | E6 | 83 | 85 | 0 | 2B | 2A | A | 167 | 42 | 47 |
| Octal | 346 | 203 | 205 | 0 | 53 | 52 | 12 | 547 | 102 | 107 |
| Binary | 11100110 | 10000011 | 10000101 | 0 | 101011 | 101010 | 1010 | 101100111 | 1000010 | 1000111 |
Color Harmonies of #E68385
Complementary color
Monochromatic Colors of #E68385
Black with #E68385
Text Example
Text Example
White with #E68385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68385; }
p { color: rgb(230,131,133); }
H1.HeaderClassName
{
color: #E68385;
}
.AnyTagClassName
{
color: #E68385;
}
</style>
background-color css
<style>
a { background-color: #E68385; }
a { background-color: rgb(230,131,133); }
div.DivClassName
{
background-color: #E68385;
}
.BgClassName
{
background-color: #E68385;
}
</style>
border-color css
<style>
span { border-color: #E68385; }
span { border-color: rgb(230,131,133); }
td.TdClassName
{
border-color: #E68385;
}
.TagClassName
{
border-color: #E68385;
}
</style>