Shades of Carissma #E48A96
Tints of Carissma #E48A96
RGB
CMYK
RGB Variations
Color information
#E48A96 (or 0xE48A96) is known color: Carissma. HEX triplet: E4, 8A and 96. RGB value is (228,138,150). Sum of RGB (Red+Green+Blue) = 228+138+150=516 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.19% from 516); Green value is 138 (54.30% from 255 or 26.74% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48A96 is #1B7569. Grayscale: #A6A6A6. Windows color (decimal): -1799530 or 9865956. OLE color: 9865956.
HSL color Cylindrical-coordinate representation of color #E48A96: hue angle of 352º 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 #E48A96 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 150 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.11 |
| HSL | 352º | 0.63% | 0.72% | - |
| HSV(B) | 352º | 0.39% | 0.89% | - |
| XYZ | 46.59 | 36.87 | 33.52 | - |
| YUV | 166.28 | 118.82 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 150 | 0 | 0.39 | 0.34 | 0.11 | 352 | 0.63 | 0.72 |
| Hex | E4 | 8A | 96 | 0 | 27 | 22 | B | 160 | 3E | 48 |
| Octal | 344 | 212 | 226 | 0 | 47 | 42 | 13 | 540 | 76 | 110 |
| Binary | 11100100 | 10001010 | 10010110 | 0 | 100111 | 100010 | 1011 | 101100000 | 111110 | 1001000 |
Color Harmonies of #E48A96
Complementary color
Monochromatic Colors of #E48A96
Black with #E48A96
Text Example
Text Example
White with #E48A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48A96; }
p { color: rgb(228,138,150); }
H1.HeaderClassName
{
color: #E48A96;
}
.AnyTagClassName
{
color: #E48A96;
}
</style>
background-color css
<style>
a { background-color: #E48A96; }
a { background-color: rgb(228,138,150); }
div.DivClassName
{
background-color: #E48A96;
}
.BgClassName
{
background-color: #E48A96;
}
</style>
border-color css
<style>
span { border-color: #E48A96; }
span { border-color: rgb(228,138,150); }
td.TdClassName
{
border-color: #E48A96;
}
.TagClassName
{
border-color: #E48A96;
}
</style>