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