Shades of Carissma #E4848E
Tints of Carissma #E4848E
RGB
CMYK
RGB Variations
Color information
#E4848E (or 0xE4848E) is known color: Carissma. HEX triplet: E4, 84 and 8E. RGB value is (228,132,142). Sum of RGB (Red+Green+Blue) = 228+132+142=502 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.42% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 142 (55.86% from 255 or 28.29% from 502); Max value from RGB is 228 - color contains mainly: red. Hex color #E4848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E4848E is #1B7B71. Grayscale: #A1A1A1. Windows color (decimal): -1801074 or 9340132. OLE color: 9340132.
HSL color Cylindrical-coordinate representation of color #E4848E: hue angle of 353.75º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E4848E is Cyan = 0, Magento = 0.42, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 132 | 142 | - |
| CMYK | 0 | 0.42 | 0.38 | 0.11 |
| HSL | 353.75º | 0.64% | 0.71% | - |
| HSV(B) | 353.75º | 0.42% | 0.89% | - |
| XYZ | 45.13 | 34.95 | 29.96 | - |
| YUV | 161.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 132 | 142 | 0 | 0.42 | 0.38 | 0.11 | 353.75 | 0.64 | 0.71 |
| Hex | E4 | 84 | 8E | 0 | 2A | 26 | B | 162 | 40 | 47 |
| Octal | 344 | 204 | 216 | 0 | 52 | 46 | 13 | 542 | 100 | 107 |
| Binary | 11100100 | 10000100 | 10001110 | 0 | 101010 | 100110 | 1011 | 101100010 | 1000000 | 1000111 |
Color Harmonies of #E4848E
Complementary color
Monochromatic Colors of #E4848E
Black with #E4848E
Text Example
Text Example
White with #E4848E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4848E; }
p { color: rgb(228,132,142); }
H1.HeaderClassName
{
color: #E4848E;
}
.AnyTagClassName
{
color: #E4848E;
}
</style>
background-color css
<style>
a { background-color: #E4848E; }
a { background-color: rgb(228,132,142); }
div.DivClassName
{
background-color: #E4848E;
}
.BgClassName
{
background-color: #E4848E;
}
</style>
border-color css
<style>
span { border-color: #E4848E; }
span { border-color: rgb(228,132,142); }
td.TdClassName
{
border-color: #E4848E;
}
.TagClassName
{
border-color: #E4848E;
}
</style>