Shades of Carissma #E87A8B
Tints of Carissma #E87A8B
RGB
CMYK
RGB Variations
Color information
#E87A8B (or 0xE87A8B) is known color: Carissma. HEX triplet: E8, 7A and 8B. RGB value is (232,122,139). Sum of RGB (Red+Green+Blue) = 232+122+139=493 (65% of max value = 765). Red value is 232 (91.02% from 255 or 47.06% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 232 - color contains mainly: red. Hex color #E87A8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87A8B is #178574. Grayscale: #9C9C9C. Windows color (decimal): -1541493 or 9140968. OLE color: 9140968.
HSL color Cylindrical-coordinate representation of color #E87A8B: hue angle of 350.73º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87A8B is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 122 | 139 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.09 |
| HSL | 350.73º | 0.71% | 0.69% | - |
| HSV(B) | 350.73º | 0.47% | 0.91% | - |
| XYZ | 44.9 | 32.94 | 28.42 | - |
| YUV | 156.83 | 117.94 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 139 | 0 | 0.47 | 0.40 | 0.09 | 350.73 | 0.71 | 0.69 |
| Hex | E8 | 7A | 8B | 0 | 2F | 28 | 9 | 15F | 47 | 45 |
| Octal | 350 | 172 | 213 | 0 | 57 | 50 | 11 | 537 | 107 | 105 |
| Binary | 11101000 | 1111010 | 10001011 | 0 | 101111 | 101000 | 1001 | 101011111 | 1000111 | 1000101 |
Color Harmonies of #E87A8B
Complementary color
Monochromatic Colors of #E87A8B
Black with #E87A8B
Text Example
Text Example
White with #E87A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87A8B; }
p { color: rgb(232,122,139); }
H1.HeaderClassName
{
color: #E87A8B;
}
.AnyTagClassName
{
color: #E87A8B;
}
</style>
background-color css
<style>
a { background-color: #E87A8B; }
a { background-color: rgb(232,122,139); }
div.DivClassName
{
background-color: #E87A8B;
}
.BgClassName
{
background-color: #E87A8B;
}
</style>
border-color css
<style>
span { border-color: #E87A8B; }
span { border-color: rgb(232,122,139); }
td.TdClassName
{
border-color: #E87A8B;
}
.TagClassName
{
border-color: #E87A8B;
}
</style>