Shades of Carissma #E17FA0
Tints of Carissma #E17FA0
RGB
CMYK
RGB Variations
Color information
#E17FA0 (or 0xE17FA0) is known color: Carissma. HEX triplet: E1, 7F and A0. RGB value is (225,127,160). Sum of RGB (Red+Green+Blue) = 225+127+160=512 (67% of max value = 765). Red value is 225 (88.28% from 255 or 43.95% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 160 (62.89% from 255 or 31.25% from 512); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17FA0 is #1E805F. Grayscale: #A0A0A0. Windows color (decimal): -1998944 or 10518497. OLE color: 10518497.
HSL color Cylindrical-coordinate representation of color #E17FA0: hue angle of 339.8º 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 #E17FA0 is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 160 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.12 |
| HSL | 339.8º | 0.62% | 0.69% | - |
| HSV(B) | 339.8º | 0.44% | 0.88% | - |
| XYZ | 44.99 | 33.72 | 37.4 | - |
| YUV | 160.06 | 127.97 | 174.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 160 | 0 | 0.44 | 0.29 | 0.12 | 339.8 | 0.62 | 0.69 |
| Hex | E1 | 7F | A0 | 0 | 2C | 1D | C | 154 | 3E | 45 |
| Octal | 341 | 177 | 240 | 0 | 54 | 35 | 14 | 524 | 76 | 105 |
| Binary | 11100001 | 1111111 | 10100000 | 0 | 101100 | 11101 | 1100 | 101010100 | 111110 | 1000101 |
Color Harmonies of #E17FA0
Complementary color
Monochromatic Colors of #E17FA0
Black with #E17FA0
Text Example
Text Example
White with #E17FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17FA0; }
p { color: rgb(225,127,160); }
H1.HeaderClassName
{
color: #E17FA0;
}
.AnyTagClassName
{
color: #E17FA0;
}
</style>
background-color css
<style>
a { background-color: #E17FA0; }
a { background-color: rgb(225,127,160); }
div.DivClassName
{
background-color: #E17FA0;
}
.BgClassName
{
background-color: #E17FA0;
}
</style>
border-color css
<style>
span { border-color: #E17FA0; }
span { border-color: rgb(225,127,160); }
td.TdClassName
{
border-color: #E17FA0;
}
.TagClassName
{
border-color: #E17FA0;
}
</style>