Shades of Carissma #E87B8C
Tints of Carissma #E87B8C
RGB
CMYK
RGB Variations
Color information
#E87B8C (or 0xE87B8C) is known color: Carissma. HEX triplet: E8, 7B and 8C. RGB value is (232,123,140). Sum of RGB (Red+Green+Blue) = 232+123+140=495 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.87% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 232 - color contains mainly: red. Hex color #E87B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87B8C is #178473. Grayscale: #9D9D9D. Windows color (decimal): -1541236 or 9206760. OLE color: 9206760.
HSL color Cylindrical-coordinate representation of color #E87B8C: hue angle of 350.64º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E87B8C is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 123 | 140 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.09 |
| HSL | 350.64º | 0.7% | 0.7% | - |
| HSV(B) | 350.64º | 0.47% | 0.91% | - |
| XYZ | 45.1 | 33.22 | 28.85 | - |
| YUV | 157.53 | 118.11 | 181.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 123 | 140 | 0 | 0.47 | 0.40 | 0.09 | 350.64 | 0.7 | 0.7 |
| Hex | E8 | 7B | 8C | 0 | 2F | 28 | 9 | 15F | 46 | 46 |
| Octal | 350 | 173 | 214 | 0 | 57 | 50 | 11 | 537 | 106 | 106 |
| Binary | 11101000 | 1111011 | 10001100 | 0 | 101111 | 101000 | 1001 | 101011111 | 1000110 | 1000110 |
Color Harmonies of #E87B8C
Complementary color
Monochromatic Colors of #E87B8C
Black with #E87B8C
Text Example
Text Example
White with #E87B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87B8C; }
p { color: rgb(232,123,140); }
H1.HeaderClassName
{
color: #E87B8C;
}
.AnyTagClassName
{
color: #E87B8C;
}
</style>
background-color css
<style>
a { background-color: #E87B8C; }
a { background-color: rgb(232,123,140); }
div.DivClassName
{
background-color: #E87B8C;
}
.BgClassName
{
background-color: #E87B8C;
}
</style>
border-color css
<style>
span { border-color: #E87B8C; }
span { border-color: rgb(232,123,140); }
td.TdClassName
{
border-color: #E87B8C;
}
.TagClassName
{
border-color: #E87B8C;
}
</style>