Shades of Carissma #E3868D
Tints of Carissma #E3868D
RGB
CMYK
RGB Variations
Color information
#E3868D (or 0xE3868D) is known color: Carissma. HEX triplet: E3, 86 and 8D. RGB value is (227,134,141). Sum of RGB (Red+Green+Blue) = 227+134+141=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 134 (52.73% from 255 or 26.69% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 227 - color contains mainly: red. Hex color #E3868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E3868D is #1C7972. Grayscale: #A2A2A2. Windows color (decimal): -1866099 or 9275107. OLE color: 9275107.
HSL color Cylindrical-coordinate representation of color #E3868D: hue angle of 355.48º degrees, saturation: 0.62, 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 #E3868D is Cyan = 0, Magento = 0.41, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 134 | 141 | - |
| CMYK | 0 | 0.41 | 0.38 | 0.11 |
| HSL | 355.48º | 0.62% | 0.71% | - |
| HSV(B) | 355.48º | 0.41% | 0.89% | - |
| XYZ | 45.01 | 35.3 | 29.64 | - |
| YUV | 162.61 | 115.81 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 134 | 141 | 0 | 0.41 | 0.38 | 0.11 | 355.48 | 0.62 | 0.71 |
| Hex | E3 | 86 | 8D | 0 | 29 | 26 | B | 163 | 3E | 47 |
| Octal | 343 | 206 | 215 | 0 | 51 | 46 | 13 | 543 | 76 | 107 |
| Binary | 11100011 | 10000110 | 10001101 | 0 | 101001 | 100110 | 1011 | 101100011 | 111110 | 1000111 |
Color Harmonies of #E3868D
Complementary color
Monochromatic Colors of #E3868D
Black with #E3868D
Text Example
Text Example
White with #E3868D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3868D; }
p { color: rgb(227,134,141); }
H1.HeaderClassName
{
color: #E3868D;
}
.AnyTagClassName
{
color: #E3868D;
}
</style>
background-color css
<style>
a { background-color: #E3868D; }
a { background-color: rgb(227,134,141); }
div.DivClassName
{
background-color: #E3868D;
}
.BgClassName
{
background-color: #E3868D;
}
</style>
border-color css
<style>
span { border-color: #E3868D; }
span { border-color: rgb(227,134,141); }
td.TdClassName
{
border-color: #E3868D;
}
.TagClassName
{
border-color: #E3868D;
}
</style>