Shades of Carissma #E18A93
Tints of Carissma #E18A93
RGB
CMYK
RGB Variations
Color information
#E18A93 (or 0xE18A93) is known color: Carissma. HEX triplet: E1, 8A and 93. RGB value is (225,138,147). Sum of RGB (Red+Green+Blue) = 225+138+147=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 138 (54.30% from 255 or 27.06% from 510); Blue value is 147 (57.81% from 255 or 28.82% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18A93 is #1E756C. Grayscale: #A5A5A5. Windows color (decimal): -1996141 or 9669345. OLE color: 9669345.
HSL color Cylindrical-coordinate representation of color #E18A93: hue angle of 353.79º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E18A93 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 147 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.12 |
| HSL | 353.79º | 0.59% | 0.71% | - |
| HSV(B) | 353.79º | 0.39% | 0.88% | - |
| XYZ | 45.41 | 36.29 | 32.22 | - |
| YUV | 165.04 | 117.82 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 147 | 0 | 0.39 | 0.35 | 0.12 | 353.79 | 0.59 | 0.71 |
| Hex | E1 | 8A | 93 | 0 | 27 | 23 | C | 162 | 3B | 47 |
| Octal | 341 | 212 | 223 | 0 | 47 | 43 | 14 | 542 | 73 | 107 |
| Binary | 11100001 | 10001010 | 10010011 | 0 | 100111 | 100011 | 1100 | 101100010 | 111011 | 1000111 |
Color Harmonies of #E18A93
Complementary color
Monochromatic Colors of #E18A93
Black with #E18A93
Text Example
Text Example
White with #E18A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A93; }
p { color: rgb(225,138,147); }
H1.HeaderClassName
{
color: #E18A93;
}
.AnyTagClassName
{
color: #E18A93;
}
</style>
background-color css
<style>
a { background-color: #E18A93; }
a { background-color: rgb(225,138,147); }
div.DivClassName
{
background-color: #E18A93;
}
.BgClassName
{
background-color: #E18A93;
}
</style>
border-color css
<style>
span { border-color: #E18A93; }
span { border-color: rgb(225,138,147); }
td.TdClassName
{
border-color: #E18A93;
}
.TagClassName
{
border-color: #E18A93;
}
</style>