Shades of Carissma #E87F8F
Tints of Carissma #E87F8F
RGB
CMYK
RGB Variations
Color information
#E87F8F (or 0xE87F8F) is known color: Carissma. HEX triplet: E8, 7F and 8F. RGB value is (232,127,143). Sum of RGB (Red+Green+Blue) = 232+127+143=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 143 (56.25% from 255 or 28.49% from 502); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87F8F is #178070. Grayscale: #A0A0A0. Windows color (decimal): -1540209 or 9404392. OLE color: 9404392.
HSL color Cylindrical-coordinate representation of color #E87F8F: hue angle of 350.86º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E87F8F is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 127 | 143 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.09 |
| HSL | 350.86º | 0.7% | 0.7% | - |
| HSV(B) | 350.86º | 0.45% | 0.91% | - |
| XYZ | 45.83 | 34.32 | 30.2 | - |
| YUV | 160.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 127 | 143 | 0 | 0.45 | 0.38 | 0.09 | 350.86 | 0.7 | 0.7 |
| Hex | E8 | 7F | 8F | 0 | 2D | 26 | 9 | 15F | 46 | 46 |
| Octal | 350 | 177 | 217 | 0 | 55 | 46 | 11 | 537 | 106 | 106 |
| Binary | 11101000 | 1111111 | 10001111 | 0 | 101101 | 100110 | 1001 | 101011111 | 1000110 | 1000110 |
Color Harmonies of #E87F8F
Complementary color
Monochromatic Colors of #E87F8F
Black with #E87F8F
Text Example
Text Example
White with #E87F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87F8F; }
p { color: rgb(232,127,143); }
H1.HeaderClassName
{
color: #E87F8F;
}
.AnyTagClassName
{
color: #E87F8F;
}
</style>
background-color css
<style>
a { background-color: #E87F8F; }
a { background-color: rgb(232,127,143); }
div.DivClassName
{
background-color: #E87F8F;
}
.BgClassName
{
background-color: #E87F8F;
}
</style>
border-color css
<style>
span { border-color: #E87F8F; }
span { border-color: rgb(232,127,143); }
td.TdClassName
{
border-color: #E87F8F;
}
.TagClassName
{
border-color: #E87F8F;
}
</style>