Shades of Carissma #E67D8D
Tints of Carissma #E67D8D
RGB
CMYK
RGB Variations
Color information
#E67D8D (or 0xE67D8D) is known color: Carissma. HEX triplet: E6, 7D and 8D. RGB value is (230,125,141). Sum of RGB (Red+Green+Blue) = 230+125+141=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 125 (49.22% from 255 or 25.20% from 496); Blue value is 141 (55.47% from 255 or 28.43% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67D8D is #198272. Grayscale: #9E9E9E. Windows color (decimal): -1671795 or 9272806. OLE color: 9272806.
HSL color Cylindrical-coordinate representation of color #E67D8D: hue angle of 350.86º 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 #E67D8D is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 125 | 141 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.10 |
| HSL | 350.86º | 0.68% | 0.7% | - |
| HSV(B) | 350.86º | 0.46% | 0.9% | - |
| XYZ | 44.77 | 33.41 | 29.29 | - |
| YUV | 158.22 | 118.29 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 141 | 0 | 0.46 | 0.39 | 0.10 | 350.86 | 0.68 | 0.7 |
| Hex | E6 | 7D | 8D | 0 | 2E | 27 | A | 15F | 44 | 46 |
| Octal | 346 | 175 | 215 | 0 | 56 | 47 | 12 | 537 | 104 | 106 |
| Binary | 11100110 | 1111101 | 10001101 | 0 | 101110 | 100111 | 1010 | 101011111 | 1000100 | 1000110 |
Color Harmonies of #E67D8D
Complementary color
Monochromatic Colors of #E67D8D
Black with #E67D8D
Text Example
Text Example
White with #E67D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67D8D; }
p { color: rgb(230,125,141); }
H1.HeaderClassName
{
color: #E67D8D;
}
.AnyTagClassName
{
color: #E67D8D;
}
</style>
background-color css
<style>
a { background-color: #E67D8D; }
a { background-color: rgb(230,125,141); }
div.DivClassName
{
background-color: #E67D8D;
}
.BgClassName
{
background-color: #E67D8D;
}
</style>
border-color css
<style>
span { border-color: #E67D8D; }
span { border-color: rgb(230,125,141); }
td.TdClassName
{
border-color: #E67D8D;
}
.TagClassName
{
border-color: #E67D8D;
}
</style>