Shades of Carissma #E48A8B
Tints of Carissma #E48A8B
RGB
CMYK
RGB Variations
Color information
#E48A8B (or 0xE48A8B) is known color: Carissma. HEX triplet: E4, 8A and 8B. RGB value is (228,138,139). Sum of RGB (Red+Green+Blue) = 228+138+139=505 (66% of max value = 765). Red value is 228 (89.45% from 255 or 45.15% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48A8B is #1B7574. Grayscale: #A5A5A5. Windows color (decimal): -1799541 or 9145060. OLE color: 9145060.
HSL color Cylindrical-coordinate representation of color #E48A8B: hue angle of 359.33º 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 #E48A8B is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 139 | - |
| CMYK | 0 | 0.39 | 0.39 | 0.11 |
| HSL | 359.33º | 0.63% | 0.72% | - |
| HSV(B) | 359.33º | 0.39% | 0.89% | - |
| XYZ | 45.74 | 36.54 | 29.07 | - |
| YUV | 165.02 | 113.32 | 172.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 139 | 0 | 0.39 | 0.39 | 0.11 | 359.33 | 0.63 | 0.72 |
| Hex | E4 | 8A | 8B | 0 | 27 | 27 | B | 167 | 3E | 48 |
| Octal | 344 | 212 | 213 | 0 | 47 | 47 | 13 | 547 | 76 | 110 |
| Binary | 11100100 | 10001010 | 10001011 | 0 | 100111 | 100111 | 1011 | 101100111 | 111110 | 1001000 |
Color Harmonies of #E48A8B
Complementary color
Monochromatic Colors of #E48A8B
Black with #E48A8B
Text Example
Text Example
White with #E48A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48A8B; }
p { color: rgb(228,138,139); }
H1.HeaderClassName
{
color: #E48A8B;
}
.AnyTagClassName
{
color: #E48A8B;
}
</style>
background-color css
<style>
a { background-color: #E48A8B; }
a { background-color: rgb(228,138,139); }
div.DivClassName
{
background-color: #E48A8B;
}
.BgClassName
{
background-color: #E48A8B;
}
</style>
border-color css
<style>
span { border-color: #E48A8B; }
span { border-color: rgb(228,138,139); }
td.TdClassName
{
border-color: #E48A8B;
}
.TagClassName
{
border-color: #E48A8B;
}
</style>