Shades of Carissma #E17F98
Tints of Carissma #E17F98
RGB
CMYK
RGB Variations
Color information
#E17F98 (or 0xE17F98) is known color: Carissma. HEX triplet: E1, 7F and 98. RGB value is (225,127,152). Sum of RGB (Red+Green+Blue) = 225+127+152=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 152 (59.77% from 255 or 30.16% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E17F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E17F98 is #1E8067. Grayscale: #9F9F9F. Windows color (decimal): -1998952 or 9994209. OLE color: 9994209.
HSL color Cylindrical-coordinate representation of color #E17F98: hue angle of 344.69º 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 #E17F98 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 127 | 152 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.12 |
| HSL | 344.69º | 0.62% | 0.69% | - |
| HSV(B) | 344.69º | 0.44% | 0.88% | - |
| XYZ | 44.31 | 33.45 | 33.83 | - |
| YUV | 159.15 | 123.97 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 127 | 152 | 0 | 0.44 | 0.32 | 0.12 | 344.69 | 0.62 | 0.69 |
| Hex | E1 | 7F | 98 | 0 | 2C | 20 | C | 159 | 3E | 45 |
| Octal | 341 | 177 | 230 | 0 | 54 | 40 | 14 | 531 | 76 | 105 |
| Binary | 11100001 | 1111111 | 10011000 | 0 | 101100 | 100000 | 1100 | 101011001 | 111110 | 1000101 |
Color Harmonies of #E17F98
Complementary color
Monochromatic Colors of #E17F98
Black with #E17F98
Text Example
Text Example
White with #E17F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E17F98; }
p { color: rgb(225,127,152); }
H1.HeaderClassName
{
color: #E17F98;
}
.AnyTagClassName
{
color: #E17F98;
}
</style>
background-color css
<style>
a { background-color: #E17F98; }
a { background-color: rgb(225,127,152); }
div.DivClassName
{
background-color: #E17F98;
}
.BgClassName
{
background-color: #E17F98;
}
</style>
border-color css
<style>
span { border-color: #E17F98; }
span { border-color: rgb(225,127,152); }
td.TdClassName
{
border-color: #E17F98;
}
.TagClassName
{
border-color: #E17F98;
}
</style>