Shades of Carissma #E37D86
Tints of Carissma #E37D86
RGB
CMYK
RGB Variations
Color information
#E37D86 (or 0xE37D86) is known color: Carissma. HEX triplet: E3, 7D and 86. RGB value is (227,125,134). Sum of RGB (Red+Green+Blue) = 227+125+134=486 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.71% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 134 (52.73% from 255 or 27.57% from 486); Max value from RGB is 227 - color contains mainly: red. Hex color #E37D86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E37D86 is #1C8279. Grayscale: #9C9C9C. Windows color (decimal): -1868410 or 8814051. OLE color: 8814051.
HSL color Cylindrical-coordinate representation of color #E37D86: hue angle of 354.71º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E37D86 is Cyan = 0, Magento = 0.45, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 125 | 134 | - |
| CMYK | 0 | 0.45 | 0.41 | 0.11 |
| HSL | 354.71º | 0.65% | 0.69% | - |
| HSV(B) | 354.71º | 0.45% | 0.89% | - |
| XYZ | 43.32 | 32.72 | 26.59 | - |
| YUV | 156.52 | 115.29 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 125 | 134 | 0 | 0.45 | 0.41 | 0.11 | 354.71 | 0.65 | 0.69 |
| Hex | E3 | 7D | 86 | 0 | 2D | 29 | B | 163 | 41 | 45 |
| Octal | 343 | 175 | 206 | 0 | 55 | 51 | 13 | 543 | 101 | 105 |
| Binary | 11100011 | 1111101 | 10000110 | 0 | 101101 | 101001 | 1011 | 101100011 | 1000001 | 1000101 |
Color Harmonies of #E37D86
Complementary color
Monochromatic Colors of #E37D86
Black with #E37D86
Text Example
Text Example
White with #E37D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E37D86; }
p { color: rgb(227,125,134); }
H1.HeaderClassName
{
color: #E37D86;
}
.AnyTagClassName
{
color: #E37D86;
}
</style>
background-color css
<style>
a { background-color: #E37D86; }
a { background-color: rgb(227,125,134); }
div.DivClassName
{
background-color: #E37D86;
}
.BgClassName
{
background-color: #E37D86;
}
</style>
border-color css
<style>
span { border-color: #E37D86; }
span { border-color: rgb(227,125,134); }
td.TdClassName
{
border-color: #E37D86;
}
.TagClassName
{
border-color: #E37D86;
}
</style>