Shades of Carissma #E87F90
Tints of Carissma #E87F90
RGB
CMYK
RGB Variations
Color information
#E87F90 (or 0xE87F90) is known color: Carissma. HEX triplet: E8, 7F and 90. RGB value is (232,127,144). Sum of RGB (Red+Green+Blue) = 232+127+144=503 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.12% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 144 (56.64% from 255 or 28.63% from 503); Max value from RGB is 232 - color contains mainly: red. Hex color #E87F90 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E87F90 is #17806F. Grayscale: #A0A0A0. Windows color (decimal): -1540208 or 9469928. OLE color: 9469928.
HSL color Cylindrical-coordinate representation of color #E87F90: hue angle of 350.29º 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 #E87F90 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 127 | 144 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.09 |
| HSL | 350.29º | 0.7% | 0.7% | - |
| HSV(B) | 350.29º | 0.45% | 0.91% | - |
| XYZ | 45.9 | 34.35 | 30.6 | - |
| YUV | 160.33 | 118.79 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 127 | 144 | 0 | 0.45 | 0.38 | 0.09 | 350.29 | 0.7 | 0.7 |
| Hex | E8 | 7F | 90 | 0 | 2D | 26 | 9 | 15E | 46 | 46 |
| Octal | 350 | 177 | 220 | 0 | 55 | 46 | 11 | 536 | 106 | 106 |
| Binary | 11101000 | 1111111 | 10010000 | 0 | 101101 | 100110 | 1001 | 101011110 | 1000110 | 1000110 |
Color Harmonies of #E87F90
Complementary color
Monochromatic Colors of #E87F90
Black with #E87F90
Text Example
Text Example
White with #E87F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E87F90; }
p { color: rgb(232,127,144); }
H1.HeaderClassName
{
color: #E87F90;
}
.AnyTagClassName
{
color: #E87F90;
}
</style>
background-color css
<style>
a { background-color: #E87F90; }
a { background-color: rgb(232,127,144); }
div.DivClassName
{
background-color: #E87F90;
}
.BgClassName
{
background-color: #E87F90;
}
</style>
border-color css
<style>
span { border-color: #E87F90; }
span { border-color: rgb(232,127,144); }
td.TdClassName
{
border-color: #E87F90;
}
.TagClassName
{
border-color: #E87F90;
}
</style>