Shades of Carissma #E886A0
Tints of Carissma #E886A0
RGB
CMYK
RGB Variations
Color information
#E886A0 (or 0xE886A0) is known color: Carissma. HEX triplet: E8, 86 and A0. RGB value is (232,134,160). Sum of RGB (Red+Green+Blue) = 232+134+160=526 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.11% from 526); Green value is 134 (52.73% from 255 or 25.48% from 526); Blue value is 160 (62.89% from 255 or 30.42% from 526); Max value from RGB is 232 - color contains mainly: red. Hex color #E886A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E886A0 is #17795F. Grayscale: #A6A6A6. Windows color (decimal): -1538400 or 10520296. OLE color: 10520296.
HSL color Cylindrical-coordinate representation of color #E886A0: hue angle of 344.08º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E886A0 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 134 | 160 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.09 |
| HSL | 344.08º | 0.68% | 0.72% | - |
| HSV(B) | 344.08º | 0.42% | 0.91% | - |
| XYZ | 48.15 | 36.74 | 37.81 | - |
| YUV | 166.27 | 124.47 | 174.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 134 | 160 | 0 | 0.42 | 0.31 | 0.09 | 344.08 | 0.68 | 0.72 |
| Hex | E8 | 86 | A0 | 0 | 2A | 1F | 9 | 158 | 44 | 48 |
| Octal | 350 | 206 | 240 | 0 | 52 | 37 | 11 | 530 | 104 | 110 |
| Binary | 11101000 | 10000110 | 10100000 | 0 | 101010 | 11111 | 1001 | 101011000 | 1000100 | 1001000 |
Color Harmonies of #E886A0
Complementary color
Monochromatic Colors of #E886A0
Black with #E886A0
Text Example
Text Example
White with #E886A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E886A0; }
p { color: rgb(232,134,160); }
H1.HeaderClassName
{
color: #E886A0;
}
.AnyTagClassName
{
color: #E886A0;
}
</style>
background-color css
<style>
a { background-color: #E886A0; }
a { background-color: rgb(232,134,160); }
div.DivClassName
{
background-color: #E886A0;
}
.BgClassName
{
background-color: #E886A0;
}
</style>
border-color css
<style>
span { border-color: #E886A0; }
span { border-color: rgb(232,134,160); }
td.TdClassName
{
border-color: #E886A0;
}
.TagClassName
{
border-color: #E886A0;
}
</style>