Shades of Carissma #E67DA0
Tints of Carissma #E67DA0
RGB
CMYK
RGB Variations
Color information
#E67DA0 (or 0xE67DA0) is known color: Carissma. HEX triplet: E6, 7D and A0. RGB value is (230,125,160). Sum of RGB (Red+Green+Blue) = 230+125+160=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 125 (49.22% from 255 or 24.27% from 515); Blue value is 160 (62.89% from 255 or 31.07% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E67DA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67DA0 is #19825F. Grayscale: #A0A0A0. Windows color (decimal): -1671776 or 10517990. OLE color: 10517990.
HSL color Cylindrical-coordinate representation of color #E67DA0: hue angle of 340º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E67DA0 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 125 | 160 | - |
| CMYK | 0 | 0.46 | 0.30 | 0.10 |
| HSL | 340º | 0.68% | 0.7% | - |
| HSV(B) | 340º | 0.46% | 0.9% | - |
| XYZ | 46.31 | 34.03 | 37.38 | - |
| YUV | 160.39 | 127.79 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 160 | 0 | 0.46 | 0.30 | 0.10 | 340 | 0.68 | 0.7 |
| Hex | E6 | 7D | A0 | 0 | 2E | 1E | A | 154 | 44 | 46 |
| Octal | 346 | 175 | 240 | 0 | 56 | 36 | 12 | 524 | 104 | 106 |
| Binary | 11100110 | 1111101 | 10100000 | 0 | 101110 | 11110 | 1010 | 101010100 | 1000100 | 1000110 |
Color Harmonies of #E67DA0
Complementary color
Monochromatic Colors of #E67DA0
Black with #E67DA0
Text Example
Text Example
White with #E67DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67DA0; }
p { color: rgb(230,125,160); }
H1.HeaderClassName
{
color: #E67DA0;
}
.AnyTagClassName
{
color: #E67DA0;
}
</style>
background-color css
<style>
a { background-color: #E67DA0; }
a { background-color: rgb(230,125,160); }
div.DivClassName
{
background-color: #E67DA0;
}
.BgClassName
{
background-color: #E67DA0;
}
</style>
border-color css
<style>
span { border-color: #E67DA0; }
span { border-color: rgb(230,125,160); }
td.TdClassName
{
border-color: #E67DA0;
}
.TagClassName
{
border-color: #E67DA0;
}
</style>