Shades of Carissma #E17C8C
Tints of Carissma #E17C8C
RGB
CMYK
RGB Variations
Color information
#E17C8C (or 0xE17C8C) is known color: Carissma. HEX triplet: E1, 7C and 8C. RGB value is (225,124,140). Sum of RGB (Red+Green+Blue) = 225+124+140=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 124 (48.83% from 255 or 25.36% from 489); Blue value is 140 (55.08% from 255 or 28.63% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17C8C is #1E8373. Grayscale: #9C9C9C. Windows color (decimal): -1999732 or 9207009. OLE color: 9207009.
HSL color Cylindrical-coordinate representation of color #E17C8C: hue angle of 350.5º 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 #E17C8C is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 140 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.12 |
| HSL | 350.5º | 0.63% | 0.68% | - |
| HSV(B) | 350.5º | 0.45% | 0.88% | - |
| XYZ | 42.99 | 32.32 | 28.78 | - |
| YUV | 156.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 140 | 0 | 0.45 | 0.38 | 0.12 | 350.5 | 0.63 | 0.68 |
| Hex | E1 | 7C | 8C | 0 | 2D | 26 | C | 15E | 3F | 44 |
| Octal | 341 | 174 | 214 | 0 | 55 | 46 | 14 | 536 | 77 | 104 |
| Binary | 11100001 | 1111100 | 10001100 | 0 | 101101 | 100110 | 1100 | 101011110 | 111111 | 1000100 |
Color Harmonies of #E17C8C
Complementary color
Monochromatic Colors of #E17C8C
Black with #E17C8C
Text Example
Text Example
White with #E17C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C8C; }
p { color: rgb(225,124,140); }
H1.HeaderClassName
{
color: #E17C8C;
}
.AnyTagClassName
{
color: #E17C8C;
}
</style>
background-color css
<style>
a { background-color: #E17C8C; }
a { background-color: rgb(225,124,140); }
div.DivClassName
{
background-color: #E17C8C;
}
.BgClassName
{
background-color: #E17C8C;
}
</style>
border-color css
<style>
span { border-color: #E17C8C; }
span { border-color: rgb(225,124,140); }
td.TdClassName
{
border-color: #E17C8C;
}
.TagClassName
{
border-color: #E17C8C;
}
</style>