Shades of Carissma #E68690
Tints of Carissma #E68690
RGB
CMYK
RGB Variations
Color information
#E68690 (or 0xE68690) is known color: Carissma. HEX triplet: E6, 86 and 90. RGB value is (230,134,144). Sum of RGB (Red+Green+Blue) = 230+134+144=508 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.28% from 508); Green value is 134 (52.73% from 255 or 26.38% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 230 - color contains mainly: red. Hex color #E68690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68690 is #19796F. Grayscale: #A3A3A3. Windows color (decimal): -1669488 or 9471718. OLE color: 9471718.
HSL color Cylindrical-coordinate representation of color #E68690: hue angle of 353.75º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E68690 is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 134 | 144 | - |
| CMYK | 0 | 0.42 | 0.37 | 0.10 |
| HSL | 353.75º | 0.66% | 0.71% | - |
| HSV(B) | 353.75º | 0.42% | 0.9% | - |
| XYZ | 46.19 | 35.89 | 30.88 | - |
| YUV | 163.84 | 116.8 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 134 | 144 | 0 | 0.42 | 0.37 | 0.10 | 353.75 | 0.66 | 0.71 |
| Hex | E6 | 86 | 90 | 0 | 2A | 25 | A | 162 | 42 | 47 |
| Octal | 346 | 206 | 220 | 0 | 52 | 45 | 12 | 542 | 102 | 107 |
| Binary | 11100110 | 10000110 | 10010000 | 0 | 101010 | 100101 | 1010 | 101100010 | 1000010 | 1000111 |
Color Harmonies of #E68690
Complementary color
Monochromatic Colors of #E68690
Black with #E68690
Text Example
Text Example
White with #E68690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68690; }
p { color: rgb(230,134,144); }
H1.HeaderClassName
{
color: #E68690;
}
.AnyTagClassName
{
color: #E68690;
}
</style>
background-color css
<style>
a { background-color: #E68690; }
a { background-color: rgb(230,134,144); }
div.DivClassName
{
background-color: #E68690;
}
.BgClassName
{
background-color: #E68690;
}
</style>
border-color css
<style>
span { border-color: #E68690; }
span { border-color: rgb(230,134,144); }
td.TdClassName
{
border-color: #E68690;
}
.TagClassName
{
border-color: #E68690;
}
</style>