Shades of Carissma #E87B8B
Tints of Carissma #E87B8B
RGB
CMYK
RGB Variations
Color information
#E87B8B (or 0xE87B8B) is known color: Carissma. HEX triplet: E8, 7B and 8B. RGB value is (232,123,139). Sum of RGB (Red+Green+Blue) = 232+123+139=494 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.96% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 232 - color contains mainly: red. Hex color #E87B8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87B8B is #178474. Grayscale: #9D9D9D. Windows color (decimal): -1541237 or 9141224. OLE color: 9141224.
HSL color Cylindrical-coordinate representation of color #E87B8B: hue angle of 351.19º 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 #E87B8B is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 123 | 139 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.09 |
| HSL | 351.19º | 0.7% | 0.7% | - |
| HSV(B) | 351.19º | 0.47% | 0.91% | - |
| XYZ | 45.02 | 33.19 | 28.46 | - |
| YUV | 157.42 | 117.61 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 123 | 139 | 0 | 0.47 | 0.40 | 0.09 | 351.19 | 0.7 | 0.7 |
| Hex | E8 | 7B | 8B | 0 | 2F | 28 | 9 | 15F | 46 | 46 |
| Octal | 350 | 173 | 213 | 0 | 57 | 50 | 11 | 537 | 106 | 106 |
| Binary | 11101000 | 1111011 | 10001011 | 0 | 101111 | 101000 | 1001 | 101011111 | 1000110 | 1000110 |
Color Harmonies of #E87B8B
Complementary color
Monochromatic Colors of #E87B8B
Black with #E87B8B
Text Example
Text Example
White with #E87B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87B8B; }
p { color: rgb(232,123,139); }
H1.HeaderClassName
{
color: #E87B8B;
}
.AnyTagClassName
{
color: #E87B8B;
}
</style>
background-color css
<style>
a { background-color: #E87B8B; }
a { background-color: rgb(232,123,139); }
div.DivClassName
{
background-color: #E87B8B;
}
.BgClassName
{
background-color: #E87B8B;
}
</style>
border-color css
<style>
span { border-color: #E87B8B; }
span { border-color: rgb(232,123,139); }
td.TdClassName
{
border-color: #E87B8B;
}
.TagClassName
{
border-color: #E87B8B;
}
</style>