Shades of Carissma #E18A98
Tints of Carissma #E18A98
RGB
CMYK
RGB Variations
Color information
#E18A98 (or 0xE18A98) is known color: Carissma. HEX triplet: E1, 8A and 98. RGB value is (225,138,152). Sum of RGB (Red+Green+Blue) = 225+138+152=515 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.69% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18A98 is #1E7567. Grayscale: #A5A5A5. Windows color (decimal): -1996136 or 9997025. OLE color: 9997025.
HSL color Cylindrical-coordinate representation of color #E18A98: hue angle of 350.34º 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 #E18A98 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 152 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.12 |
| HSL | 350.34º | 0.59% | 0.71% | - |
| HSV(B) | 350.34º | 0.39% | 0.88% | - |
| XYZ | 45.81 | 36.45 | 34.33 | - |
| YUV | 165.61 | 120.32 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 152 | 0 | 0.39 | 0.32 | 0.12 | 350.34 | 0.59 | 0.71 |
| Hex | E1 | 8A | 98 | 0 | 27 | 20 | C | 15E | 3B | 47 |
| Octal | 341 | 212 | 230 | 0 | 47 | 40 | 14 | 536 | 73 | 107 |
| Binary | 11100001 | 10001010 | 10011000 | 0 | 100111 | 100000 | 1100 | 101011110 | 111011 | 1000111 |
Color Harmonies of #E18A98
Complementary color
Monochromatic Colors of #E18A98
Black with #E18A98
Text Example
Text Example
White with #E18A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A98; }
p { color: rgb(225,138,152); }
H1.HeaderClassName
{
color: #E18A98;
}
.AnyTagClassName
{
color: #E18A98;
}
</style>
background-color css
<style>
a { background-color: #E18A98; }
a { background-color: rgb(225,138,152); }
div.DivClassName
{
background-color: #E18A98;
}
.BgClassName
{
background-color: #E18A98;
}
</style>
border-color css
<style>
span { border-color: #E18A98; }
span { border-color: rgb(225,138,152); }
td.TdClassName
{
border-color: #E18A98;
}
.TagClassName
{
border-color: #E18A98;
}
</style>