Shades of Carissma #E17D9E
Tints of Carissma #E17D9E
RGB
CMYK
RGB Variations
Color information
#E17D9E (or 0xE17D9E) is known color: Carissma. HEX triplet: E1, 7D and 9E. RGB value is (225,125,158). Sum of RGB (Red+Green+Blue) = 225+125+158=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 158 (62.11% from 255 or 31.10% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E17D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17D9E is #1E8261. Grayscale: #9E9E9E. Windows color (decimal): -1999458 or 10386913. OLE color: 10386913.
HSL color Cylindrical-coordinate representation of color #E17D9E: hue angle of 340.2º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17D9E is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 125 | 158 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.12 |
| HSL | 340.2º | 0.63% | 0.69% | - |
| HSV(B) | 340.2º | 0.44% | 0.88% | - |
| XYZ | 44.56 | 33.14 | 36.4 | - |
| YUV | 158.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 125 | 158 | 0 | 0.44 | 0.30 | 0.12 | 340.2 | 0.63 | 0.69 |
| Hex | E1 | 7D | 9E | 0 | 2C | 1E | C | 154 | 3E | 45 |
| Octal | 341 | 175 | 236 | 0 | 54 | 36 | 14 | 524 | 76 | 105 |
| Binary | 11100001 | 1111101 | 10011110 | 0 | 101100 | 11110 | 1100 | 101010100 | 111110 | 1000101 |
Color Harmonies of #E17D9E
Complementary color
Monochromatic Colors of #E17D9E
Black with #E17D9E
Text Example
Text Example
White with #E17D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17D9E; }
p { color: rgb(225,125,158); }
H1.HeaderClassName
{
color: #E17D9E;
}
.AnyTagClassName
{
color: #E17D9E;
}
</style>
background-color css
<style>
a { background-color: #E17D9E; }
a { background-color: rgb(225,125,158); }
div.DivClassName
{
background-color: #E17D9E;
}
.BgClassName
{
background-color: #E17D9E;
}
</style>
border-color css
<style>
span { border-color: #E17D9E; }
span { border-color: rgb(225,125,158); }
td.TdClassName
{
border-color: #E17D9E;
}
.TagClassName
{
border-color: #E17D9E;
}
</style>