Shades of Carissma #E2869F
Tints of Carissma #E2869F
RGB
CMYK
RGB Variations
Color information
#E2869F (or 0xE2869F) is known color: Carissma. HEX triplet: E2, 86 and 9F. RGB value is (226,134,159). Sum of RGB (Red+Green+Blue) = 226+134+159=519 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.55% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 226 - color contains mainly: red. Hex color #E2869F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2869F is #1D7960. Grayscale: #A4A4A4. Windows color (decimal): -1931617 or 10454754. OLE color: 10454754.
HSL color Cylindrical-coordinate representation of color #E2869F: hue angle of 343.7º 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 #E2869F is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 159 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.11 |
| HSL | 343.7º | 0.61% | 0.71% | - |
| HSV(B) | 343.7º | 0.41% | 0.89% | - |
| XYZ | 46.15 | 35.72 | 37.26 | - |
| YUV | 164.36 | 124.98 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 159 | 0 | 0.41 | 0.30 | 0.11 | 343.7 | 0.61 | 0.71 |
| Hex | E2 | 86 | 9F | 0 | 29 | 1E | B | 158 | 3D | 47 |
| Octal | 342 | 206 | 237 | 0 | 51 | 36 | 13 | 530 | 75 | 107 |
| Binary | 11100010 | 10000110 | 10011111 | 0 | 101001 | 11110 | 1011 | 101011000 | 111101 | 1000111 |
Color Harmonies of #E2869F
Complementary color
Monochromatic Colors of #E2869F
Black with #E2869F
Text Example
Text Example
White with #E2869F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2869F; }
p { color: rgb(226,134,159); }
H1.HeaderClassName
{
color: #E2869F;
}
.AnyTagClassName
{
color: #E2869F;
}
</style>
background-color css
<style>
a { background-color: #E2869F; }
a { background-color: rgb(226,134,159); }
div.DivClassName
{
background-color: #E2869F;
}
.BgClassName
{
background-color: #E2869F;
}
</style>
border-color css
<style>
span { border-color: #E2869F; }
span { border-color: rgb(226,134,159); }
td.TdClassName
{
border-color: #E2869F;
}
.TagClassName
{
border-color: #E2869F;
}
</style>