Shades of Carissma #E28690
Tints of Carissma #E28690
RGB
CMYK
RGB Variations
Color information
#E28690 (or 0xE28690) is known color: Carissma. HEX triplet: E2, 86 and 90. RGB value is (226,134,144). Sum of RGB (Red+Green+Blue) = 226+134+144=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E28690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E28690 is #1D796F. Grayscale: #A2A2A2. Windows color (decimal): -1931632 or 9471714. OLE color: 9471714.
HSL color Cylindrical-coordinate representation of color #E28690: hue angle of 353.48º degrees, saturation: 0.61, 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 #E28690 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 144 | - |
| CMYK | 0 | 0.41 | 0.36 | 0.11 |
| HSL | 353.48º | 0.61% | 0.71% | - |
| HSV(B) | 353.48º | 0.41% | 0.89% | - |
| XYZ | 44.92 | 35.23 | 30.82 | - |
| YUV | 162.65 | 117.48 | 173.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 144 | 0 | 0.41 | 0.36 | 0.11 | 353.48 | 0.61 | 0.71 |
| Hex | E2 | 86 | 90 | 0 | 29 | 24 | B | 161 | 3D | 47 |
| Octal | 342 | 206 | 220 | 0 | 51 | 44 | 13 | 541 | 75 | 107 |
| Binary | 11100010 | 10000110 | 10010000 | 0 | 101001 | 100100 | 1011 | 101100001 | 111101 | 1000111 |
Color Harmonies of #E28690
Complementary color
Monochromatic Colors of #E28690
Black with #E28690
Text Example
Text Example
White with #E28690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E28690; }
p { color: rgb(226,134,144); }
H1.HeaderClassName
{
color: #E28690;
}
.AnyTagClassName
{
color: #E28690;
}
</style>
background-color css
<style>
a { background-color: #E28690; }
a { background-color: rgb(226,134,144); }
div.DivClassName
{
background-color: #E28690;
}
.BgClassName
{
background-color: #E28690;
}
</style>
border-color css
<style>
span { border-color: #E28690; }
span { border-color: rgb(226,134,144); }
td.TdClassName
{
border-color: #E28690;
}
.TagClassName
{
border-color: #E28690;
}
</style>