Shades of Carissma #E68C9E
Tints of Carissma #E68C9E
RGB
CMYK
RGB Variations
Color information
#E68C9E (or 0xE68C9E) is known color: Carissma. HEX triplet: E6, 8C and 9E. RGB value is (230,140,158). Sum of RGB (Red+Green+Blue) = 230+140+158=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 158 (62.11% from 255 or 29.92% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E68C9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E68C9E is #197361. Grayscale: #A8A8A8. Windows color (decimal): -1667938 or 10390758. OLE color: 10390758.
HSL color Cylindrical-coordinate representation of color #E68C9E: hue angle of 348º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E68C9E is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 140 | 158 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.10 |
| HSL | 348º | 0.64% | 0.73% | - |
| HSV(B) | 348º | 0.39% | 0.9% | - |
| XYZ | 48.18 | 38.05 | 37.15 | - |
| YUV | 168.96 | 121.82 | 171.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 140 | 158 | 0 | 0.39 | 0.31 | 0.10 | 348 | 0.64 | 0.73 |
| Hex | E6 | 8C | 9E | 0 | 27 | 1F | A | 15C | 40 | 49 |
| Octal | 346 | 214 | 236 | 0 | 47 | 37 | 12 | 534 | 100 | 111 |
| Binary | 11100110 | 10001100 | 10011110 | 0 | 100111 | 11111 | 1010 | 101011100 | 1000000 | 1001001 |
Color Harmonies of #E68C9E
Complementary color
Monochromatic Colors of #E68C9E
Black with #E68C9E
Text Example
Text Example
White with #E68C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E68C9E; }
p { color: rgb(230,140,158); }
H1.HeaderClassName
{
color: #E68C9E;
}
.AnyTagClassName
{
color: #E68C9E;
}
</style>
background-color css
<style>
a { background-color: #E68C9E; }
a { background-color: rgb(230,140,158); }
div.DivClassName
{
background-color: #E68C9E;
}
.BgClassName
{
background-color: #E68C9E;
}
</style>
border-color css
<style>
span { border-color: #E68C9E; }
span { border-color: rgb(230,140,158); }
td.TdClassName
{
border-color: #E68C9E;
}
.TagClassName
{
border-color: #E68C9E;
}
</style>