Shades of Carissma #E17F92
Tints of Carissma #E17F92
RGB
CMYK
RGB Variations
Color information
#E17F92 (or 0xE17F92) is known color: Carissma. HEX triplet: E1, 7F and 92. RGB value is (225,127,146). Sum of RGB (Red+Green+Blue) = 225+127+146=498 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.18% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 146 (57.42% from 255 or 29.32% from 498); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17F92 is #1E806D. Grayscale: #9E9E9E. Windows color (decimal): -1998958 or 9600993. OLE color: 9600993.
HSL color Cylindrical-coordinate representation of color #E17F92: hue angle of 348.37º 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 #E17F92 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 146 | - |
| CMYK | 0 | 0.44 | 0.35 | 0.12 |
| HSL | 348.37º | 0.62% | 0.69% | - |
| HSV(B) | 348.37º | 0.44% | 0.88% | - |
| XYZ | 43.83 | 33.26 | 31.3 | - |
| YUV | 158.47 | 120.97 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 146 | 0 | 0.44 | 0.35 | 0.12 | 348.37 | 0.62 | 0.69 |
| Hex | E1 | 7F | 92 | 0 | 2C | 23 | C | 15C | 3E | 45 |
| Octal | 341 | 177 | 222 | 0 | 54 | 43 | 14 | 534 | 76 | 105 |
| Binary | 11100001 | 1111111 | 10010010 | 0 | 101100 | 100011 | 1100 | 101011100 | 111110 | 1000101 |
Color Harmonies of #E17F92
Complementary color
Monochromatic Colors of #E17F92
Black with #E17F92
Text Example
Text Example
White with #E17F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17F92; }
p { color: rgb(225,127,146); }
H1.HeaderClassName
{
color: #E17F92;
}
.AnyTagClassName
{
color: #E17F92;
}
</style>
background-color css
<style>
a { background-color: #E17F92; }
a { background-color: rgb(225,127,146); }
div.DivClassName
{
background-color: #E17F92;
}
.BgClassName
{
background-color: #E17F92;
}
</style>
border-color css
<style>
span { border-color: #E17F92; }
span { border-color: rgb(225,127,146); }
td.TdClassName
{
border-color: #E17F92;
}
.TagClassName
{
border-color: #E17F92;
}
</style>