Shades of Carissma #E2858E
Tints of Carissma #E2858E
RGB
CMYK
RGB Variations
Color information
#E2858E (or 0xE2858E) is known color: Carissma. HEX triplet: E2, 85 and 8E. RGB value is (226,133,142). Sum of RGB (Red+Green+Blue) = 226+133+142=501 (66% of max value = 765). Red value is 226 (88.67% from 255 or 45.11% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 226 - color contains mainly: red. Hex color #E2858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2858E is #1D7A71. Grayscale: #A1A1A1. Windows color (decimal): -1931890 or 9340386. OLE color: 9340386.
HSL color Cylindrical-coordinate representation of color #E2858E: hue angle of 354.19º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E2858E is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 133 | 142 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.11 |
| HSL | 354.19º | 0.62% | 0.7% | - |
| HSV(B) | 354.19º | 0.41% | 0.89% | - |
| XYZ | 44.63 | 34.9 | 29.97 | - |
| YUV | 161.83 | 116.81 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 133 | 142 | 0 | 0.41 | 0.37 | 0.11 | 354.19 | 0.62 | 0.7 |
| Hex | E2 | 85 | 8E | 0 | 29 | 25 | B | 162 | 3E | 46 |
| Octal | 342 | 205 | 216 | 0 | 51 | 45 | 13 | 542 | 76 | 106 |
| Binary | 11100010 | 10000101 | 10001110 | 0 | 101001 | 100101 | 1011 | 101100010 | 111110 | 1000110 |
Color Harmonies of #E2858E
Complementary color
Monochromatic Colors of #E2858E
Black with #E2858E
Text Example
Text Example
White with #E2858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2858E; }
p { color: rgb(226,133,142); }
H1.HeaderClassName
{
color: #E2858E;
}
.AnyTagClassName
{
color: #E2858E;
}
</style>
background-color css
<style>
a { background-color: #E2858E; }
a { background-color: rgb(226,133,142); }
div.DivClassName
{
background-color: #E2858E;
}
.BgClassName
{
background-color: #E2858E;
}
</style>
border-color css
<style>
span { border-color: #E2858E; }
span { border-color: rgb(226,133,142); }
td.TdClassName
{
border-color: #E2858E;
}
.TagClassName
{
border-color: #E2858E;
}
</style>