Shades of Carissma #E884A0
Tints of Carissma #E884A0
RGB
CMYK
RGB Variations
Color information
#E884A0 (or 0xE884A0) is known color: Carissma. HEX triplet: E8, 84 and A0. RGB value is (232,132,160). Sum of RGB (Red+Green+Blue) = 232+132+160=524 (69% of max value = 765). Red value is 232 (91.02% from 255 or 44.27% from 524); Green value is 132 (51.95% from 255 or 25.19% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 232 - color contains mainly: red. Hex color #E884A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E884A0 is #177B5F. Grayscale: #A5A5A5. Windows color (decimal): -1538912 or 10519784. OLE color: 10519784.
HSL color Cylindrical-coordinate representation of color #E884A0: hue angle of 343.2º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E884A0 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 132 | 160 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.09 |
| HSL | 343.2º | 0.68% | 0.71% | - |
| HSV(B) | 343.2º | 0.43% | 0.91% | - |
| XYZ | 47.88 | 36.2 | 37.72 | - |
| YUV | 165.09 | 125.13 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 160 | 0 | 0.43 | 0.31 | 0.09 | 343.2 | 0.68 | 0.71 |
| Hex | E8 | 84 | A0 | 0 | 2B | 1F | 9 | 157 | 44 | 47 |
| Octal | 350 | 204 | 240 | 0 | 53 | 37 | 11 | 527 | 104 | 107 |
| Binary | 11101000 | 10000100 | 10100000 | 0 | 101011 | 11111 | 1001 | 101010111 | 1000100 | 1000111 |
Color Harmonies of #E884A0
Complementary color
Monochromatic Colors of #E884A0
Black with #E884A0
Text Example
Text Example
White with #E884A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E884A0; }
p { color: rgb(232,132,160); }
H1.HeaderClassName
{
color: #E884A0;
}
.AnyTagClassName
{
color: #E884A0;
}
</style>
background-color css
<style>
a { background-color: #E884A0; }
a { background-color: rgb(232,132,160); }
div.DivClassName
{
background-color: #E884A0;
}
.BgClassName
{
background-color: #E884A0;
}
</style>
border-color css
<style>
span { border-color: #E884A0; }
span { border-color: rgb(232,132,160); }
td.TdClassName
{
border-color: #E884A0;
}
.TagClassName
{
border-color: #E884A0;
}
</style>