Shades of Carissma #E87A8F
Tints of Carissma #E87A8F
RGB
CMYK
RGB Variations
Color information
#E87A8F (or 0xE87A8F) is known color: Carissma. HEX triplet: E8, 7A and 8F. RGB value is (232,122,143). Sum of RGB (Red+Green+Blue) = 232+122+143=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E87A8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87A8F is #178570. Grayscale: #9D9D9D. Windows color (decimal): -1541489 or 9403112. OLE color: 9403112.
HSL color Cylindrical-coordinate representation of color #E87A8F: hue angle of 348.55º 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 #E87A8F is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 122 | 143 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.09 |
| HSL | 348.55º | 0.71% | 0.69% | - |
| HSV(B) | 348.55º | 0.47% | 0.91% | - |
| XYZ | 45.2 | 33.06 | 29.99 | - |
| YUV | 157.28 | 119.94 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 122 | 143 | 0 | 0.47 | 0.38 | 0.09 | 348.55 | 0.71 | 0.69 |
| Hex | E8 | 7A | 8F | 0 | 2F | 26 | 9 | 15D | 47 | 45 |
| Octal | 350 | 172 | 217 | 0 | 57 | 46 | 11 | 535 | 107 | 105 |
| Binary | 11101000 | 1111010 | 10001111 | 0 | 101111 | 100110 | 1001 | 101011101 | 1000111 | 1000101 |
Color Harmonies of #E87A8F
Complementary color
Monochromatic Colors of #E87A8F
Black with #E87A8F
Text Example
Text Example
White with #E87A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87A8F; }
p { color: rgb(232,122,143); }
H1.HeaderClassName
{
color: #E87A8F;
}
.AnyTagClassName
{
color: #E87A8F;
}
</style>
background-color css
<style>
a { background-color: #E87A8F; }
a { background-color: rgb(232,122,143); }
div.DivClassName
{
background-color: #E87A8F;
}
.BgClassName
{
background-color: #E87A8F;
}
</style>
border-color css
<style>
span { border-color: #E87A8F; }
span { border-color: rgb(232,122,143); }
td.TdClassName
{
border-color: #E87A8F;
}
.TagClassName
{
border-color: #E87A8F;
}
</style>