Shades of Carissma #E18A92
Tints of Carissma #E18A92
RGB
CMYK
RGB Variations
Color information
#E18A92 (or 0xE18A92) is known color: Carissma. HEX triplet: E1, 8A and 92. RGB value is (225,138,146). Sum of RGB (Red+Green+Blue) = 225+138+146=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 138 (54.30% from 255 or 27.11% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18A92 is #1E756D. Grayscale: #A4A4A4. Windows color (decimal): -1996142 or 9603809. OLE color: 9603809.
HSL color Cylindrical-coordinate representation of color #E18A92: hue angle of 354.48º 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 #E18A92 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 138 | 146 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.12 |
| HSL | 354.48º | 0.59% | 0.71% | - |
| HSV(B) | 354.48º | 0.39% | 0.88% | - |
| XYZ | 45.33 | 36.26 | 31.8 | - |
| YUV | 164.93 | 117.32 | 170.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 138 | 146 | 0 | 0.39 | 0.35 | 0.12 | 354.48 | 0.59 | 0.71 |
| Hex | E1 | 8A | 92 | 0 | 27 | 23 | C | 162 | 3B | 47 |
| Octal | 341 | 212 | 222 | 0 | 47 | 43 | 14 | 542 | 73 | 107 |
| Binary | 11100001 | 10001010 | 10010010 | 0 | 100111 | 100011 | 1100 | 101100010 | 111011 | 1000111 |
Color Harmonies of #E18A92
Complementary color
Monochromatic Colors of #E18A92
Black with #E18A92
Text Example
Text Example
White with #E18A92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18A92; }
p { color: rgb(225,138,146); }
H1.HeaderClassName
{
color: #E18A92;
}
.AnyTagClassName
{
color: #E18A92;
}
</style>
background-color css
<style>
a { background-color: #E18A92; }
a { background-color: rgb(225,138,146); }
div.DivClassName
{
background-color: #E18A92;
}
.BgClassName
{
background-color: #E18A92;
}
</style>
border-color css
<style>
span { border-color: #E18A92; }
span { border-color: rgb(225,138,146); }
td.TdClassName
{
border-color: #E18A92;
}
.TagClassName
{
border-color: #E18A92;
}
</style>