Shades of Carissma #E685A2
Tints of Carissma #E685A2
RGB
CMYK
RGB Variations
Color information
#E685A2 (or 0xE685A2) is known color: Carissma. HEX triplet: E6, 85 and A2. RGB value is (230,133,162). Sum of RGB (Red+Green+Blue) = 230+133+162=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 162 (63.67% from 255 or 30.86% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E685A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E685A2 is #197A5D. Grayscale: #A5A5A5. Windows color (decimal): -1669726 or 10651110. OLE color: 10651110.
HSL color Cylindrical-coordinate representation of color #E685A2: hue angle of 342.06º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E685A2 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 133 | 162 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.10 |
| HSL | 342.06º | 0.66% | 0.71% | - |
| HSV(B) | 342.06º | 0.42% | 0.9% | - |
| XYZ | 47.54 | 36.21 | 38.67 | - |
| YUV | 165.31 | 126.14 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 133 | 162 | 0 | 0.42 | 0.30 | 0.10 | 342.06 | 0.66 | 0.71 |
| Hex | E6 | 85 | A2 | 0 | 2A | 1E | A | 156 | 42 | 47 |
| Octal | 346 | 205 | 242 | 0 | 52 | 36 | 12 | 526 | 102 | 107 |
| Binary | 11100110 | 10000101 | 10100010 | 0 | 101010 | 11110 | 1010 | 101010110 | 1000010 | 1000111 |
Color Harmonies of #E685A2
Complementary color
Monochromatic Colors of #E685A2
Black with #E685A2
Text Example
Text Example
White with #E685A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E685A2; }
p { color: rgb(230,133,162); }
H1.HeaderClassName
{
color: #E685A2;
}
.AnyTagClassName
{
color: #E685A2;
}
</style>
background-color css
<style>
a { background-color: #E685A2; }
a { background-color: rgb(230,133,162); }
div.DivClassName
{
background-color: #E685A2;
}
.BgClassName
{
background-color: #E685A2;
}
</style>
border-color css
<style>
span { border-color: #E685A2; }
span { border-color: rgb(230,133,162); }
td.TdClassName
{
border-color: #E685A2;
}
.TagClassName
{
border-color: #E685A2;
}
</style>