Shades of Carissma #E17C97
Tints of Carissma #E17C97
RGB
CMYK
RGB Variations
Color information
#E17C97 (or 0xE17C97) is known color: Carissma. HEX triplet: E1, 7C and 97. RGB value is (225,124,151). Sum of RGB (Red+Green+Blue) = 225+124+151=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 151 (59.38% from 255 or 30.2% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E17C97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17C97 is #1E8368. Grayscale: #9D9D9D. Windows color (decimal): -1999721 or 9927905. OLE color: 9927905.
HSL color Cylindrical-coordinate representation of color #E17C97: hue angle of 343.96º 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 #E17C97 is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 124 | 151 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.12 |
| HSL | 343.96º | 0.63% | 0.68% | - |
| HSV(B) | 343.96º | 0.45% | 0.88% | - |
| XYZ | 43.84 | 32.66 | 33.27 | - |
| YUV | 157.28 | 124.46 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 124 | 151 | 0 | 0.45 | 0.33 | 0.12 | 343.96 | 0.63 | 0.68 |
| Hex | E1 | 7C | 97 | 0 | 2D | 21 | C | 158 | 3F | 44 |
| Octal | 341 | 174 | 227 | 0 | 55 | 41 | 14 | 530 | 77 | 104 |
| Binary | 11100001 | 1111100 | 10010111 | 0 | 101101 | 100001 | 1100 | 101011000 | 111111 | 1000100 |
Color Harmonies of #E17C97
Complementary color
Monochromatic Colors of #E17C97
Black with #E17C97
Text Example
Text Example
White with #E17C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17C97; }
p { color: rgb(225,124,151); }
H1.HeaderClassName
{
color: #E17C97;
}
.AnyTagClassName
{
color: #E17C97;
}
</style>
background-color css
<style>
a { background-color: #E17C97; }
a { background-color: rgb(225,124,151); }
div.DivClassName
{
background-color: #E17C97;
}
.BgClassName
{
background-color: #E17C97;
}
</style>
border-color css
<style>
span { border-color: #E17C97; }
span { border-color: rgb(225,124,151); }
td.TdClassName
{
border-color: #E17C97;
}
.TagClassName
{
border-color: #E17C97;
}
</style>