Shades of Carissma #E6788E
Tints of Carissma #E6788E
RGB
CMYK
RGB Variations
Color information
#E6788E (or 0xE6788E) is known color: Carissma. HEX triplet: E6, 78 and 8E. RGB value is (230,120,142). Sum of RGB (Red+Green+Blue) = 230+120+142=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E6788E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6788E is #198771. Grayscale: #9B9B9B. Windows color (decimal): -1673074 or 9337062. OLE color: 9337062.
HSL color Cylindrical-coordinate representation of color #E6788E: hue angle of 348º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E6788E is Cyan = 0, Magento = 0.48, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 120 | 142 | - |
| CMYK | 0 | 0.48 | 0.38 | 0.10 |
| HSL | 348º | 0.69% | 0.69% | - |
| HSV(B) | 348º | 0.48% | 0.9% | - |
| XYZ | 44.23 | 32.21 | 29.48 | - |
| YUV | 155.4 | 120.44 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 120 | 142 | 0 | 0.48 | 0.38 | 0.10 | 348 | 0.69 | 0.69 |
| Hex | E6 | 78 | 8E | 0 | 30 | 26 | A | 15C | 45 | 45 |
| Octal | 346 | 170 | 216 | 0 | 60 | 46 | 12 | 534 | 105 | 105 |
| Binary | 11100110 | 1111000 | 10001110 | 0 | 110000 | 100110 | 1010 | 101011100 | 1000101 | 1000101 |
Color Harmonies of #E6788E
Complementary color
Monochromatic Colors of #E6788E
Black with #E6788E
Text Example
Text Example
White with #E6788E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6788E; }
p { color: rgb(230,120,142); }
H1.HeaderClassName
{
color: #E6788E;
}
.AnyTagClassName
{
color: #E6788E;
}
</style>
background-color css
<style>
a { background-color: #E6788E; }
a { background-color: rgb(230,120,142); }
div.DivClassName
{
background-color: #E6788E;
}
.BgClassName
{
background-color: #E6788E;
}
</style>
border-color css
<style>
span { border-color: #E6788E; }
span { border-color: rgb(230,120,142); }
td.TdClassName
{
border-color: #E6788E;
}
.TagClassName
{
border-color: #E6788E;
}
</style>