Shades of Carissma #E2869D
Tints of Carissma #E2869D
RGB
CMYK
RGB Variations
Color information
#E2869D (or 0xE2869D) is known color: Carissma. HEX triplet: E2, 86 and 9D. RGB value is (226,134,157). Sum of RGB (Red+Green+Blue) = 226+134+157=517 (68% of max value = 765). Red value is 226 (88.67% from 255 or 43.71% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 157 (61.72% from 255 or 30.37% from 517); Max value from RGB is 226 - color contains mainly: red. Hex color #E2869D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E2869D is #1D7962. Grayscale: #A4A4A4. Windows color (decimal): -1931619 or 10323682. OLE color: 10323682.
HSL color Cylindrical-coordinate representation of color #E2869D: hue angle of 345º 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 #E2869D is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 134 | 157 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.11 |
| HSL | 345º | 0.61% | 0.71% | - |
| HSV(B) | 345º | 0.41% | 0.89% | - |
| XYZ | 45.97 | 35.65 | 36.36 | - |
| YUV | 164.13 | 123.98 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 134 | 157 | 0 | 0.41 | 0.31 | 0.11 | 345 | 0.61 | 0.71 |
| Hex | E2 | 86 | 9D | 0 | 29 | 1F | B | 159 | 3D | 47 |
| Octal | 342 | 206 | 235 | 0 | 51 | 37 | 13 | 531 | 75 | 107 |
| Binary | 11100010 | 10000110 | 10011101 | 0 | 101001 | 11111 | 1011 | 101011001 | 111101 | 1000111 |
Color Harmonies of #E2869D
Complementary color
Monochromatic Colors of #E2869D
Black with #E2869D
Text Example
Text Example
White with #E2869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2869D; }
p { color: rgb(226,134,157); }
H1.HeaderClassName
{
color: #E2869D;
}
.AnyTagClassName
{
color: #E2869D;
}
</style>
background-color css
<style>
a { background-color: #E2869D; }
a { background-color: rgb(226,134,157); }
div.DivClassName
{
background-color: #E2869D;
}
.BgClassName
{
background-color: #E2869D;
}
</style>
border-color css
<style>
span { border-color: #E2869D; }
span { border-color: rgb(226,134,157); }
td.TdClassName
{
border-color: #E2869D;
}
.TagClassName
{
border-color: #E2869D;
}
</style>