Shades of Carissma #E18689
Tints of Carissma #E18689
RGB
CMYK
RGB Variations
Color information
#E18689 (or 0xE18689) is known color: Carissma. HEX triplet: E1, 86 and 89. RGB value is (225,134,137). Sum of RGB (Red+Green+Blue) = 225+134+137=496 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.36% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 225 - color contains mainly: red. Hex color #E18689 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E18689 is #1E7976. Grayscale: #A1A1A1. Windows color (decimal): -1997175 or 9012961. OLE color: 9012961.
HSL color Cylindrical-coordinate representation of color #E18689: hue angle of 358.02º degrees, saturation: 0.6, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E18689 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 134 | 137 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.12 |
| HSL | 358.02º | 0.6% | 0.7% | - |
| HSV(B) | 358.02º | 0.4% | 0.88% | - |
| XYZ | 44.09 | 34.86 | 28.07 | - |
| YUV | 161.55 | 114.15 | 173.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 134 | 137 | 0 | 0.40 | 0.39 | 0.12 | 358.02 | 0.6 | 0.7 |
| Hex | E1 | 86 | 89 | 0 | 28 | 27 | C | 166 | 3C | 46 |
| Octal | 341 | 206 | 211 | 0 | 50 | 47 | 14 | 546 | 74 | 106 |
| Binary | 11100001 | 10000110 | 10001001 | 0 | 101000 | 100111 | 1100 | 101100110 | 111100 | 1000110 |
Color Harmonies of #E18689
Complementary color
Monochromatic Colors of #E18689
Black with #E18689
Text Example
Text Example
White with #E18689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E18689; }
p { color: rgb(225,134,137); }
H1.HeaderClassName
{
color: #E18689;
}
.AnyTagClassName
{
color: #E18689;
}
</style>
background-color css
<style>
a { background-color: #E18689; }
a { background-color: rgb(225,134,137); }
div.DivClassName
{
background-color: #E18689;
}
.BgClassName
{
background-color: #E18689;
}
</style>
border-color css
<style>
span { border-color: #E18689; }
span { border-color: rgb(225,134,137); }
td.TdClassName
{
border-color: #E18689;
}
.TagClassName
{
border-color: #E18689;
}
</style>