Shades of Carissma #E68293
Tints of Carissma #E68293
RGB
CMYK
RGB Variations
Color information
#E68293 (or 0xE68293) is known color: Carissma. HEX triplet: E6, 82 and 93. RGB value is (230,130,147). Sum of RGB (Red+Green+Blue) = 230+130+147=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E68293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68293 is #197D6C. Grayscale: #A1A1A1. Windows color (decimal): -1670509 or 9667302. OLE color: 9667302.
HSL color Cylindrical-coordinate representation of color #E68293: hue angle of 349.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E68293 is Cyan = 0, Magento = 0.43, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 130 | 147 | - |
| CMYK | 0 | 0.43 | 0.36 | 0.10 |
| HSL | 349.8º | 0.67% | 0.71% | - |
| HSV(B) | 349.8º | 0.43% | 0.9% | - |
| XYZ | 45.88 | 34.89 | 31.92 | - |
| YUV | 161.84 | 119.63 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 130 | 147 | 0 | 0.43 | 0.36 | 0.10 | 349.8 | 0.67 | 0.71 |
| Hex | E6 | 82 | 93 | 0 | 2B | 24 | A | 15E | 43 | 47 |
| Octal | 346 | 202 | 223 | 0 | 53 | 44 | 12 | 536 | 103 | 107 |
| Binary | 11100110 | 10000010 | 10010011 | 0 | 101011 | 100100 | 1010 | 101011110 | 1000011 | 1000111 |
Color Harmonies of #E68293
Complementary color
Monochromatic Colors of #E68293
Black with #E68293
Text Example
Text Example
White with #E68293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68293; }
p { color: rgb(230,130,147); }
H1.HeaderClassName
{
color: #E68293;
}
.AnyTagClassName
{
color: #E68293;
}
</style>
background-color css
<style>
a { background-color: #E68293; }
a { background-color: rgb(230,130,147); }
div.DivClassName
{
background-color: #E68293;
}
.BgClassName
{
background-color: #E68293;
}
</style>
border-color css
<style>
span { border-color: #E68293; }
span { border-color: rgb(230,130,147); }
td.TdClassName
{
border-color: #E68293;
}
.TagClassName
{
border-color: #E68293;
}
</style>