Shades of Carissma #E2889F
Tints of Carissma #E2889F
RGB
CMYK
RGB Variations
Color information
#E2889F (or 0xE2889F) is known color: Carissma. HEX triplet: E2, 88 and 9F. RGB value is (226,136,159). Sum of RGB (Red+Green+Blue) = 226+136+159=521 (69% of max value = 765). Red value is 226 (88.67% from 255 or 43.38% from 521); Green value is 136 (53.52% from 255 or 26.10% from 521); Blue value is 159 (62.5% from 255 or 30.52% from 521); Max value from RGB is 226 - color contains mainly: red. Hex color #E2889F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2889F is #1D7760. Grayscale: #A5A5A5. Windows color (decimal): -1931105 or 10455266. OLE color: 10455266.
HSL color Cylindrical-coordinate representation of color #E2889F: hue angle of 344.67º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E2889F is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 136 | 159 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.11 |
| HSL | 344.67º | 0.61% | 0.71% | - |
| HSV(B) | 344.67º | 0.4% | 0.89% | - |
| XYZ | 46.43 | 36.28 | 37.36 | - |
| YUV | 165.53 | 124.32 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 136 | 159 | 0 | 0.40 | 0.30 | 0.11 | 344.67 | 0.61 | 0.71 |
| Hex | E2 | 88 | 9F | 0 | 28 | 1E | B | 159 | 3D | 47 |
| Octal | 342 | 210 | 237 | 0 | 50 | 36 | 13 | 531 | 75 | 107 |
| Binary | 11100010 | 10001000 | 10011111 | 0 | 101000 | 11110 | 1011 | 101011001 | 111101 | 1000111 |
Color Harmonies of #E2889F
Complementary color
Monochromatic Colors of #E2889F
Black with #E2889F
Text Example
Text Example
White with #E2889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2889F; }
p { color: rgb(226,136,159); }
H1.HeaderClassName
{
color: #E2889F;
}
.AnyTagClassName
{
color: #E2889F;
}
</style>
background-color css
<style>
a { background-color: #E2889F; }
a { background-color: rgb(226,136,159); }
div.DivClassName
{
background-color: #E2889F;
}
.BgClassName
{
background-color: #E2889F;
}
</style>
border-color css
<style>
span { border-color: #E2889F; }
span { border-color: rgb(226,136,159); }
td.TdClassName
{
border-color: #E2889F;
}
.TagClassName
{
border-color: #E2889F;
}
</style>