Shades of Carissma #E87B8D
Tints of Carissma #E87B8D
RGB
CMYK
RGB Variations
Color information
#E87B8D (or 0xE87B8D) is known color: Carissma. HEX triplet: E8, 7B and 8D. RGB value is (232,123,141). Sum of RGB (Red+Green+Blue) = 232+123+141=496 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.77% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 232 - color contains mainly: red. Hex color #E87B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87B8D is #178472. Grayscale: #9D9D9D. Windows color (decimal): -1541235 or 9272296. OLE color: 9272296.
HSL color Cylindrical-coordinate representation of color #E87B8D: hue angle of 350.09º 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 #E87B8D is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 123 | 141 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.09 |
| HSL | 350.09º | 0.7% | 0.7% | - |
| HSV(B) | 350.09º | 0.47% | 0.91% | - |
| XYZ | 45.17 | 33.24 | 29.24 | - |
| YUV | 157.64 | 118.61 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 123 | 141 | 0 | 0.47 | 0.39 | 0.09 | 350.09 | 0.7 | 0.7 |
| Hex | E8 | 7B | 8D | 0 | 2F | 27 | 9 | 15E | 46 | 46 |
| Octal | 350 | 173 | 215 | 0 | 57 | 47 | 11 | 536 | 106 | 106 |
| Binary | 11101000 | 1111011 | 10001101 | 0 | 101111 | 100111 | 1001 | 101011110 | 1000110 | 1000110 |
Color Harmonies of #E87B8D
Complementary color
Monochromatic Colors of #E87B8D
Black with #E87B8D
Text Example
Text Example
White with #E87B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87B8D; }
p { color: rgb(232,123,141); }
H1.HeaderClassName
{
color: #E87B8D;
}
.AnyTagClassName
{
color: #E87B8D;
}
</style>
background-color css
<style>
a { background-color: #E87B8D; }
a { background-color: rgb(232,123,141); }
div.DivClassName
{
background-color: #E87B8D;
}
.BgClassName
{
background-color: #E87B8D;
}
</style>
border-color css
<style>
span { border-color: #E87B8D; }
span { border-color: rgb(232,123,141); }
td.TdClassName
{
border-color: #E87B8D;
}
.TagClassName
{
border-color: #E87B8D;
}
</style>