Shades of Carissma #E67D9B
Tints of Carissma #E67D9B
RGB
CMYK
RGB Variations
Color information
#E67D9B (or 0xE67D9B) is known color: Carissma. HEX triplet: E6, 7D and 9B. RGB value is (230,125,155). Sum of RGB (Red+Green+Blue) = 230+125+155=510 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.10% from 510); Green value is 125 (49.22% from 255 or 24.51% from 510); Blue value is 155 (60.94% from 255 or 30.39% from 510); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D9B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E67D9B is #198264. Grayscale: #9F9F9F. Windows color (decimal): -1671781 or 10190310. OLE color: 10190310.
HSL color Cylindrical-coordinate representation of color #E67D9B: hue angle of 342.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 #E67D9B is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 125 | 155 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.10 |
| HSL | 342.86º | 0.68% | 0.7% | - |
| HSV(B) | 342.86º | 0.46% | 0.9% | - |
| XYZ | 45.88 | 33.86 | 35.13 | - |
| YUV | 159.82 | 125.29 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 125 | 155 | 0 | 0.46 | 0.33 | 0.10 | 342.86 | 0.68 | 0.7 |
| Hex | E6 | 7D | 9B | 0 | 2E | 21 | A | 157 | 44 | 46 |
| Octal | 346 | 175 | 233 | 0 | 56 | 41 | 12 | 527 | 104 | 106 |
| Binary | 11100110 | 1111101 | 10011011 | 0 | 101110 | 100001 | 1010 | 101010111 | 1000100 | 1000110 |
Color Harmonies of #E67D9B
Complementary color
Monochromatic Colors of #E67D9B
Black with #E67D9B
Text Example
Text Example
White with #E67D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E67D9B; }
p { color: rgb(230,125,155); }
H1.HeaderClassName
{
color: #E67D9B;
}
.AnyTagClassName
{
color: #E67D9B;
}
</style>
background-color css
<style>
a { background-color: #E67D9B; }
a { background-color: rgb(230,125,155); }
div.DivClassName
{
background-color: #E67D9B;
}
.BgClassName
{
background-color: #E67D9B;
}
</style>
border-color css
<style>
span { border-color: #E67D9B; }
span { border-color: rgb(230,125,155); }
td.TdClassName
{
border-color: #E67D9B;
}
.TagClassName
{
border-color: #E67D9B;
}
</style>