Shades of Carissma #E67EA0
Tints of Carissma #E67EA0
RGB
CMYK
RGB Variations
Color information
#E67EA0 (or 0xE67EA0) is known color: Carissma. HEX triplet: E6, 7E and A0. RGB value is (230,126,160). Sum of RGB (Red+Green+Blue) = 230+126+160=516 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.57% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 160 (62.89% from 255 or 31.01% from 516); Max value from RGB is 230 - color contains mainly: red. Hex color #E67EA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67EA0 is #19815F. Grayscale: #A0A0A0. Windows color (decimal): -1671520 or 10518246. OLE color: 10518246.
HSL color Cylindrical-coordinate representation of color #E67EA0: hue angle of 340.38º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E67EA0 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 126 | 160 | - |
| CMYK | 0 | 0.45 | 0.30 | 0.10 |
| HSL | 340.38º | 0.68% | 0.7% | - |
| HSV(B) | 340.38º | 0.45% | 0.9% | - |
| XYZ | 46.44 | 34.28 | 37.43 | - |
| YUV | 160.97 | 127.46 | 177.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 126 | 160 | 0 | 0.45 | 0.30 | 0.10 | 340.38 | 0.68 | 0.7 |
| Hex | E6 | 7E | A0 | 0 | 2D | 1E | A | 154 | 44 | 46 |
| Octal | 346 | 176 | 240 | 0 | 55 | 36 | 12 | 524 | 104 | 106 |
| Binary | 11100110 | 1111110 | 10100000 | 0 | 101101 | 11110 | 1010 | 101010100 | 1000100 | 1000110 |
Color Harmonies of #E67EA0
Complementary color
Monochromatic Colors of #E67EA0
Black with #E67EA0
Text Example
Text Example
White with #E67EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67EA0; }
p { color: rgb(230,126,160); }
H1.HeaderClassName
{
color: #E67EA0;
}
.AnyTagClassName
{
color: #E67EA0;
}
</style>
background-color css
<style>
a { background-color: #E67EA0; }
a { background-color: rgb(230,126,160); }
div.DivClassName
{
background-color: #E67EA0;
}
.BgClassName
{
background-color: #E67EA0;
}
</style>
border-color css
<style>
span { border-color: #E67EA0; }
span { border-color: rgb(230,126,160); }
td.TdClassName
{
border-color: #E67EA0;
}
.TagClassName
{
border-color: #E67EA0;
}
</style>