Shades of Carissma #E17E8C
Tints of Carissma #E17E8C
RGB
CMYK
RGB Variations
Color information
#E17E8C (or 0xE17E8C) is known color: Carissma. HEX triplet: E1, 7E and 8C. RGB value is (225,126,140). Sum of RGB (Red+Green+Blue) = 225+126+140=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 126 (49.61% from 255 or 25.66% from 491); Blue value is 140 (55.08% from 255 or 28.51% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E17E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17E8C is #1E8173. Grayscale: #9D9D9D. Windows color (decimal): -1999220 or 9207521. OLE color: 9207521.
HSL color Cylindrical-coordinate representation of color #E17E8C: hue angle of 351.52º 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 #E17E8C is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 126 | 140 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.12 |
| HSL | 351.52º | 0.62% | 0.69% | - |
| HSV(B) | 351.52º | 0.44% | 0.88% | - |
| XYZ | 43.25 | 32.82 | 28.87 | - |
| YUV | 157.2 | 118.3 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 126 | 140 | 0 | 0.44 | 0.38 | 0.12 | 351.52 | 0.62 | 0.69 |
| Hex | E1 | 7E | 8C | 0 | 2C | 26 | C | 160 | 3E | 45 |
| Octal | 341 | 176 | 214 | 0 | 54 | 46 | 14 | 540 | 76 | 105 |
| Binary | 11100001 | 1111110 | 10001100 | 0 | 101100 | 100110 | 1100 | 101100000 | 111110 | 1000101 |
Color Harmonies of #E17E8C
Complementary color
Monochromatic Colors of #E17E8C
Black with #E17E8C
Text Example
Text Example
White with #E17E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17E8C; }
p { color: rgb(225,126,140); }
H1.HeaderClassName
{
color: #E17E8C;
}
.AnyTagClassName
{
color: #E17E8C;
}
</style>
background-color css
<style>
a { background-color: #E17E8C; }
a { background-color: rgb(225,126,140); }
div.DivClassName
{
background-color: #E17E8C;
}
.BgClassName
{
background-color: #E17E8C;
}
</style>
border-color css
<style>
span { border-color: #E17E8C; }
span { border-color: rgb(225,126,140); }
td.TdClassName
{
border-color: #E17E8C;
}
.TagClassName
{
border-color: #E17E8C;
}
</style>