Shades of Carissma #E48B9E
Tints of Carissma #E48B9E
RGB
CMYK
RGB Variations
Color information
#E48B9E (or 0xE48B9E) is known color: Carissma. HEX triplet: E4, 8B and 9E. RGB value is (228,139,158). Sum of RGB (Red+Green+Blue) = 228+139+158=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 139 (54.69% from 255 or 26.48% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48B9E is #1B7461. Grayscale: #A7A7A7. Windows color (decimal): -1799266 or 10390500. OLE color: 10390500.
HSL color Cylindrical-coordinate representation of color #E48B9E: hue angle of 347.19º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E48B9E is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 139 | 158 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.11 |
| HSL | 347.19º | 0.62% | 0.72% | - |
| HSV(B) | 347.19º | 0.39% | 0.89% | - |
| XYZ | 47.4 | 37.43 | 37.07 | - |
| YUV | 167.78 | 122.49 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 139 | 158 | 0 | 0.39 | 0.31 | 0.11 | 347.19 | 0.62 | 0.72 |
| Hex | E4 | 8B | 9E | 0 | 27 | 1F | B | 15B | 3E | 48 |
| Octal | 344 | 213 | 236 | 0 | 47 | 37 | 13 | 533 | 76 | 110 |
| Binary | 11100100 | 10001011 | 10011110 | 0 | 100111 | 11111 | 1011 | 101011011 | 111110 | 1001000 |
Color Harmonies of #E48B9E
Complementary color
Monochromatic Colors of #E48B9E
Black with #E48B9E
Text Example
Text Example
White with #E48B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48B9E; }
p { color: rgb(228,139,158); }
H1.HeaderClassName
{
color: #E48B9E;
}
.AnyTagClassName
{
color: #E48B9E;
}
</style>
background-color css
<style>
a { background-color: #E48B9E; }
a { background-color: rgb(228,139,158); }
div.DivClassName
{
background-color: #E48B9E;
}
.BgClassName
{
background-color: #E48B9E;
}
</style>
border-color css
<style>
span { border-color: #E48B9E; }
span { border-color: rgb(228,139,158); }
td.TdClassName
{
border-color: #E48B9E;
}
.TagClassName
{
border-color: #E48B9E;
}
</style>