Shades of Carissma #E38185
Tints of Carissma #E38185
RGB
CMYK
RGB Variations
Color information
#E38185 (or 0xE38185) is known color: Carissma. HEX triplet: E3, 81 and 85. RGB value is (227,129,133). Sum of RGB (Red+Green+Blue) = 227+129+133=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 129 (50.78% from 255 or 26.38% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E38185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38185 is #1C7E7A. Grayscale: #9E9E9E. Windows color (decimal): -1867387 or 8749539. OLE color: 8749539.
HSL color Cylindrical-coordinate representation of color #E38185: hue angle of 357.55º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E38185 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 129 | 133 | - |
| CMYK | 0 | 0.43 | 0.41 | 0.11 |
| HSL | 357.55º | 0.64% | 0.7% | - |
| HSV(B) | 357.55º | 0.43% | 0.89% | - |
| XYZ | 43.76 | 33.72 | 26.39 | - |
| YUV | 158.76 | 113.47 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 129 | 133 | 0 | 0.43 | 0.41 | 0.11 | 357.55 | 0.64 | 0.7 |
| Hex | E3 | 81 | 85 | 0 | 2B | 29 | B | 166 | 40 | 46 |
| Octal | 343 | 201 | 205 | 0 | 53 | 51 | 13 | 546 | 100 | 106 |
| Binary | 11100011 | 10000001 | 10000101 | 0 | 101011 | 101001 | 1011 | 101100110 | 1000000 | 1000110 |
Color Harmonies of #E38185
Complementary color
Monochromatic Colors of #E38185
Black with #E38185
Text Example
Text Example
White with #E38185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E38185; }
p { color: rgb(227,129,133); }
H1.HeaderClassName
{
color: #E38185;
}
.AnyTagClassName
{
color: #E38185;
}
</style>
background-color css
<style>
a { background-color: #E38185; }
a { background-color: rgb(227,129,133); }
div.DivClassName
{
background-color: #E38185;
}
.BgClassName
{
background-color: #E38185;
}
</style>
border-color css
<style>
span { border-color: #E38185; }
span { border-color: rgb(227,129,133); }
td.TdClassName
{
border-color: #E38185;
}
.TagClassName
{
border-color: #E38185;
}
</style>