Shades of Carissma #E68993
Tints of Carissma #E68993
RGB
CMYK
RGB Variations
Color information
#E68993 (or 0xE68993) is known color: Carissma. HEX triplet: E6, 89 and 93. RGB value is (230,137,147). Sum of RGB (Red+Green+Blue) = 230+137+147=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 137 (53.91% from 255 or 26.65% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E68993 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68993 is #19766C. Grayscale: #A6A6A6. Windows color (decimal): -1668717 or 9669094. OLE color: 9669094.
HSL color Cylindrical-coordinate representation of color #E68993: hue angle of 353.55º 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 #E68993 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 137 | 147 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.10 |
| HSL | 353.55º | 0.65% | 0.72% | - |
| HSV(B) | 353.55º | 0.4% | 0.9% | - |
| XYZ | 46.85 | 36.82 | 32.24 | - |
| YUV | 165.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 137 | 147 | 0 | 0.40 | 0.36 | 0.10 | 353.55 | 0.65 | 0.72 |
| Hex | E6 | 89 | 93 | 0 | 28 | 24 | A | 162 | 41 | 48 |
| Octal | 346 | 211 | 223 | 0 | 50 | 44 | 12 | 542 | 101 | 110 |
| Binary | 11100110 | 10001001 | 10010011 | 0 | 101000 | 100100 | 1010 | 101100010 | 1000001 | 1001000 |
Color Harmonies of #E68993
Complementary color
Monochromatic Colors of #E68993
Black with #E68993
Text Example
Text Example
White with #E68993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68993; }
p { color: rgb(230,137,147); }
H1.HeaderClassName
{
color: #E68993;
}
.AnyTagClassName
{
color: #E68993;
}
</style>
background-color css
<style>
a { background-color: #E68993; }
a { background-color: rgb(230,137,147); }
div.DivClassName
{
background-color: #E68993;
}
.BgClassName
{
background-color: #E68993;
}
</style>
border-color css
<style>
span { border-color: #E68993; }
span { border-color: rgb(230,137,147); }
td.TdClassName
{
border-color: #E68993;
}
.TagClassName
{
border-color: #E68993;
}
</style>