Shades of Carissma #E2898D
Tints of Carissma #E2898D
RGB
CMYK
RGB Variations
Color information
#E2898D (or 0xE2898D) is known color: Carissma. HEX triplet: E2, 89 and 8D. RGB value is (226,137,141). Sum of RGB (Red+Green+Blue) = 226+137+141=504 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.84% from 504); Green value is 137 (53.91% from 255 or 27.18% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 226 - color contains mainly: red. Hex color #E2898D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2898D is #1D7672. Grayscale: #A4A4A4. Windows color (decimal): -1930867 or 9275874. OLE color: 9275874.
HSL color Cylindrical-coordinate representation of color #E2898D: hue angle of 357.3º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E2898D is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 137 | 141 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.11 |
| HSL | 357.3º | 0.61% | 0.71% | - |
| HSV(B) | 357.3º | 0.39% | 0.89% | - |
| XYZ | 45.12 | 35.98 | 29.77 | - |
| YUV | 164.07 | 114.99 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 137 | 141 | 0 | 0.39 | 0.38 | 0.11 | 357.3 | 0.61 | 0.71 |
| Hex | E2 | 89 | 8D | 0 | 27 | 26 | B | 165 | 3D | 47 |
| Octal | 342 | 211 | 215 | 0 | 47 | 46 | 13 | 545 | 75 | 107 |
| Binary | 11100010 | 10001001 | 10001101 | 0 | 100111 | 100110 | 1011 | 101100101 | 111101 | 1000111 |
Color Harmonies of #E2898D
Complementary color
Monochromatic Colors of #E2898D
Black with #E2898D
Text Example
Text Example
White with #E2898D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2898D; }
p { color: rgb(226,137,141); }
H1.HeaderClassName
{
color: #E2898D;
}
.AnyTagClassName
{
color: #E2898D;
}
</style>
background-color css
<style>
a { background-color: #E2898D; }
a { background-color: rgb(226,137,141); }
div.DivClassName
{
background-color: #E2898D;
}
.BgClassName
{
background-color: #E2898D;
}
</style>
border-color css
<style>
span { border-color: #E2898D; }
span { border-color: rgb(226,137,141); }
td.TdClassName
{
border-color: #E2898D;
}
.TagClassName
{
border-color: #E2898D;
}
</style>