Shades of Carissma #E48A8E
Tints of Carissma #E48A8E
RGB
CMYK
RGB Variations
Color information
#E48A8E (or 0xE48A8E) is known color: Carissma. HEX triplet: E4, 8A and 8E. RGB value is (228,138,142). Sum of RGB (Red+Green+Blue) = 228+138+142=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 138 (54.30% from 255 or 27.17% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E48A8E is #1B7571. Grayscale: #A5A5A5. Windows color (decimal): -1799538 or 9341668. OLE color: 9341668.
HSL color Cylindrical-coordinate representation of color #E48A8E: hue angle of 357.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 #E48A8E is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 138 | 142 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.11 |
| HSL | 357.33º | 0.63% | 0.72% | - |
| HSV(B) | 357.33º | 0.39% | 0.89% | - |
| XYZ | 45.97 | 36.62 | 30.24 | - |
| YUV | 165.37 | 114.82 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 138 | 142 | 0 | 0.39 | 0.38 | 0.11 | 357.33 | 0.63 | 0.72 |
| Hex | E4 | 8A | 8E | 0 | 27 | 26 | B | 165 | 3E | 48 |
| Octal | 344 | 212 | 216 | 0 | 47 | 46 | 13 | 545 | 76 | 110 |
| Binary | 11100100 | 10001010 | 10001110 | 0 | 100111 | 100110 | 1011 | 101100101 | 111110 | 1001000 |
Color Harmonies of #E48A8E
Complementary color
Monochromatic Colors of #E48A8E
Black with #E48A8E
Text Example
Text Example
White with #E48A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E48A8E; }
p { color: rgb(228,138,142); }
H1.HeaderClassName
{
color: #E48A8E;
}
.AnyTagClassName
{
color: #E48A8E;
}
</style>
background-color css
<style>
a { background-color: #E48A8E; }
a { background-color: rgb(228,138,142); }
div.DivClassName
{
background-color: #E48A8E;
}
.BgClassName
{
background-color: #E48A8E;
}
</style>
border-color css
<style>
span { border-color: #E48A8E; }
span { border-color: rgb(228,138,142); }
td.TdClassName
{
border-color: #E48A8E;
}
.TagClassName
{
border-color: #E48A8E;
}
</style>