Shades of Carissma #E18B92
Tints of Carissma #E18B92
RGB
CMYK
RGB Variations
Color information
#E18B92 (or 0xE18B92) is known color: Carissma. HEX triplet: E1, 8B and 92. RGB value is (225,139,146). Sum of RGB (Red+Green+Blue) = 225+139+146=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18B92 is #1E746D. Grayscale: #A5A5A5. Windows color (decimal): -1995886 or 9604065. OLE color: 9604065.
HSL color Cylindrical-coordinate representation of color #E18B92: hue angle of 355.12º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E18B92 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 139 | 146 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.12 |
| HSL | 355.12º | 0.59% | 0.71% | - |
| HSV(B) | 355.12º | 0.38% | 0.88% | - |
| XYZ | 45.47 | 36.55 | 31.85 | - |
| YUV | 165.51 | 116.99 | 170.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 139 | 146 | 0 | 0.38 | 0.35 | 0.12 | 355.12 | 0.59 | 0.71 |
| Hex | E1 | 8B | 92 | 0 | 26 | 23 | C | 163 | 3B | 47 |
| Octal | 341 | 213 | 222 | 0 | 46 | 43 | 14 | 543 | 73 | 107 |
| Binary | 11100001 | 10001011 | 10010010 | 0 | 100110 | 100011 | 1100 | 101100011 | 111011 | 1000111 |
Color Harmonies of #E18B92
Complementary color
Monochromatic Colors of #E18B92
Black with #E18B92
Text Example
Text Example
White with #E18B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18B92; }
p { color: rgb(225,139,146); }
H1.HeaderClassName
{
color: #E18B92;
}
.AnyTagClassName
{
color: #E18B92;
}
</style>
background-color css
<style>
a { background-color: #E18B92; }
a { background-color: rgb(225,139,146); }
div.DivClassName
{
background-color: #E18B92;
}
.BgClassName
{
background-color: #E18B92;
}
</style>
border-color css
<style>
span { border-color: #E18B92; }
span { border-color: rgb(225,139,146); }
td.TdClassName
{
border-color: #E18B92;
}
.TagClassName
{
border-color: #E18B92;
}
</style>