Shades of Carissma #E6818E
Tints of Carissma #E6818E
RGB
CMYK
RGB Variations
Color information
#E6818E (or 0xE6818E) is known color: Carissma. HEX triplet: E6, 81 and 8E. RGB value is (230,129,142). Sum of RGB (Red+Green+Blue) = 230+129+142=501 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.91% from 501); Green value is 129 (50.78% from 255 or 25.75% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 230 - color contains mainly: red. Hex color #E6818E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6818E is #197E71. Grayscale: #A0A0A0. Windows color (decimal): -1670770 or 9339366. OLE color: 9339366.
HSL color Cylindrical-coordinate representation of color #E6818E: hue angle of 352.28º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6818E is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 129 | 142 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.10 |
| HSL | 352.28º | 0.67% | 0.7% | - |
| HSV(B) | 352.28º | 0.44% | 0.9% | - |
| XYZ | 45.37 | 34.48 | 29.85 | - |
| YUV | 160.68 | 117.46 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 129 | 142 | 0 | 0.44 | 0.38 | 0.10 | 352.28 | 0.67 | 0.7 |
| Hex | E6 | 81 | 8E | 0 | 2C | 26 | A | 160 | 43 | 46 |
| Octal | 346 | 201 | 216 | 0 | 54 | 46 | 12 | 540 | 103 | 106 |
| Binary | 11100110 | 10000001 | 10001110 | 0 | 101100 | 100110 | 1010 | 101100000 | 1000011 | 1000110 |
Color Harmonies of #E6818E
Complementary color
Monochromatic Colors of #E6818E
Black with #E6818E
Text Example
Text Example
White with #E6818E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6818E; }
p { color: rgb(230,129,142); }
H1.HeaderClassName
{
color: #E6818E;
}
.AnyTagClassName
{
color: #E6818E;
}
</style>
background-color css
<style>
a { background-color: #E6818E; }
a { background-color: rgb(230,129,142); }
div.DivClassName
{
background-color: #E6818E;
}
.BgClassName
{
background-color: #E6818E;
}
</style>
border-color css
<style>
span { border-color: #E6818E; }
span { border-color: rgb(230,129,142); }
td.TdClassName
{
border-color: #E6818E;
}
.TagClassName
{
border-color: #E6818E;
}
</style>