Shades of Carissma #E67696
Tints of Carissma #E67696
RGB
CMYK
RGB Variations
Color information
#E67696 (or 0xE67696) is known color: Carissma. HEX triplet: E6, 76 and 96. RGB value is (230,118,150). Sum of RGB (Red+Green+Blue) = 230+118+150=498 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.18% from 498); Green value is 118 (46.48% from 255 or 23.69% from 498); Blue value is 150 (58.98% from 255 or 30.12% from 498); Max value from RGB is 230 - color contains mainly: red. Hex color #E67696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67696 is #198969. Grayscale: #9B9B9B. Windows color (decimal): -1673578 or 9860838. OLE color: 9860838.
HSL color Cylindrical-coordinate representation of color #E67696: hue angle of 342.86º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E67696 is Cyan = 0, Magento = 0.49, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 118 | 150 | - |
| CMYK | 0 | 0.49 | 0.35 | 0.10 |
| HSL | 342.86º | 0.69% | 0.68% | - |
| HSV(B) | 342.86º | 0.49% | 0.9% | - |
| XYZ | 44.62 | 31.98 | 32.68 | - |
| YUV | 155.14 | 125.11 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 118 | 150 | 0 | 0.49 | 0.35 | 0.10 | 342.86 | 0.69 | 0.68 |
| Hex | E6 | 76 | 96 | 0 | 31 | 23 | A | 157 | 45 | 44 |
| Octal | 346 | 166 | 226 | 0 | 61 | 43 | 12 | 527 | 105 | 104 |
| Binary | 11100110 | 1110110 | 10010110 | 0 | 110001 | 100011 | 1010 | 101010111 | 1000101 | 1000100 |
Color Harmonies of #E67696
Complementary color
Monochromatic Colors of #E67696
Black with #E67696
Text Example
Text Example
White with #E67696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67696; }
p { color: rgb(230,118,150); }
H1.HeaderClassName
{
color: #E67696;
}
.AnyTagClassName
{
color: #E67696;
}
</style>
background-color css
<style>
a { background-color: #E67696; }
a { background-color: rgb(230,118,150); }
div.DivClassName
{
background-color: #E67696;
}
.BgClassName
{
background-color: #E67696;
}
</style>
border-color css
<style>
span { border-color: #E67696; }
span { border-color: rgb(230,118,150); }
td.TdClassName
{
border-color: #E67696;
}
.TagClassName
{
border-color: #E67696;
}
</style>