Shades of Carissma #E48A95
Tints of Carissma #E48A95
RGB
CMYK
RGB Variations
Color information
#E48A95 (or 0xE48A95) is known color: Carissma. HEX triplet: E4, 8A and 95. RGB value is (228,138,149). Sum of RGB (Red+Green+Blue) = 228+138+149=515 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.27% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48A95 is #1B756A. Grayscale: #A6A6A6. Windows color (decimal): -1799531 or 9800420. OLE color: 9800420.
HSL color Cylindrical-coordinate representation of color #E48A95: hue angle of 352.67º 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 #E48A95 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 149 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.11 |
| HSL | 352.67º | 0.63% | 0.72% | - |
| HSV(B) | 352.67º | 0.39% | 0.89% | - |
| XYZ | 46.51 | 36.84 | 33.09 | - |
| YUV | 166.16 | 118.32 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 149 | 0 | 0.39 | 0.35 | 0.11 | 352.67 | 0.63 | 0.72 |
| Hex | E4 | 8A | 95 | 0 | 27 | 23 | B | 161 | 3E | 48 |
| Octal | 344 | 212 | 225 | 0 | 47 | 43 | 13 | 541 | 76 | 110 |
| Binary | 11100100 | 10001010 | 10010101 | 0 | 100111 | 100011 | 1011 | 101100001 | 111110 | 1001000 |
Color Harmonies of #E48A95
Complementary color
Monochromatic Colors of #E48A95
Black with #E48A95
Text Example
Text Example
White with #E48A95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48A95; }
p { color: rgb(228,138,149); }
H1.HeaderClassName
{
color: #E48A95;
}
.AnyTagClassName
{
color: #E48A95;
}
</style>
background-color css
<style>
a { background-color: #E48A95; }
a { background-color: rgb(228,138,149); }
div.DivClassName
{
background-color: #E48A95;
}
.BgClassName
{
background-color: #E48A95;
}
</style>
border-color css
<style>
span { border-color: #E48A95; }
span { border-color: rgb(228,138,149); }
td.TdClassName
{
border-color: #E48A95;
}
.TagClassName
{
border-color: #E48A95;
}
</style>