Shades of Carissma #E38586
Tints of Carissma #E38586
RGB
CMYK
RGB Variations
Color information
#E38586 (or 0xE38586) is known color: Carissma. HEX triplet: E3, 85 and 86. RGB value is (227,133,134). Sum of RGB (Red+Green+Blue) = 227+133+134=494 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.95% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 227 - color contains mainly: red. Hex color #E38586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38586 is #1C7A79. Grayscale: #A1A1A1. Windows color (decimal): -1866362 or 8816099. OLE color: 8816099.
HSL color Cylindrical-coordinate representation of color #E38586: hue angle of 359.36º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E38586 is Cyan = 0, Magento = 0.41, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 133 | 134 | - |
| CMYK | 0 | 0.41 | 0.41 | 0.11 |
| HSL | 359.36º | 0.63% | 0.71% | - |
| HSV(B) | 359.36º | 0.41% | 0.89% | - |
| XYZ | 44.37 | 34.83 | 26.94 | - |
| YUV | 161.22 | 112.64 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 133 | 134 | 0 | 0.41 | 0.41 | 0.11 | 359.36 | 0.63 | 0.71 |
| Hex | E3 | 85 | 86 | 0 | 29 | 29 | B | 167 | 3F | 47 |
| Octal | 343 | 205 | 206 | 0 | 51 | 51 | 13 | 547 | 77 | 107 |
| Binary | 11100011 | 10000101 | 10000110 | 0 | 101001 | 101001 | 1011 | 101100111 | 111111 | 1000111 |
Color Harmonies of #E38586
Complementary color
Monochromatic Colors of #E38586
Black with #E38586
Text Example
Text Example
White with #E38586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38586; }
p { color: rgb(227,133,134); }
H1.HeaderClassName
{
color: #E38586;
}
.AnyTagClassName
{
color: #E38586;
}
</style>
background-color css
<style>
a { background-color: #E38586; }
a { background-color: rgb(227,133,134); }
div.DivClassName
{
background-color: #E38586;
}
.BgClassName
{
background-color: #E38586;
}
</style>
border-color css
<style>
span { border-color: #E38586; }
span { border-color: rgb(227,133,134); }
td.TdClassName
{
border-color: #E38586;
}
.TagClassName
{
border-color: #E38586;
}
</style>