Shades of Carissma #E5848B
Tints of Carissma #E5848B
RGB
CMYK
RGB Variations
Color information
#E5848B (or 0xE5848B) is known color: Carissma. HEX triplet: E5, 84 and 8B. RGB value is (229,132,139). Sum of RGB (Red+Green+Blue) = 229+132+139=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E5848B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5848B is #1A7B74. Grayscale: #A1A1A1. Windows color (decimal): -1735541 or 9143525. OLE color: 9143525.
HSL color Cylindrical-coordinate representation of color #E5848B: hue angle of 355.67º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E5848B is Cyan = 0, Magento = 0.42, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 132 | 139 | - |
| CMYK | 0 | 0.42 | 0.39 | 0.10 |
| HSL | 355.67º | 0.65% | 0.71% | - |
| HSV(B) | 355.67º | 0.42% | 0.9% | - |
| XYZ | 45.22 | 35.02 | 28.8 | - |
| YUV | 161.8 | 115.14 | 175.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 132 | 139 | 0 | 0.42 | 0.39 | 0.10 | 355.67 | 0.65 | 0.71 |
| Hex | E5 | 84 | 8B | 0 | 2A | 27 | A | 164 | 41 | 47 |
| Octal | 345 | 204 | 213 | 0 | 52 | 47 | 12 | 544 | 101 | 107 |
| Binary | 11100101 | 10000100 | 10001011 | 0 | 101010 | 100111 | 1010 | 101100100 | 1000001 | 1000111 |
Color Harmonies of #E5848B
Complementary color
Monochromatic Colors of #E5848B
Black with #E5848B
Text Example
Text Example
White with #E5848B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5848B; }
p { color: rgb(229,132,139); }
H1.HeaderClassName
{
color: #E5848B;
}
.AnyTagClassName
{
color: #E5848B;
}
</style>
background-color css
<style>
a { background-color: #E5848B; }
a { background-color: rgb(229,132,139); }
div.DivClassName
{
background-color: #E5848B;
}
.BgClassName
{
background-color: #E5848B;
}
</style>
border-color css
<style>
span { border-color: #E5848B; }
span { border-color: rgb(229,132,139); }
td.TdClassName
{
border-color: #E5848B;
}
.TagClassName
{
border-color: #E5848B;
}
</style>