Shades of Carissma #E68990
Tints of Carissma #E68990
RGB
CMYK
RGB Variations
Color information
#E68990 (or 0xE68990) is known color: Carissma. HEX triplet: E6, 89 and 90. RGB value is (230,137,144). Sum of RGB (Red+Green+Blue) = 230+137+144=511 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.01% from 511); Green value is 137 (53.91% from 255 or 26.81% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 230 - color contains mainly: red. Hex color #E68990 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68990 is #19766F. Grayscale: #A5A5A5. Windows color (decimal): -1668720 or 9472486. OLE color: 9472486.
HSL color Cylindrical-coordinate representation of color #E68990: hue angle of 355.48º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E68990 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 144 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.10 |
| HSL | 355.48º | 0.65% | 0.72% | - |
| HSV(B) | 355.48º | 0.4% | 0.9% | - |
| XYZ | 46.61 | 36.73 | 31.02 | - |
| YUV | 165.61 | 115.81 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 144 | 0 | 0.40 | 0.37 | 0.10 | 355.48 | 0.65 | 0.72 |
| Hex | E6 | 89 | 90 | 0 | 28 | 25 | A | 163 | 41 | 48 |
| Octal | 346 | 211 | 220 | 0 | 50 | 45 | 12 | 543 | 101 | 110 |
| Binary | 11100110 | 10001001 | 10010000 | 0 | 101000 | 100101 | 1010 | 101100011 | 1000001 | 1001000 |
Color Harmonies of #E68990
Complementary color
Monochromatic Colors of #E68990
Black with #E68990
Text Example
Text Example
White with #E68990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68990; }
p { color: rgb(230,137,144); }
H1.HeaderClassName
{
color: #E68990;
}
.AnyTagClassName
{
color: #E68990;
}
</style>
background-color css
<style>
a { background-color: #E68990; }
a { background-color: rgb(230,137,144); }
div.DivClassName
{
background-color: #E68990;
}
.BgClassName
{
background-color: #E68990;
}
</style>
border-color css
<style>
span { border-color: #E68990; }
span { border-color: rgb(230,137,144); }
td.TdClassName
{
border-color: #E68990;
}
.TagClassName
{
border-color: #E68990;
}
</style>