Shades of Carissma #E17F95
Tints of Carissma #E17F95
RGB
CMYK
RGB Variations
Color information
#E17F95 (or 0xE17F95) is known color: Carissma. HEX triplet: E1, 7F and 95. RGB value is (225,127,149). Sum of RGB (Red+Green+Blue) = 225+127+149=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 149 (58.59% from 255 or 29.74% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17F95 is #1E806A. Grayscale: #9E9E9E. Windows color (decimal): -1998955 or 9797601. OLE color: 9797601.
HSL color Cylindrical-coordinate representation of color #E17F95: hue angle of 346.53º 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 #E17F95 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 149 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.12 |
| HSL | 346.53º | 0.62% | 0.69% | - |
| HSV(B) | 346.53º | 0.44% | 0.88% | - |
| XYZ | 44.07 | 33.36 | 32.55 | - |
| YUV | 158.81 | 122.47 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 149 | 0 | 0.44 | 0.34 | 0.12 | 346.53 | 0.62 | 0.69 |
| Hex | E1 | 7F | 95 | 0 | 2C | 22 | C | 15B | 3E | 45 |
| Octal | 341 | 177 | 225 | 0 | 54 | 42 | 14 | 533 | 76 | 105 |
| Binary | 11100001 | 1111111 | 10010101 | 0 | 101100 | 100010 | 1100 | 101011011 | 111110 | 1000101 |
Color Harmonies of #E17F95
Complementary color
Monochromatic Colors of #E17F95
Black with #E17F95
Text Example
Text Example
White with #E17F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17F95; }
p { color: rgb(225,127,149); }
H1.HeaderClassName
{
color: #E17F95;
}
.AnyTagClassName
{
color: #E17F95;
}
</style>
background-color css
<style>
a { background-color: #E17F95; }
a { background-color: rgb(225,127,149); }
div.DivClassName
{
background-color: #E17F95;
}
.BgClassName
{
background-color: #E17F95;
}
</style>
border-color css
<style>
span { border-color: #E17F95; }
span { border-color: rgb(225,127,149); }
td.TdClassName
{
border-color: #E17F95;
}
.TagClassName
{
border-color: #E17F95;
}
</style>