Shades of Carissma #E17B8D
Tints of Carissma #E17B8D
RGB
CMYK
RGB Variations
Color information
#E17B8D (or 0xE17B8D) is known color: Carissma. HEX triplet: E1, 7B and 8D. RGB value is (225,123,141). Sum of RGB (Red+Green+Blue) = 225+123+141=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 123 (48.44% from 255 or 25.15% from 489); Blue value is 141 (55.47% from 255 or 28.83% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E17B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17B8D is #1E8472. Grayscale: #9B9B9B. Windows color (decimal): -1999987 or 9272289. OLE color: 9272289.
HSL color Cylindrical-coordinate representation of color #E17B8D: hue angle of 349.41º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E17B8D is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 123 | 141 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.12 |
| HSL | 349.41º | 0.63% | 0.68% | - |
| HSV(B) | 349.41º | 0.45% | 0.88% | - |
| XYZ | 42.94 | 32.1 | 29.13 | - |
| YUV | 155.55 | 119.79 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 123 | 141 | 0 | 0.45 | 0.37 | 0.12 | 349.41 | 0.63 | 0.68 |
| Hex | E1 | 7B | 8D | 0 | 2D | 25 | C | 15D | 3F | 44 |
| Octal | 341 | 173 | 215 | 0 | 55 | 45 | 14 | 535 | 77 | 104 |
| Binary | 11100001 | 1111011 | 10001101 | 0 | 101101 | 100101 | 1100 | 101011101 | 111111 | 1000100 |
Color Harmonies of #E17B8D
Complementary color
Monochromatic Colors of #E17B8D
Black with #E17B8D
Text Example
Text Example
White with #E17B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17B8D; }
p { color: rgb(225,123,141); }
H1.HeaderClassName
{
color: #E17B8D;
}
.AnyTagClassName
{
color: #E17B8D;
}
</style>
background-color css
<style>
a { background-color: #E17B8D; }
a { background-color: rgb(225,123,141); }
div.DivClassName
{
background-color: #E17B8D;
}
.BgClassName
{
background-color: #E17B8D;
}
</style>
border-color css
<style>
span { border-color: #E17B8D; }
span { border-color: rgb(225,123,141); }
td.TdClassName
{
border-color: #E17B8D;
}
.TagClassName
{
border-color: #E17B8D;
}
</style>