Shades of Carissma #E17C8B
Tints of Carissma #E17C8B
RGB
CMYK
RGB Variations
Color information
#E17C8B (or 0xE17C8B) is known color: Carissma. HEX triplet: E1, 7C and 8B. RGB value is (225,124,139). Sum of RGB (Red+Green+Blue) = 225+124+139=488 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.11% from 488); Green value is 124 (48.83% from 255 or 25.41% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17C8B is #1E8374. Grayscale: #9B9B9B. Windows color (decimal): -1999733 or 9141473. OLE color: 9141473.
HSL color Cylindrical-coordinate representation of color #E17C8B: hue angle of 351.09º 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 #E17C8B is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 139 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.12 |
| HSL | 351.09º | 0.63% | 0.68% | - |
| HSV(B) | 351.09º | 0.45% | 0.88% | - |
| XYZ | 42.92 | 32.29 | 28.4 | - |
| YUV | 155.91 | 118.46 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 139 | 0 | 0.45 | 0.38 | 0.12 | 351.09 | 0.63 | 0.68 |
| Hex | E1 | 7C | 8B | 0 | 2D | 26 | C | 15F | 3F | 44 |
| Octal | 341 | 174 | 213 | 0 | 55 | 46 | 14 | 537 | 77 | 104 |
| Binary | 11100001 | 1111100 | 10001011 | 0 | 101101 | 100110 | 1100 | 101011111 | 111111 | 1000100 |
Color Harmonies of #E17C8B
Complementary color
Monochromatic Colors of #E17C8B
Black with #E17C8B
Text Example
Text Example
White with #E17C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C8B; }
p { color: rgb(225,124,139); }
H1.HeaderClassName
{
color: #E17C8B;
}
.AnyTagClassName
{
color: #E17C8B;
}
</style>
background-color css
<style>
a { background-color: #E17C8B; }
a { background-color: rgb(225,124,139); }
div.DivClassName
{
background-color: #E17C8B;
}
.BgClassName
{
background-color: #E17C8B;
}
</style>
border-color css
<style>
span { border-color: #E17C8B; }
span { border-color: rgb(225,124,139); }
td.TdClassName
{
border-color: #E17C8B;
}
.TagClassName
{
border-color: #E17C8B;
}
</style>