Shades of Carissma #E17F8C
Tints of Carissma #E17F8C
RGB
CMYK
RGB Variations
Color information
#E17F8C (or 0xE17F8C) is known color: Carissma. HEX triplet: E1, 7F and 8C. RGB value is (225,127,140). Sum of RGB (Red+Green+Blue) = 225+127+140=492 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.73% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 140 (55.08% from 255 or 28.46% from 492); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17F8C is #1E8073. Grayscale: #9D9D9D. Windows color (decimal): -1998964 or 9207777. OLE color: 9207777.
HSL color Cylindrical-coordinate representation of color #E17F8C: hue angle of 352.04º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17F8C is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 140 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.12 |
| HSL | 352.04º | 0.62% | 0.69% | - |
| HSV(B) | 352.04º | 0.44% | 0.88% | - |
| XYZ | 43.37 | 33.08 | 28.91 | - |
| YUV | 157.78 | 117.97 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 140 | 0 | 0.44 | 0.38 | 0.12 | 352.04 | 0.62 | 0.69 |
| Hex | E1 | 7F | 8C | 0 | 2C | 26 | C | 160 | 3E | 45 |
| Octal | 341 | 177 | 214 | 0 | 54 | 46 | 14 | 540 | 76 | 105 |
| Binary | 11100001 | 1111111 | 10001100 | 0 | 101100 | 100110 | 1100 | 101100000 | 111110 | 1000101 |
Color Harmonies of #E17F8C
Complementary color
Monochromatic Colors of #E17F8C
Black with #E17F8C
Text Example
Text Example
White with #E17F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17F8C; }
p { color: rgb(225,127,140); }
H1.HeaderClassName
{
color: #E17F8C;
}
.AnyTagClassName
{
color: #E17F8C;
}
</style>
background-color css
<style>
a { background-color: #E17F8C; }
a { background-color: rgb(225,127,140); }
div.DivClassName
{
background-color: #E17F8C;
}
.BgClassName
{
background-color: #E17F8C;
}
</style>
border-color css
<style>
span { border-color: #E17F8C; }
span { border-color: rgb(225,127,140); }
td.TdClassName
{
border-color: #E17F8C;
}
.TagClassName
{
border-color: #E17F8C;
}
</style>