Shades of Carissma #E8848F
Tints of Carissma #E8848F
RGB
CMYK
RGB Variations
Color information
#E8848F (or 0xE8848F) is known color: Carissma. HEX triplet: E8, 84 and 8F. RGB value is (232,132,143). Sum of RGB (Red+Green+Blue) = 232+132+143=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E8848F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8848F is #177B70. Grayscale: #A3A3A3. Windows color (decimal): -1538929 or 9405672. OLE color: 9405672.
HSL color Cylindrical-coordinate representation of color #E8848F: hue angle of 353.4º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E8848F is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 132 | 143 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.09 |
| HSL | 353.4º | 0.68% | 0.71% | - |
| HSV(B) | 353.4º | 0.43% | 0.91% | - |
| XYZ | 46.49 | 35.64 | 30.42 | - |
| YUV | 163.15 | 116.63 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 132 | 143 | 0 | 0.43 | 0.38 | 0.09 | 353.4 | 0.68 | 0.71 |
| Hex | E8 | 84 | 8F | 0 | 2B | 26 | 9 | 161 | 44 | 47 |
| Octal | 350 | 204 | 217 | 0 | 53 | 46 | 11 | 541 | 104 | 107 |
| Binary | 11101000 | 10000100 | 10001111 | 0 | 101011 | 100110 | 1001 | 101100001 | 1000100 | 1000111 |
Color Harmonies of #E8848F
Complementary color
Monochromatic Colors of #E8848F
Black with #E8848F
Text Example
Text Example
White with #E8848F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8848F; }
p { color: rgb(232,132,143); }
H1.HeaderClassName
{
color: #E8848F;
}
.AnyTagClassName
{
color: #E8848F;
}
</style>
background-color css
<style>
a { background-color: #E8848F; }
a { background-color: rgb(232,132,143); }
div.DivClassName
{
background-color: #E8848F;
}
.BgClassName
{
background-color: #E8848F;
}
</style>
border-color css
<style>
span { border-color: #E8848F; }
span { border-color: rgb(232,132,143); }
td.TdClassName
{
border-color: #E8848F;
}
.TagClassName
{
border-color: #E8848F;
}
</style>