Shades of Carissma #E17F93
Tints of Carissma #E17F93
RGB
CMYK
RGB Variations
Color information
#E17F93 (or 0xE17F93) is known color: Carissma. HEX triplet: E1, 7F and 93. RGB value is (225,127,147). Sum of RGB (Red+Green+Blue) = 225+127+147=499 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45.09% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 147 (57.81% from 255 or 29.46% from 499); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17F93 is #1E806C. Grayscale: #9E9E9E. Windows color (decimal): -1998957 or 9666529. OLE color: 9666529.
HSL color Cylindrical-coordinate representation of color #E17F93: hue angle of 347.76º 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 #E17F93 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 147 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.12 |
| HSL | 347.76º | 0.62% | 0.69% | - |
| HSV(B) | 347.76º | 0.44% | 0.88% | - |
| XYZ | 43.91 | 33.29 | 31.72 | - |
| YUV | 158.58 | 121.47 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 147 | 0 | 0.44 | 0.35 | 0.12 | 347.76 | 0.62 | 0.69 |
| Hex | E1 | 7F | 93 | 0 | 2C | 23 | C | 15C | 3E | 45 |
| Octal | 341 | 177 | 223 | 0 | 54 | 43 | 14 | 534 | 76 | 105 |
| Binary | 11100001 | 1111111 | 10010011 | 0 | 101100 | 100011 | 1100 | 101011100 | 111110 | 1000101 |
Color Harmonies of #E17F93
Complementary color
Monochromatic Colors of #E17F93
Black with #E17F93
Text Example
Text Example
White with #E17F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17F93; }
p { color: rgb(225,127,147); }
H1.HeaderClassName
{
color: #E17F93;
}
.AnyTagClassName
{
color: #E17F93;
}
</style>
background-color css
<style>
a { background-color: #E17F93; }
a { background-color: rgb(225,127,147); }
div.DivClassName
{
background-color: #E17F93;
}
.BgClassName
{
background-color: #E17F93;
}
</style>
border-color css
<style>
span { border-color: #E17F93; }
span { border-color: rgb(225,127,147); }
td.TdClassName
{
border-color: #E17F93;
}
.TagClassName
{
border-color: #E17F93;
}
</style>