Shades of Carissma #E17A8D
Tints of Carissma #E17A8D
RGB
CMYK
RGB Variations
Color information
#E17A8D (or 0xE17A8D) is known color: Carissma. HEX triplet: E1, 7A and 8D. RGB value is (225,122,141). Sum of RGB (Red+Green+Blue) = 225+122+141=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 122 (48.05% from 255 or 25% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E17A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17A8D is #1E8572. Grayscale: #9A9A9A. Windows color (decimal): -2000243 or 9272033. OLE color: 9272033.
HSL color Cylindrical-coordinate representation of color #E17A8D: hue angle of 348.93º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E17A8D is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 122 | 141 | - |
| CMYK | 0 | 0.46 | 0.37 | 0.12 |
| HSL | 348.93º | 0.63% | 0.68% | - |
| HSV(B) | 348.93º | 0.46% | 0.88% | - |
| XYZ | 42.82 | 31.85 | 29.09 | - |
| YUV | 154.96 | 120.12 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 122 | 141 | 0 | 0.46 | 0.37 | 0.12 | 348.93 | 0.63 | 0.68 |
| Hex | E1 | 7A | 8D | 0 | 2E | 25 | C | 15D | 3F | 44 |
| Octal | 341 | 172 | 215 | 0 | 56 | 45 | 14 | 535 | 77 | 104 |
| Binary | 11100001 | 1111010 | 10001101 | 0 | 101110 | 100101 | 1100 | 101011101 | 111111 | 1000100 |
Color Harmonies of #E17A8D
Complementary color
Monochromatic Colors of #E17A8D
Black with #E17A8D
Text Example
Text Example
White with #E17A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17A8D; }
p { color: rgb(225,122,141); }
H1.HeaderClassName
{
color: #E17A8D;
}
.AnyTagClassName
{
color: #E17A8D;
}
</style>
background-color css
<style>
a { background-color: #E17A8D; }
a { background-color: rgb(225,122,141); }
div.DivClassName
{
background-color: #E17A8D;
}
.BgClassName
{
background-color: #E17A8D;
}
</style>
border-color css
<style>
span { border-color: #E17A8D; }
span { border-color: rgb(225,122,141); }
td.TdClassName
{
border-color: #E17A8D;
}
.TagClassName
{
border-color: #E17A8D;
}
</style>